summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getfsent.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
committermpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
commit8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce (patch)
tree5ee7729f027aa64fb26f5cec775a15663fbb98b5 /lib/libc/gen/getfsent.3
parentbf24204ce64ed8378f34d37f00c6e1506208250a (diff)
downloadFreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.zip
FreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.tar.gz
Update to reflect current include files.
Diffstat (limited to 'lib/libc/gen/getfsent.3')
-rw-r--r--lib/libc/gen/getfsent.312
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3
index 1cc90bf..17f3d77 100644
--- a/lib/libc/gen/getfsent.3
+++ b/lib/libc/gen/getfsent.3
@@ -68,11 +68,11 @@ description file,
struct fstab {
char *fs_spec; /* block special device name */
char *fs_file; /* file system path prefix */
- char *fs_vfstype; /* type of file system */
- char *fs_mntops; /* comma separated mount options */
- char *fs_type; /* rw, ro, sw, or xx */
+ char *fs_vfstype; /* File system type, ufs, nfs */
+ char *fs_mntops; /* Mount options ala -o */
+ char *fs_type; /* FSTAB_* from fs_mntops */
int fs_freq; /* dump frequency, in days */
- int fs_passno; /* pass number on parallel dump */
+ int fs_passno; /* pass number on parallel fsck */
};
.Ed
.Pp
@@ -112,7 +112,9 @@ The
and
.Fn getfsfile
functions
-return a null pointer (0) on
+return a
+.Dv NULL
+pointer on
.Dv EOF
or error.
The
OpenPOWER on IntegriCloud