Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 - Use .Dq instead of hardcoding double quote.



details:   https://anonhg.NetBSD.org/src/rev/3138a8cebd27
branches:  trunk
changeset: 484217:3138a8cebd27
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Mar 28 01:25:00 2000 +0000

description:
- Use .Dq instead of hardcoding double quote.
- Sync the value of default PATH environment variable with _DEF_PATH
  defined in paths.h.

diffstat:

 share/man/man7/environ.7 |  23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r adf5f25e1e88 -r 3138a8cebd27 share/man/man7/environ.7
--- a/share/man/man7/environ.7  Tue Mar 28 01:21:36 2000 +0000
+++ b/share/man/man7/environ.7  Tue Mar 28 01:25:00 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: environ.7,v 1.8 1999/07/13 14:52:53 kleink Exp $
+.\"    $NetBSD: environ.7,v 1.9 2000/03/28 01:25:00 enami Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,10 +70,19 @@
 .Xr ls 1 .
 .Ev BLOCKSIZE
 may be specified in units of a byte by specifying a number,
-in units of a kilobyte by specifying a number followed by ``K'' or
-``k'', in units of a megabyte by specifying a number followed by ``M''
-or ``m'' and in units of a gigabyte by specifying a number followed
-by ``G'' or ``g''.
+in units of a kilobyte by specifying a number followed by
+.Dq K
+or
+.Dq k ,
+in units of a megabyte by specifying a number followed by
+.Dq M
+or
+.Dq m
+and in units of a gigabyte by specifying a number followed
+by
+.Dq G
+or
+.Dq g .
 Sizes less than 512 bytes or greater than a gigabyte are ignored.
 .It Ev EXINIT
 A startup list of commands read by
@@ -95,7 +104,9 @@
 .Xr system 3 ,
 .Xr execvp 3 ,
 etc, when looking for an executable file.
-PATH is set to ``/usr/bin:/bin'' initially by
+PATH is set to
+.Dq /usr/bin:/bin:/usr/pkg/bin:/usr/local/bin
+initially by
 .Xr login 1 .
 .It Ev PRINTER
 The name of the default printer to be used by



Home | Main Index | Thread Index | Old Index