Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mtree Describe correctly how whitespace is formatte...



details:   https://anonhg.NetBSD.org/src/rev/fcc4fcb00f30
branches:  trunk
changeset: 934694:fcc4fcb00f30
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Tue Jun 16 13:34:38 2020 +0000

description:
Describe correctly how whitespace is formatted as the docs did not
match the source.

diffstat:

 usr.sbin/mtree/mtree.8 |  15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 0c389f43e5e7 -r fcc4fcb00f30 usr.sbin/mtree/mtree.8
--- a/usr.sbin/mtree/mtree.8    Tue Jun 16 09:47:11 2020 +0000
+++ b/usr.sbin/mtree/mtree.8    Tue Jun 16 13:34:38 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mtree.8,v 1.74 2018/12/13 07:34:03 wiz Exp $
+.\"    $NetBSD: mtree.8,v 1.75 2020/06/16 13:34:38 sborrill Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -618,9 +618,20 @@
 .Nm
 uses
 .Xr strsvis 3
-(in VIS_CSTYLE format) to encode path names containing
+(in VIS_OCTAL format) to encode path names containing
 non-printable characters.
 Whitespace characters are encoded as
+.Ql \e040
+(space),
+.Ql \e011
+(tab), and
+.Ql \e012
+(new line).
+When flavor
+.Sy netbsd6
+is selected,
+.Xr strsvis 3
+(in VIS_CSTYLE format) is used and whitespace characters are encoded as
 .Ql \es
 (space),
 .Ql \et



Home | Main Index | Thread Index | Old Index