diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-13 11:57:48 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-13 11:57:48 +0000 |
commit | 6c50f16fc8fa847e6c3245c8654ef5c12efc4bd4 (patch) | |
tree | f9bfed3d13070398535dfe95b2fec83b068bdf8e /doc/hurd.texi | |
parent | 92f5a6111a2ae5fe7569c65afe1834382ff9147a (diff) |
2007-10-13 Thomas Schwinge <tschwinge@gnu.org>
* hurd.texi (Invoking fsysopts): Elaborate on
augmenting-rather-than-replacing policy.
Diffstat (limited to 'doc/hurd.texi')
-rw-r--r-- | doc/hurd.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index db3bc43a..2440b372 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -2144,6 +2144,13 @@ some common ones are: If no options are supplied, @var{filesys}' current options are printed. +The options passed as @var{fs_option}s are meant to augment or change those +which are already set, they're not meant to completely replace the existing +command line options. For example, passing @code{--readonly} to a file system +server will change the server from writable to read-only, but will not touch +the used backing store. Passing @code{--address=new_IP} to +@file{/servers/socket/2} will change the local IP address to @var{new_IP}, but +will not touch the interface, netmask and gateway settings. @node Trivfs Library @section Trivfs Library |