Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mtree Use more markup. Bump date for previous.



details:   https://anonhg.NetBSD.org/src/rev/2a16e1969216
branches:  trunk
changeset: 934695:2a16e1969216
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 16 14:26:39 2020 +0000

description:
Use more markup. Bump date for previous.

diffstat:

 usr.sbin/mtree/mtree.8 |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r fcc4fcb00f30 -r 2a16e1969216 usr.sbin/mtree/mtree.8
--- a/usr.sbin/mtree/mtree.8    Tue Jun 16 13:34:38 2020 +0000
+++ b/usr.sbin/mtree/mtree.8    Tue Jun 16 14:26:39 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mtree.8,v 1.75 2020/06/16 13:34:38 sborrill Exp $
+.\"    $NetBSD: mtree.8,v 1.76 2020/06/16 14:26:39 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -56,7 +56,7 @@
 .\"
 .\"     @(#)mtree.8    8.2 (Berkeley) 12/11/93
 .\"
-.Dd January 22, 2015
+.Dd June 16, 2020
 .Dt MTREE 8
 .Os
 .Sh NAME
@@ -618,7 +618,9 @@
 .Nm
 uses
 .Xr strsvis 3
-(in VIS_OCTAL format) to encode path names containing
+(in
+.Dv VIS_OCTAL
+format) to encode path names containing
 non-printable characters.
 Whitespace characters are encoded as
 .Ql \e040
@@ -631,7 +633,9 @@
 .Sy netbsd6
 is selected,
 .Xr strsvis 3
-(in VIS_CSTYLE format) is used and whitespace characters are encoded as
+(in
+.Dv VIS_CSTYLE
+format) is used and whitespace characters are encoded as
 .Ql \es
 (space),
 .Ql \et



Home | Main Index | Thread Index | Old Index