diff options
-rw-r--r-- | usr.bin/make/make.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 93457d89f7f..3773fdfab1a 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.52 2003/06/10 09:12:11 jmc Exp $ +.\" $OpenBSD: make.1,v 1.53 2003/06/27 22:01:42 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -791,8 +791,9 @@ Otherwise is the substring of .Ar old_string to be replaced in -.Ar new_string +.Ar new_string . .El +.Pp All modifiers are BSD extensions, except for the standard .At V style variable substitution. |