summaryrefslogtreecommitdiff
path: root/lib/libc/sys/statfs.2
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
committerlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
commitce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch)
tree450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/statfs.2
parented88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff)
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/statfs.2')
-rw-r--r--lib/libc/sys/statfs.222
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index eadca5e7668..88b646014c2 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: statfs.2,v 1.15 1998/02/03 21:12:54 perry Exp $
+.\" $NetBSD: statfs.2,v 1.16 1998/08/29 08:32:42 lukem Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,11 +48,11 @@
.Ft int
.Fn fstatfs "int fd" "struct statfs *buf"
.Sh DESCRIPTION
-.Fn Statfs
+.Fn statfs
returns information about a mounted file system.
-.Fa Path
+.Fa path
is the path name of any file within the mounted file system.
-.Fa Buf
+.Fa buf
is a pointer to a
.Nm statfs
structure defined as follows:
@@ -114,7 +114,7 @@ The filesystem is exported with Kerberos uid mapping.
.El
.Pp
Fields that are undefined for a particular file system are set to -1.
-.Fn Fstatfs
+.Fn fstatfs
returns the same information about an open file referenced by descriptor
.Fa fd .
.Sh RETURN VALUES
@@ -123,12 +123,12 @@ Otherwise, -1 is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Statfs
+.Fn statfs
fails if one or more of the following are true:
.Bl -tag -width Er
.It Bq Er ENOTDIR
A component of the path prefix of
-.Fa Path
+.Fa path
is not a directory.
.It Bq Er ENAMETOOLONG
The length of a component of
@@ -151,7 +151,7 @@ Search permission is denied for a component of the path prefix of
Too many symbolic links were encountered in translating
.Fa path .
.It Bq Er EFAULT
-.Fa Buf
+.Fa buf
or
.Fa path
points to an invalid address.
@@ -161,14 +161,14 @@ An
error occurred while reading from or writing to the file system.
.El
.Pp
-.Fn Fstatfs
+.Fn fstatfs
fails if one or more of the following are true:
.Bl -tag -width Er
.It Bq Er EBADF
-.Fa Fd
+.Fa fd
is not a valid open file descriptor.
.It Bq Er EFAULT
-.Fa Buf
+.Fa buf
points to an invalid address.
.It Bq Er EIO
An