diff options
author | 2003-08-08 09:26:02 +0000 | |
---|---|---|
committer | 2003-08-08 09:26:02 +0000 | |
commit | d55ea0e866f04b8efa03882da641812f349cf46f (patch) | |
tree | d9223fb22306b53932aa80c81b240ce8a0844fdb /lib/libc/rpc | |
parent | Be more careful when using constant_lookup() in messages. Pointed out by (diff) | |
download | wireguard-openbsd-d55ea0e866f04b8efa03882da641812f349cf46f.tar.xz wireguard-openbsd-d55ea0e866f04b8efa03882da641812f349cf46f.zip |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/rpcauth.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/xdr.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/rpc/rpcauth.3 b/lib/libc/rpc/rpcauth.3 index 16cf60a0358..cd61a25932c 100644 --- a/lib/libc/rpc/rpcauth.3 +++ b/lib/libc/rpc/rpcauth.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcauth.3,v 1.10 2003/05/30 22:12:43 jmc Exp $ +.\" $OpenBSD: rpcauth.3,v 1.11 2003/08/08 09:26:02 jmc Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -114,5 +114,5 @@ with the appropriate parameters. .Rs .%A "Sun Microsystems, Inc." .%T "RPC: Remote Procedure Call Protocol Specification" -.%R "RFC1057, USC-ISI" +.%R "RFC 1057, USC-ISI" .Re diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 9ee8ee83f94..b2197cec4e0 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.15 2003/05/30 22:12:43 jmc Exp $ +.\" $OpenBSD: xdr.3,v 1.16 2003/08/08 09:26:02 jmc Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -585,5 +585,5 @@ Returns one if it succeeds, zero otherwise. .Rs .%A "Sun Microsystems, Inc." .%T "XDR: External Data Representation Standard" -.%R "RFC1014, USC-ISI" +.%R "RFC 1014, USC-ISI" .Re |