Blame SOURCES/nfs-utils-1.3.0-nfsd-man-correction.patch

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