|
|
fc3648 |
commit c7896bec9699473959fc51baf3686149a470a30b
|
|
|
fc3648 |
Author: Chris Siebenmann <cks.nfs01@cs.toronto.edu>
|
|
|
fc3648 |
Date: Tue Mar 14 10:41:39 2017 -0400
|
|
|
fc3648 |
|
|
|
fc3648 |
Manual page bug: two inaccuracies in nfsd(7)
|
|
|
fc3648 |
|
|
|
fc3648 |
Here is a patch that deletes the mention of auth.domain and changes the
|
|
|
fc3648 |
wording around 'flush' files. I'm not attached to the revised wording;
|
|
|
fc3648 |
it's just the best I could manage in something that felt that it was
|
|
|
fc3648 |
within the same style and space as the current wording.
|
|
|
fc3648 |
|
|
|
fc3648 |
Acked-by: NeilBrown <neilb@suse.com>
|
|
|
fc3648 |
Signed-off-by: Chris Siebenmann <cks.nfs01@cs.toronto.edu>
|
|
|
fc3648 |
Signed-off-by: Steve Dickson <steved@redhat.com>
|
|
|
fc3648 |
|
|
|
fc3648 |
diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
|
|
|
fc3648 |
index 0c516fa..9efa29f 100644
|
|
|
fc3648 |
--- a/utils/exportfs/nfsd.man
|
|
|
fc3648 |
+++ b/utils/exportfs/nfsd.man
|
|
|
fc3648 |
@@ -105,11 +105,6 @@ clients have for different filesystems.
|
|
|
fc3648 |
The caches are:
|
|
|
fc3648 |
|
|
|
fc3648 |
.TP
|
|
|
fc3648 |
-.B auth.domain
|
|
|
fc3648 |
-This cache maps the name of a client (or domain) to an internal data
|
|
|
fc3648 |
-structure. The only access that is possible is to flush the cache.
|
|
|
fc3648 |
-
|
|
|
fc3648 |
-.TP
|
|
|
fc3648 |
.B auth.unix.ip
|
|
|
fc3648 |
This cache contains a mapping from IP address to the name of the
|
|
|
fc3648 |
authentication domain that the ipaddress should be treated as part of.
|
|
|
fc3648 |
@@ -133,7 +128,8 @@ are:
|
|
|
fc3648 |
.B flush
|
|
|
fc3648 |
When a number of seconds since epoch (1 Jan 1970) is written to this
|
|
|
fc3648 |
file, all entries in the cache that were last updated before that file
|
|
|
fc3648 |
-become invalidated and will be flushed out. Writing 1 will flush
|
|
|
fc3648 |
+become invalidated and will be flushed out. Writing a time in the
|
|
|
fc3648 |
+future (in seconds since epoch) will flush
|
|
|
fc3648 |
everything. This is the only file that will always be present.
|
|
|
fc3648 |
|
|
|
fc3648 |
.TP
|