BSD 4_4_Lite1 release
[unix-history] / usr / src / sbin / mount_portal / mount_portal.8
index c85e675..0df6531 100644 (file)
@@ -1,5 +1,5 @@
 .\"
 .\"
-.\" Copyright (c) 1993
+.\" Copyright (c) 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\" All rights reserved.
 .\"
 .\"    The Regents of the University of California.  All rights reserved.
 .\" All rights reserved.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    @(#)mount_portal.8      8.1 (Berkeley) 6/9/93
+.\"    @(#)mount_portal.8      8.3 (Berkeley) 3/27/94
 .\"
 .\"
 .\"
 .\"
-.Dd June 9, 1993
+.Dd March 27, 1994
 .Dt MOUNT_PORTAL 8
 .Os BSD 4.4
 .Sh NAME
 .Dt MOUNT_PORTAL 8
 .Os BSD 4.4
 .Sh NAME
@@ -45,9 +45,9 @@
 .Nd mount the portal daemon
 .Sh SYNOPSIS
 .Nm mount_portal
 .Nd mount the portal daemon
 .Sh SYNOPSIS
 .Nm mount_portal
-.Op Fl F fsoptions
-.Pa /etc/portal.conf
-.Pa mount_point
+.Op Fl o Ar options
+.Ar /etc/portal.conf
+.Ar mount_point
 .Sh DESCRIPTION
 The
 .Nm mount_portal
 .Sh DESCRIPTION
 The
 .Nm mount_portal
@@ -60,8 +60,19 @@ 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 portal daemon provides an
 The portal daemon provides an
-.I open
+.Em open
 service.
 Objects opened under the portal mount point are
 dynamically created by the portal daemon according
 service.
 Objects opened under the portal mount point are
 dynamically created by the portal daemon according
@@ -78,7 +89,7 @@ to the calling process as the result of the open system call.
 By convention, the portal daemon divides the namespace into sub-namespaces,
 each of which handles objects of a particular type.
 .Pp
 By convention, the portal daemon divides the namespace into sub-namespaces,
 each of which handles objects of a particular type.
 .Pp
-Current, two sub-namespaces are implemented:
+Currently, two sub-namespaces are implemented:
 .Pa tcp
 and
 .Pa fs .
 .Pa tcp
 and
 .Pa fs .
@@ -115,7 +126,8 @@ fs/         file fs/
 .Sh SEE ALSO
 .Xr mount 2 ,
 .Xr unmount 2 ,
 .Sh SEE ALSO
 .Xr mount 2 ,
 .Xr unmount 2 ,
-.Xr fstab 5
+.Xr fstab 5 ,
+.Xr mount 8
 .Sh CAVEATS
 This filesystem may not be NFS-exported.
 .Sh HISTORY
 .Sh CAVEATS
 This filesystem may not be NFS-exported.
 .Sh HISTORY