summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std/mount_std.8
Commit message (Collapse)AuthorAgeFilesLines
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-18/+18
|
* Update manpage to match the code, we don't usemux2002-08-111-5/+0
| | | | vfsload() here anymore.
* The .Nm utilitycharnier2002-07-061-10/+12
|
* more file system > filesystemtrhodes2002-05-161-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-6/+6
|
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-231-8/+10
| | | | | | | | mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
* Retire kernfs (userland part).des2000-12-281-6/+1
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Mention linprocfs.des2000-03-251-3/+11
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Correct use of .Nm. Remove unused #includes.charnier1998-07-151-5/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* comma typoswosch1996-12-231-6/+6
|
* Now that all of the "standard" file system mount commandsmpp1996-12-141-8/+41
| | | | | | | | | | refer the reader to the detailed information in section 5, remove the mount_* man pages for those file system. mount_std(8) to cover all of the file systems it is currently being used to mount. mount_{devfs, fdesc, kernfs, procfs}.8 are now MLINKS to mount_std.
* Use the .Fx macro where appropriate.mpp1996-08-231-2/+1
|
* Accept mount(8)'s calling convention of passing just the filesystem typewollman1996-05-141-4/+8
| | | | as argv[0].
* Get rid of the last vestiges of the old MOUNT_* constants in thewollman1996-05-131-0/+134
mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h.
OpenPOWER on IntegriCloud