cvs commit: src/lib/libc/sys mount.2
Ian Dowse
iedowse at FreeBSD.org
Mon Jun 30 15:22:13 PDT 2003
iedowse 2003/06/30 15:22:12 PDT
FreeBSD src repository
Modified files:
lib/libc/sys mount.2
Log:
Separate the description of the flags for mount(2) and unmount(2)
to clarify which system call accepts which arguments. Previously
the manual page gave the impression that calling unmount() with
flags of (MNT_FORCE | MNT_UPDATE | MNT_RDONLY) would downgrade a
read-write mount to read-only, which is clearly untrue; to do that,
these flags should be passed to mount() instead.
Revision Changes Path
1.35 +16 -14 src/lib/libc/sys/mount.2
More information about the cvs-src
mailing list