From a585030ace49a9a7c076b36c0057badfc61488f5 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 10 May 2006 18:53:15 +0000 Subject: Add a /media to FreeBSD. /media is a directory designed to contain subdirectories that will be used for removable media mount points (i.e. mount points for CDs, floppy disks, USB drives, etc.). While the primary purpose of /media is to provide a location for HAL (http://www.freedesktop.org/wiki/Software_2fhal) to mount volumes, it could be used by any application that needs to manage removable media volumes. Discussed on: arch@ Approved by: mux MFC after: 1 week --- share/man/man7/hier.7 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index c0c6e53..a0dc82d 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -32,7 +32,7 @@ .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd April 12, 2006 +.Dd May 10, 2006 .Dt HIER 7 .Os .Sh NAME @@ -165,6 +165,10 @@ critical system utilities needed for binaries in .Pa /bin and .Pa /sbin +.It Pa /media/ +contains subdirectories to be used as mount points +for removable media such as CDs, USB drives, and +floppy disks .It Pa /mnt/ empty directory commonly used by system administrators as a temporary mount point -- cgit v1.1