diff options
author | 2014-07-12 17:38:19 +0000 | |
---|---|---|
committer | 2014-07-12 17:38:19 +0000 | |
commit | 8492d89123a684ff05aba8ae2bddfe8ab0c81ab3 (patch) | |
tree | 87064e3965f279129d7ab9a393499c75ee5c92fb | |
parent | jsing and I are investigating removal of all? most? 'getenv from library' (diff) | |
download | wireguard-openbsd-8492d89123a684ff05aba8ae2bddfe8ab0c81ab3.tar.xz wireguard-openbsd-8492d89123a684ff05aba8ae2bddfe8ab0c81ab3.zip |
provide a missing rfc number;
From: Josh Grosse
i've actually just whacked the titles to keep it brief
and avoid the mess of the punctuation added by these macros.
-rw-r--r-- | sbin/nfsd/nfsd.8 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index 80c930dd909..d82b23f0854 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsd.8,v 1.17 2010/09/03 10:08:22 jmc Exp $ +.\" $OpenBSD: nfsd.8,v 1.18 2014/07/12 17:38:19 jmc Exp $ .\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: July 12 2014 $ .Dt NFSD 8 .Os .Sh NAME @@ -95,10 +95,7 @@ typically four to six. .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 |