Date: Mon, 30 Jun 2003 15:22:12 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mount.2 Message-ID: <200306302222.h5UMMCY4077811@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306302222.h5UMMCY4077811>
