Module Name: src
Committed By: uwe
Date: Fri Mar 29 22:50:27 UTC 2024
Modified Files:
src/usr.sbin/mountd: exports.5
Log Message:
exports(5): mark up the list of groups to --maproot &c as optional
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/mountd/exports.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/mountd/exports.5
diff -u src/usr.sbin/mountd/exports.5:1.38 src/usr.sbin/mountd/exports.5:1.39
--- src/usr.sbin/mountd/exports.5:1.38 Fri Mar 29 14:15:02 2024
+++ src/usr.sbin/mountd/exports.5 Fri Mar 29 22:50:27 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: exports.5,v 1.38 2024/03/29 14:15:02 riastradh Exp $
+.\" $NetBSD: exports.5,v 1.39 2024/03/29 22:50:27 uwe Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -155,7 +155,7 @@ on the local machine
.Pc .
The user may be specified by name or number.
.Sm off
-.It Fl maproot Li = Ar user\^ Li \&: Ar group1\^ Li \&: group2\^ Li \&: Ar ...
+.It Fl maproot Li = Ar user\^ Li \&: Op Ar group1\^ Li \&: group2\^ Li \&: Ar ...
.Sm on
The colon separated list is used to specify the precise credential
to be used for remote access by root.
@@ -167,13 +167,13 @@ should be used to distinguish a credenti
complete credential for that user.
.Sm off
.It Fl mapall Li = Ar user
-.It Fl mapall Li = Ar user\^ Li \&: Ar group1\^ Li \&: Ar group2\^ Li \&: Ar ...
+.It Fl mapall Li = Ar user\^ Li \&: Op Ar group1\^ Li \&: Ar group2\^ Li \&: Ar ...
.Sm on
Mapping for all client uids (including root)
using the same semantics as
.Fl maproot .
.It Fl r Ar user
-.It Fl r Ar user\^ Ns Li \&: Ns Ar group1\^ Ns Li \&: Ns Ar group2\^ Ns Li \&: Ns Ar ...
+.It Fl r Ar user\^ Ns Li \&: Ns Op Ar group1\^ Ns Li \&: Ns Ar group2\^ Ns Li \&: Ns Ar ...
Synonym for
.Fl maproot ,
for compatibility with older export file formats.