Module Name: src
Committed By: wiz
Date: Wed Jun 22 22:25:23 UTC 2022
Modified Files:
src/usr.bin/stat: stat.1
Log Message:
Use \(em, fix macro usage
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/stat/stat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/stat/stat.1
diff -u src/usr.bin/stat/stat.1:1.42 src/usr.bin/stat/stat.1:1.43
--- src/usr.bin/stat/stat.1:1.42 Wed Jun 22 18:20:30 2022
+++ src/usr.bin/stat/stat.1 Wed Jun 22 22:25:23 2022
@@ -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 @@ It can be one of the following:
.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 @@ File size, rounded to the nearest gigaby
.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 @@ File size, rounded to the nearest megaby
.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 @@ If no options are specified, the default
.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