From 54bf943f683f3fcea379b94f36a12701e594e7b9 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 2 Apr 2015 11:39:43 -0400 Subject: nfs-utils: cross-reference nfsd.7 from nfsd.8 and vice versa From: Cyril Brulebois 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 Signed-off-by: Steve Dickson --- utils/exportfs/nfsd.man | 1 + utils/nfsd/nfsd.man | 1 + 2 files changed, 2 insertions(+) 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), -- cgit