aboutsummaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-10-02 02:07:08 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-10-02 02:07:08 +0000
commit99253b64fbe4cf216438f09be7c8b6f39ab23a78 (patch)
treea7df7fc634456804784f1c86a41f15de66f0ef60 /share/man/man8
parentf164b09f13ad0314e0a080a098fbf137bf6a221c (diff)
downloadsrc-99253b64fbe4cf216438f09be7c8b6f39ab23a78.tar.gz
src-99253b64fbe4cf216438f09be7c8b6f39ab23a78.zip
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>
Notes
Notes: svn path=/head/; revision=104336
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 d5e52523eddf..63edc70bd49c 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