On Sat, Jul 12, 2014 at 11:08:31AM -0400, Josh Grosse wrote: > Just for searching convenience: > > Index: nfsd.8 > =================================================================== > RCS file: /cvs/src/sbin/nfsd/nfsd.8,v > retrieving revision 1.17 > diff -u -r1.17 nfsd.8 > --- nfsd.8 3 Sep 2010 10:08:22 -0000 1.17 > +++ nfsd.8 12 Jul 2014 15:06:38 -0000 > @@ -98,7 +98,8 @@ > server specification; see > .%T "Network File System Protocol Specification" , > RFC 1094 and > -.%T "NFS: Network File System Version 3 Protocol Specification" . > +.%T "NFS: Network File System Version 3 Protocol Specification" , > +RFC 1813. > .Sh EXIT STATUS > .Ex -std nfsd > .Sh SEE ALSO >
i actually just killed the rfc titles and left the numbers. macros like %T are somewhat pesky in that they add (in this case unwanted) punctuation. i could have moved it into SEE ALSO, but the reference seemed to make sense where it was and this way is briefer anyway. hope that suits! jmc Index: nfsd.8 =================================================================== RCS file: /cvs/src/sbin/nfsd/nfsd.8,v retrieving revision 1.17 diff -u -r1.17 nfsd.8 --- nfsd.8 3 Sep 2010 10:08:22 -0000 1.17 +++ nfsd.8 12 Jul 2014 17:36:48 -0000 @@ -95,10 +95,7 @@ .Nm listens for service requests at the port indicated in the .Tn NFS -server specification; see -.%T "Network File System Protocol Specification" , -RFC 1094 and -.%T "NFS: Network File System Version 3 Protocol Specification" . +server specification; see RFCs 1094 and 1813. .Sh EXIT STATUS .Ex -std nfsd .Sh SEE ALSO

