diff options
-rw-r--r-- | share/man/man8/diskless.8 | 4 |
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 |