From owner-cvs-sbin Sat Dec 14 14:58:43 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA25348 for cvs-sbin-outgoing; Sat, 14 Dec 1996 14:58:43 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA25337; Sat, 14 Dec 1996 14:58:40 -0800 (PST) Date: Sat, 14 Dec 1996 14:58:40 -0800 (PST) From: Mike Pritchard Message-Id: <199612142258.OAA25337@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount_std Makefile mount_std.8 mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/14 14:58:39 Modified: sbin/mount_std Makefile mount_std.8 Removed: sbin/mount_std mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8 Log: Now that all of the "standard" file system mount commands 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. Revision Changes Path 1.2 +3 -1 src/sbin/mount_std/Makefile 1.4 +41 -8 src/sbin/mount_std/mount_std.8