diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-15 22:55:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-15 22:55:31 +0000 |
commit | e7e148250a88def5e9a4c920f6bdce5f39328e9f (patch) | |
tree | 2ebc06ae55173e12df0d84d181c93344441b6e15 /sbin/mountd/exports.5 | |
parent | 53b9bab6ab541cf9eca6c4d199d0a925ecb689e4 (diff) |
make examples match format specified in man page;
from arto selonen (netbsd pr #26891);
Diffstat (limited to 'sbin/mountd/exports.5')
-rw-r--r-- | sbin/mountd/exports.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 0c437e1d357..b721f9aafb4 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.13 2003/06/02 20:06:16 millert Exp $ +.\" $OpenBSD: exports.5,v 1.14 2004/09/15 22:55:30 jmc Exp $ .\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -197,9 +197,9 @@ For example: /usr /usr/local -maproot=0:10 friends /usr -maproot=daemon grumpy.cis.uoguelph.ca 131.104.48.16 /usr -ro -mapall=nobody -/u -maproot=bin: -network 131.104.48 -mask 255.255.255.0 +/u -maproot=bin: -network=131.104.48 -mask=255.255.255.0 /u2 -maproot=root friends -/u2 -alldirs -network cis-net -mask cis-mask +/u2 -alldirs -network=cis-net -mask=cis-mask .Ed .Pp Given that |