diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
commit | 741da2d2f4dd6091c93080f4edfffa157f26df50 (patch) | |
tree | cb79d3b313a6066ccd0693fc376f829151b56ef3 /usr.bin/make | |
parent | 5ebba3bcdd5f72b4465da531536951afe3fd543f (diff) |
put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed)
this includes some .Cd's with missing quotes and .Nm abuse in man4;
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 5468af01fb2..4b129cf41c5 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.55 2003/09/02 18:50:06 jmc Exp $ +.\" $OpenBSD: make.1,v 1.56 2003/09/04 22:14:43 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -299,7 +299,7 @@ The .Ic \&:: operator is a fairly standard extension. The -.Ic \&! +.Ic !\& operator is a BSD extension. .Pp As an extension, targets and sources may contain the shell wildcard |