summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-11-15 13:45:13 +0000
committeryar <yar@FreeBSD.org>2004-11-15 13:45:13 +0000
commit5c10bd5c5fd4453ff9c423fc0e2282b02f962e53 (patch)
tree651a0c655c2c97a0b4e3cb64fe986ad6c6d94ffc /lib
parentba23ba1ba9f283bff5347dcccd5321578b0f5a02 (diff)
downloadFreeBSD-src-5c10bd5c5fd4453ff9c423fc0e2282b02f962e53.zip
FreeBSD-src-5c10bd5c5fd4453ff9c423fc0e2282b02f962e53.tar.gz
Improve mdoc(7) markup of the page: add several missing macros,
use .Va instead of .Li for struct stat fields.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/stat.220
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 3be06a6..08bd4f4 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -150,10 +150,10 @@ is not defined, the time-related fields are defined as:
The size-related fields of the
.Vt "struct stat"
are as follows:
-.Bl -tag -width XXXst_blksize
-.It st_blksize
+.Bl -tag -width ".Va st_blksize"
+.It Va st_blksize
The optimal I/O block size for the file.
-.It st_blocks
+.It Va st_blocks
The actual number of blocks allocated for the file in 512-byte units.
As short symbolic links are stored in the inode, this number may
be zero.
@@ -215,14 +215,14 @@ or to the value 0 if the test is false.
.Rv -std
.Sh COMPATIBILITY
Previous versions of the system used different types for the
-.Li st_dev ,
-.Li st_uid ,
-.Li st_gid ,
-.Li st_rdev ,
-.Li st_size ,
-.Li st_blksize
+.Va st_dev ,
+.Va st_uid ,
+.Va st_gid ,
+.Va st_rdev ,
+.Va st_size ,
+.Va st_blksize
and
-.Li st_blocks
+.Va st_blocks
fields.
.Sh ERRORS
The
OpenPOWER on IntegriCloud