Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat Use \(em, fix macro usage



details:   https://anonhg.NetBSD.org/src/rev/e16c67ced2e8
branches:  trunk
changeset: 367694:e16c67ced2e8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 22 22:25:23 2022 +0000

description:
Use \(em, fix macro usage

diffstat:

 usr.bin/stat/stat.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r e5ba0d5cb54d -r e16c67ced2e8 usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Wed Jun 22 22:25:08 2022 +0000
+++ b/usr.bin/stat/stat.1       Wed Jun 22 22:25:23 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.1,v 1.42 2022/06/22 18:20:30 kre Exp $
+.\"    $NetBSD: stat.1,v 1.43 2022/06/22 22:25:23 wiz Exp $
 .\"
 .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -347,7 +347,7 @@
 .Bl -tag -width Ds
 .It Cm H
 .Dq High
--- depending on the
+\(em depending on the
 .Cm datum :
 .Bl -tag -compact -width door
 .It Cm d , r
@@ -368,7 +368,7 @@
 .El
 .It Cm M
 .Dq Middle
--- depending on the
+\(em depending on the
 .Cm datum :
 .Bl -tag -compact -width door
 .It Cm p
@@ -385,7 +385,7 @@
 .El
 .It Cm L
 .Dq Low
--- depending on the
+\(em depending on the
 .Cm datum :
 .Bl -tag -compact -width door
 .It Cm r , d
@@ -534,7 +534,7 @@
 .Ed
 .Pp
 Thus:
-.Bd -literal -offset indent compact
+.Bd -literal -offset indent -compact
 > stat /tmp/bar
 0 78852 -rw-r--r-- 1 root wheel \(mi1 0 "Jul  8 10:26:03 2004" "Jul  8 10:26:03 2004" "Jul  8 10:28:13 2004" "Jan  1 09:00:00 1970" 16384 0 0 /tmp/bar
 .Ed



Home | Main Index | Thread Index | Old Index