Date: Thu, 6 May 1999 22:22:12 -0700 (PDT) From: Joseph Koshy <jkoshy@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 mount.c Message-ID: <199905070522.WAA11082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkoshy 1999/05/06 22:22:12 PDT
Modified files:
sbin/mount mount.8 mount.c
Log:
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 <dwmalone@maths.tcd.ie>
Revision Changes Path
1.26 +17 -8 src/sbin/mount/mount.8
1.30 +138 -31 src/sbin/mount/mount.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905070522.WAA11082>
