K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-05-07T05:22:08.000000Z K 7 svn:log V 678 1. Enhanced syntax for mount(8). The -o option now supports two 'meta' options: -o fstab brings in filesystem options specified in /etc/fstab -o current incorporates the current set of options for the file system The rightmost option wins in the case of conflicting options being specified. E.g.:- # mount -u -o current,nosuid /home will preserve the current mount options while adding the 'nosuid' flag. 2. Rewording of manual page to be hopefully clearer; small -Wall cleanups. Thanks to David Malone for his patience and willingness to work multiple patches on request. PR: bin/6399 Submitted by: David Malone END