=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/make/make.1 2003/11/22 11:52:49 1.58 --- src/usr.bin/make/make.1 2004/01/23 23:08:47 1.59 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.58 2003/11/22 11:52:49 espie Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.59 2004/01/23 23:08:47 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" *************** *** 47,53 **** .Op Fl j Ar max_jobs .Op Fl m Ar directory .Op Fl V Ar variable ! .Op Ar variable Ns No = Ns Ar value .Bk -words .Op Ar target ... .Ek --- 47,53 ---- .Op Fl j Ar max_jobs .Op Fl m Ar directory .Op Fl V Ar variable ! .Op Ar variable Ns = Ns Ar value .Bk -words .Op Ar target ... .Ek *************** *** 121,127 **** .It Fl t Rather than re-building a target as specified in the makefile, create it or update its modification time to make it appear up-to-date. ! .It Ar variable Ns No = Ns Ar value Set the value of the variable .Ar variable to --- 121,127 ---- .It Fl t Rather than re-building a target as specified in the makefile, create it or update its modification time to make it appear up-to-date. ! .It Ar variable Ns = Ns Ar value Set the value of the variable .Ar variable to *************** *** 776,782 **** potentially occur within each affected word. .It Cm :T Replaces each word in the variable with its last component. ! .It Ar :old_string Ns No = Ns Ar new_string This is the .At V style variable substitution. --- 776,782 ---- potentially occur within each affected word. .It Cm :T Replaces each word in the variable with its last component. ! .It Ar :old_string Ns = Ns Ar new_string This is the .At V style variable substitution.