K 10 svn:author V 7 iedowse K 8 svn:date V 27 2003-06-30T22:22:12.000000Z K 7 svn:log V 377 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. END