aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std/mount_devfs.8
Commit message (Collapse)AuthorAgeFilesLines
* Now that all of the "standard" file system mount commandsMike Pritchard1996-12-141-83/+0
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=20483
* Refer the reader to devfs(5).Mike Pritchard1996-12-141-8/+0
| | | | Notes: svn path=/head/; revision=20481
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17786
* Get rid of the last vestiges of the old MOUNT_* constants in theGarrett Wollman1996-05-131-0/+90
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. Notes: svn path=/head/; revision=15770