=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/make/make.1 2000/12/06 20:28:41 1.38 +++ src/usr.bin/make/make.1 2001/03/29 17:15:47 1.39 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.38 2000/12/06 20:28:41 todd Exp $ +.\" $OpenBSD: make.1,v 1.39 2001/03/29 17:15:47 aaron Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -207,7 +207,7 @@ Multiple instances of this option may be specified; the variables will be printed one per line, with a blank line for each null or undefined variable. -.It Ar variable=value +.It Ar variable Ns No = Ns Ar value Set the value of the variable .Ar variable to @@ -699,7 +699,7 @@ potentially occur within each affected word. .It Cm T Replaces each word in the variable with its last component. -.It Ar old_string=new_string +.It Ar old_string Ns No = Ns Ar new_string This is the .At V style variable substitution.