Correct the exports(5) example to use -ro in the paragraph that talks

about how exporting / and /usr works even if they're read-only.

PR:		42076
Submitted by:	Marco Molteni <molter@tin.it>
This commit is contained in:
Dima Dorfman 2002-10-02 02:07:08 +00:00
parent f164b09f13
commit 99253b64fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104336

View File

@ -101,8 +101,8 @@ As an example,
.Pa /etc/exports
can contain the following lines:
.Bd -literal -offset indent
<ROOT> -maproot=0 -alldirs <list of diskless clients>
/usr -alldirs <list of diskless clients>
<ROOT> -ro -maproot=0 -alldirs <list of diskless clients>
/usr -ro -alldirs <list of diskless clients>
.Ed
.Pp
where