BSD 4_4_Lite2 release
[unix-history] / usr / src / sbin / mount_procfs / mount_procfs.8
index 1bd9bdb..db0eeab 100644 (file)
@@ -6,12 +6,38 @@
 .\" This code is derived from software donated to Berkeley by
 .\" Jan-Simon Pendry.
 .\"
 .\" This code is derived from software donated to Berkeley by
 .\" Jan-Simon Pendry.
 .\"
-.\" %sccs.include.redist.roff%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"    @(#)mount_procfs.8      8.1 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
+.\"    @(#)mount_procfs.8      8.3 (Berkeley) 6/1/94
 .\"
 .\"
-.Dd 
+.\"
+.Dd June 1, 1994
 .Dt MOUNT_PROCFS 8
 .Os BSD 4.4
 .Sh NAME
 .Dt MOUNT_PROCFS 8
 .Os BSD 4.4
 .Sh NAME
@@ -19,7 +45,7 @@
 .Nd mount the process file system
 .Sh SYNOPSIS
 .Nm mount_procfs
 .Nd mount the process file system
 .Sh SYNOPSIS
 .Nm mount_procfs
-.Op Fl F Ar fsoptions
+.Op Fl o Ar options
 .Pa /proc
 .Pa mount_point
 .Sh DESCRIPTION
 .Pa /proc
 .Pa mount_point
 .Sh DESCRIPTION
@@ -33,6 +59,17 @@ This command is normally executed by
 .Xr mount 8
 at boot time.
 .Pp
 .Xr mount 8
 at boot time.
 .Pp
+The options are as follows:
+.Bl -tag -width indent
+.It Fl o
+Options are specified with a
+.Fl o
+flag followed by a comma separated string of options.
+See the
+.Xr mount 8
+man page for possible options and their meanings.
+.El
+.Pp
 The root of the process filesystem
 contains an entry for each active process.
 These processes are visible as a directory whose
 The root of the process filesystem
 contains an entry for each active process.
 These processes are visible as a directory whose
@@ -99,6 +136,7 @@ defined in
 .Pa <machine/reg.h> .
 .Pa regs
 can only be written when the process is stopped.
 .Pa <machine/reg.h> .
 .Pa regs
 can only be written when the process is stopped.
+.ne 1i
 .It Pa fpregs
 The floating point registers as defined by
 .Dv "struct fpregs"
 .It Pa fpregs
 The floating point registers as defined by
 .Dv "struct fpregs"