Module Name:    src
Committed By:   apb
Date:           Sun Aug 11 09:53:49 UTC 2013

Modified Files:
        src/usr.bin/make: make.1

Log Message:
Use Va markup to show that the "suffix" part of ".PATH.suffix"
is a placeholder, not a literal string.
Also bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.221 src/usr.bin/make/make.1:1.222
--- src/usr.bin/make/make.1:1.221	Sun Aug 11 04:40:58 2013
+++ src/usr.bin/make/make.1	Sun Aug 11 09:53:49 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.221 2013/08/11 04:40:58 dholland Exp $
+.\"	$NetBSD: make.1,v 1.222 2013/08/11 09:53:49 apb Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd July 30, 2013
+.Dd August 11, 2013
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -1971,7 +1971,7 @@ If the source is the special
 .Ic .DOTLAST
 target, then the current working
 directory is searched last.
-.It Ic .PATH.suffix
+.It Ic .PATH. Ns Va suffix
 Like
 .Ic .PATH
 but applies only to files with a particular suffix.

Reply via email to