summaryrefslogtreecommitdiffstats
path: root/share/man/man8
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-10-02 02:07:08 +0000
committerdd <dd@FreeBSD.org>2002-10-02 02:07:08 +0000
commit904f11a071bb51ba8cd900aca0d9f7a614061ac0 (patch)
treea7df7fc634456804784f1c86a41f15de66f0ef60 /share/man/man8
parenta0fcfdf113ab8bc342e195ec50fae50bcd0340d7 (diff)
downloadFreeBSD-src-904f11a071bb51ba8cd900aca0d9f7a614061ac0.zip
FreeBSD-src-904f11a071bb51ba8cd900aca0d9f7a614061ac0.tar.gz
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>
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/diskless.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index d5e5252..63edc70 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -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
OpenPOWER on IntegriCloud