Use \(em, fix macro usage
This commit is contained in:
parent
540a4f0552
commit
192ee4d07b
|
@ -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.
|
.\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -347,7 +347,7 @@ It can be one of the following:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Cm H
|
.It Cm H
|
||||||
.Dq High
|
.Dq High
|
||||||
-- depending on the
|
\(em depending on the
|
||||||
.Cm datum :
|
.Cm datum :
|
||||||
.Bl -tag -compact -width door
|
.Bl -tag -compact -width door
|
||||||
.It Cm d , r
|
.It Cm d , r
|
||||||
|
@ -368,7 +368,7 @@ File size, rounded to the nearest gigabyte
|
||||||
.El
|
.El
|
||||||
.It Cm M
|
.It Cm M
|
||||||
.Dq Middle
|
.Dq Middle
|
||||||
-- depending on the
|
\(em depending on the
|
||||||
.Cm datum :
|
.Cm datum :
|
||||||
.Bl -tag -compact -width door
|
.Bl -tag -compact -width door
|
||||||
.It Cm p
|
.It Cm p
|
||||||
|
@ -385,7 +385,7 @@ File size, rounded to the nearest megabyte
|
||||||
.El
|
.El
|
||||||
.It Cm L
|
.It Cm L
|
||||||
.Dq Low
|
.Dq Low
|
||||||
-- depending on the
|
\(em depending on the
|
||||||
.Cm datum :
|
.Cm datum :
|
||||||
.Bl -tag -compact -width door
|
.Bl -tag -compact -width door
|
||||||
.It Cm r , d
|
.It Cm r , d
|
||||||
|
@ -534,7 +534,7 @@ If no options are specified, the default format is:
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Thus:
|
Thus:
|
||||||
.Bd -literal -offset indent compact
|
.Bd -literal -offset indent -compact
|
||||||
> stat /tmp/bar
|
> 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
|
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
|
.Ed
|
||||||
|
|
Loading…
Reference in New Issue