Make it more clear that an example of how not to use /etc/exports, is
in fact invalid. Suggested by: Johan Kuuse <kuuse@redantigua.com>
This commit is contained in:
parent
873e8338dd
commit
b37e84ea5b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23046
1 changed files with 2 additions and 1 deletions
|
@ -778,7 +778,8 @@ mountd_flags="-r"</programlisting>
|
|||
following <filename>/etc/exports</filename> would be
|
||||
invalid:</para>
|
||||
|
||||
<programlisting>/usr/src client
|
||||
<programlisting># Invalid when /usr is one file system
|
||||
/usr/src client
|
||||
/usr/ports client</programlisting>
|
||||
|
||||
<para>One filesystem, <filename>/usr</filename>, has two lines
|
||||
|
|
Loading…
Reference in a new issue