summaryrefslogtreecommitdiff
path: root/sbin/mountd
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-01-21 03:15:47 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-01-21 03:15:47 +0000
commit6a8d0cb8380ab8e65766f56340c8dac41d6a5705 (patch)
treed083dd11635c7a5bd971dbb4b0d5b6eff9b4a296 /sbin/mountd
parentf923664fa40842bde91793690e58d886dad875d2 (diff)
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'sbin/mountd')
-rw-r--r--sbin/mountd/exports.522
1 files changed, 11 insertions, 11 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index 448a2c1093a..8add4273d10 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exports.5,v 1.17 2014/01/19 10:39:00 schwarze Exp $
+.\" $OpenBSD: exports.5,v 1.18 2014/01/21 03:15:45 schwarze Exp $
.\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)exports.5 8.3 (Berkeley) 3/29/95
.\"
-.Dd $Mdocdate: January 19 2014 $
+.Dd $Mdocdate: January 21 2014 $
.Dt EXPORTS 5
.Os
.Sh NAME
@@ -198,13 +198,13 @@ For example:
.Ed
.Pp
Given that
-.Sy /usr ,
-.Sy /u
+.Pa /usr ,
+.Pa /u
and
-.Sy /u2
+.Pa /u2
are
local filesystem mount points, the above example specifies the following:
-.Sy /usr
+.Pa /usr
is exported to hosts
.Em friends
where
@@ -229,14 +229,14 @@ it is exported to the rest of the world as read-only with
all users mapped to the user and groups associated with
.Dq nobody .
.Pp
-.Sy /u
+.Pa /u
is exported to all hosts on the subnetwork
.Em 131.104.48
with root mapped to the UID for
.Dq bin
and with no group access.
.Pp
-.Sy /u2
+.Pa /u2
is exported to the hosts in
.Dq friends
with root mapped to UID and groups
@@ -273,7 +273,7 @@ because NFS mount filehandles are filesystem wide the
option applies to exports of the entire filesystem -- even mountpoints
that are higher up elsewhere in the directory hierarchy.
Hence if the server has a filesystem
-.Sy /export
+.Pa /export
and you wished to export the sub-directory
.Bd -literal -offset indent
/export/root/client -alldirs client.foo.com
@@ -281,8 +281,8 @@ and you wished to export the sub-directory
.Pp
you must realize that this also allows mounts to be requested
against other locations in the
-.Sy /export
+.Pa /export
filesystem; thus the host client.foo.com is also permitted to
mount the directory
-.Sy /export/root/client2
+.Pa /export/root/client2
if it exists.