Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/qsubst Use Nm to refer the program name.



details:   https://anonhg.NetBSD.org/src/rev/f4df7e9ea39c
branches:  trunk
changeset: 821943:f4df7e9ea39c
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Feb 22 14:01:40 2017 +0000

description:
Use Nm to refer the program name.

diffstat:

 usr.bin/qsubst/qsubst.1 |  22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r dac7459885bd -r f4df7e9ea39c usr.bin/qsubst/qsubst.1
--- a/usr.bin/qsubst/qsubst.1   Wed Feb 22 13:43:15 2017 +0000
+++ b/usr.bin/qsubst/qsubst.1   Wed Feb 22 14:01:40 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: qsubst.1,v 1.5 2014/03/18 18:20:45 riastradh Exp $
+.\"    $NetBSD: qsubst.1,v 1.6 2017/02/22 14:01:40 abhinav Exp $
 .\"
 .\" This file is in the public domain.
 .Dd September 4, 1999
@@ -49,12 +49,16 @@
 on to the next file.
 .It \&!
 Change the rest in this file without asking, then go on to the next
-file (at which point qsubst will start asking again).
+file (at which point
+.Nm
+will start asking again).
 .It \&?
 Print out the current filename and ask again.
 .El
 .Pp
-The first two arguments to qsubst are always the string to replace and
+The first two arguments to
+.Nm
+are always the string to replace and
 the string to replace it with.
 The options are as follows:
 .Bl -tag -width "-F filename" -compact -offset indent
@@ -99,7 +103,9 @@
 .It Fl f Ar filename
 The
 .Ar filename
-argument is one of the files qsubst should perform substitutions in.
+argument is one of the files
+.Nm
+should perform substitutions in.
 .It Fl F Ar filename
 .Nm
 reads
@@ -136,9 +142,13 @@
 .Ar str2 .
 Neither one may contain a NUL.
 .Pp
-NULs in the file may cause qsubst to make various mistakes.
+NULs in the file may cause
+.Nm
+to make various mistakes.
 .Pp
-If any other program modifies the file while qsubst is running, all
+If any other program modifies the file while
+.Nm
+is running, all
 bets are off.
 .Sh AUTHORS
 .An der Mouse Aq Mt mouse%rodents.montreal.qc.ca@localhost



Home | Main Index | Thread Index | Old Index