diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/make | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 43b05d139f5..93457d89f7f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.51 2003/06/03 02:56:12 millert Exp $ +.\" $OpenBSD: make.1,v 1.52 2003/06/10 09:12:11 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -470,7 +470,6 @@ building .Pa file.o will execute .Qq cmd1 file.c . - .Pp As an extension, .Nm @@ -1265,13 +1264,16 @@ system makefile system makefile directory .IT Pa /usr/obj default -.Ev MAKEOBJDIRPREFIX directory. +.Ev MAKEOBJDIRPREFIX +directory. .El .Sh SEE ALSO .Xr mkdep 1 .Pp -.%T "Make \- A Tutorial" . -.Sh COMPATIBILITY +.Rs +.%T Make \- A Tutorial +.Re +.Sh STANDARDS .Nm mostly conforms to the Single Unix Specification, Version 2, with some noted extensions and a few problems. |