aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/stat.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commitfe08efe680f6705e0c60beabe3e39629c655e743 (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/sys/stat.2
parent6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/stat.2')
-rw-r--r--lib/libc/sys/stat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 98b2367ddb71..d5ec69ef8a2a 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -84,7 +84,7 @@ argument is a pointer to a
.Vt stat
structure
as defined by
-.Aq Pa sys/stat.h
+.In sys/stat.h
and into which information is placed concerning the file.
.Pp
The time-related fields of
@@ -169,7 +169,7 @@ has the following bits:
.Ed
.Pp
For a list of access modes, see
-.Aq Pa sys/stat.h ,
+.In sys/stat.h ,
.Xr access 2
and
.Xr chmod 2 .