freebsd-dev/sbin/mount
Joseph Koshy 18af604492 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>
1999-05-07 05:22:08 +00:00
..
extern.h Moved getmntops() stuff back to mntopt.h so that it is visible in other 1997-08-25 21:02:21 +00:00
getmntopts.3 Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() 1998-07-06 07:12:38 +00:00
getmntopts.c Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() 1998-07-06 07:12:38 +00:00
Makefile Removed ROOTSLICE_HUNT. The root device is now found better by 1999-01-09 16:28:33 +00:00
mntopts.h Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() 1998-07-06 07:12:38 +00:00
mount_ufs.c Removed ROOTSLICE_HUNT. The root device is now found better by 1999-01-09 16:28:33 +00:00
mount.8 1. Enhanced syntax for mount(8). The -o option now supports two 'meta' 1999-05-07 05:22:08 +00:00
mount.c 1. Enhanced syntax for mount(8). The -o option now supports two 'meta' 1999-05-07 05:22:08 +00:00
pathnames.h BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
vfslist.c Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() 1998-07-06 07:12:38 +00:00