summaryrefslogtreecommitdiff
path: root/usr/src/man/man1m/share_nfs.1m
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1m/share_nfs.1m')
-rw-r--r--usr/src/man/man1m/share_nfs.1m14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/man/man1m/share_nfs.1m b/usr/src/man/man1m/share_nfs.1m
index 8a2770cb79..c79b6b9438 100644
--- a/usr/src/man/man1m/share_nfs.1m
+++ b/usr/src/man/man1m/share_nfs.1m
@@ -109,9 +109,9 @@ some other local user.
For clients where the gid in the incoming request is
.Ar clnt
and the client matches the
-.Ar access_list Ns
-, change the group ID to
-.Ar srv Ns .
+.Ar access_list ,
+change the group ID to
+.Ar srv .
If
.Ar clnt
is asterisk (*), all groups are mapped by this rule.
@@ -329,9 +329,9 @@ some other local user.
For clients where the uid in the incoming request is
.Ar clnt
and the client matches the
-.Ar access_list Ns
-, change the user ID to
-.Ar srv Ns .
+.Ar access_list ,
+change the user ID to
+.Ar srv .
If
.Ar clnt
is asterisk (*), all users are mapped by this rule.
@@ -553,7 +553,7 @@ The following example remaps the user with uid
at client
.Sy 10.0.0.1
to user
-.Sy joe Ns :
+.Sy joe :
.Bd -literal -offset indent
share -o uidmap=100:joe:@10.0.0.1 /export
.Ed