summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-07 17:19:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-07 17:19:52 +0000
commit9c9b17dbb7b19225197880afae079979eeffe8b0 (patch)
tree116d3ee0da93977f3694a862562d11ab045074a0 /lib
parent7e2a1c8f24e10b81fc3113260fb1404ee65c7685 (diff)
nroff mistakes; netbsd pr#2677; kstailey@dol-esa.gov
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getfsstat.22
-rw-r--r--lib/libc/sys/statfs.24
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2
index 78df1ee2661..c924dd62c39 100644
--- a/lib/libc/sys/getfsstat.2
+++ b/lib/libc/sys/getfsstat.2
@@ -49,7 +49,7 @@
.Fn Getfsstat
returns information about all mounted file systems.
.Fa Buf
-is a pointer to
+is a pointer to an array of
.Xr statfs
structures defined as follows:
.Bd -literal
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index e02e746055a..dc11af277a0 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -52,9 +52,7 @@ returns information about a mounted file system.
.Fa Path
is the path name of any file within the mounted file system.
.Fa Buf
-is a pointer to a
-.Fn statfs
-structure defined as follows:
+is a pointer to a statfs structure defined as follows:
.Bd -literal
typedef struct { int32_t val[2]; } fsid_t;