Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Use Va markup to show that the "suffix" part of...



details:   https://anonhg.NetBSD.org/src/rev/e87a696f0dec
branches:  trunk
changeset: 789241:e87a696f0dec
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Aug 11 09:53:49 2013 +0000

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

diffstat:

 usr.bin/make/make.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 07df15d021ee -r e87a696f0dec usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Aug 11 09:16:42 2013 +0000
+++ b/usr.bin/make/make.1       Sun Aug 11 09:53:49 2013 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index