exports(5): mark up the list of groups to --maproot &c as optional

pull/35/head
uwe 2024-03-29 22:50:27 +00:00
parent 046528e7dc
commit 74c925d1be
1 changed files with 4 additions and 4 deletions

View File

@ -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 credential containing no groups from a
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.