diff options
author | Cyril Brulebois <kibi@debian.org> | 2015-04-02 11:39:43 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2015-04-02 11:57:35 -0400 |
commit | 54bf943f683f3fcea379b94f36a12701e594e7b9 (patch) | |
tree | 3e420c919b398f69d2e71d88c1fe89818d202271 | |
parent | 4a1ad4aa3028d26d830d9a9003ff9e3337b0e0d5 (diff) | |
download | nfs-utils-54bf943f683f3fcea379b94f36a12701e594e7b9.tar.gz nfs-utils-54bf943f683f3fcea379b94f36a12701e594e7b9.tar.xz nfs-utils-54bf943f683f3fcea379b94f36a12701e594e7b9.zip |
nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa
From: Cyril Brulebois <kibi@debian.org>
It'd be nice if one could notice nfsd(7) when reading nfsd(8) and the
other way round, without having to have to resort to dpkg -L $pkg to
figure out what documentation is available.
Acked-By: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/exportfs/nfsd.man | 1 | ||||
-rw-r--r-- | utils/nfsd/nfsd.man | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man index 47b73be..0c516fa 100644 --- a/utils/exportfs/nfsd.man +++ b/utils/exportfs/nfsd.man @@ -196,6 +196,7 @@ classes of tracing to be enabled. Consult the kernel header files to find out what number correspond to what tracing. .SH SEE ALSO +.BR nfsd (8), .BR rpc.nfsd (8), .BR exports (5), .BR nfsstat (8), diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man index be21ed4..3ba847e 100644 --- a/utils/nfsd/nfsd.man +++ b/utils/nfsd/nfsd.man @@ -121,6 +121,7 @@ address family combinations that are marked visible in the database. .SH SEE ALSO +.BR nfsd (7), .BR rpc.mountd (8), .BR exports (5), .BR exportfs (8), |