diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-01 08:37:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-01 08:37:46 +0000 |
commit | b93b17dcf1cfcef33cfc0426e850c39b90d19ba8 (patch) | |
tree | 6dedf6ca580ecb693f5b7c6417af3ca75f5c5773 /usr.bin/make/make.1 | |
parent | 8219b3f2a21fa012cfff39f4ba96a114070947fb (diff) |
section headings do not need to be quoted; from Alan R. S. Bueno
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 91a6e8073b9..f0f5f73e121 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.80 2008/08/01 14:19:09 bluhm Exp $ +.\" $OpenBSD: make.1,v 1.81 2008/09/01 08:37:45 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: August 1 2008 $ +.Dd $Mdocdate: September 1 2008 $ .Dt MAKE 1 .Os .Sh NAME @@ -1153,7 +1153,7 @@ made before the sources that succeed it in the line. Loops are not detected and targets that form loops will be silently ignored. .El -.Sh "SPECIAL TARGETS" +.Sh SPECIAL TARGETS Special targets may not be included with other targets, i.e., they must be the only target specified. .Bl -tag -width ".NOTPARALLEL" |