diff options
author | 2001-09-16 19:12:31 +0000 | |
---|---|---|
committer | 2001-09-16 19:12:31 +0000 | |
commit | 84b47185e0ac0ebbc9ad731b4381f782f49c7351 (patch) | |
tree | 1715308fc83a743c8fb2acf662b1d1091728267e /lib/libc/rpc | |
parent | Typos in comments. (diff) | |
download | wireguard-openbsd-84b47185e0ac0ebbc9ad731b4381f782f49c7351.tar.xz wireguard-openbsd-84b47185e0ac0ebbc9ad731b4381f782f49c7351.zip |
It is not legal to have multiple .%T entries in a reference so split
the manual references up. This is still not as nice as it could be
but at least groff no longer spits out an error.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/rpc.3 | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index f5bc75ffb46..89f9c2a3635 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.26 2001/08/06 10:42:26 mpech Exp $ +.\" $OpenBSD: rpc.3,v 1.27 2001/09/16 19:12:31 millert Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -1219,10 +1219,23 @@ Service implementors usually do not need this routine. .Pp The following manuals: .Rs -.%T "Remote Procedure Calls: Protocol Specification;" -.%T "Remote Procedure Call Programming Guide;" -.%T "rpcgen Programming Guide;" -.%T "RPC: Remote Procedure Call Protocol Specification;" -.%T "RFC1057" -.%A "Sun Microsystems, Inc., USC-ISI." +.%A "Sun Microsystems, Inc." +.%T "Remote Procedure Calls: Protocol Specification" +.Re +.Rs +.%A "Sun Microsystems, Inc." +.%T "Remote Procedure Call Programming Guide" +.Re +.Rs +.%A "Sun Microsystems, Inc." +.%T "rpcgen Programming Guide" +.Re +.Rs +.%A "Sun Microsystems, Inc." +.%T "RPC: Remote Procedure Call Protocol Specification" +.Re +.Rs +.%A "Sun Microsystems, Inc." +.%D "June 1988" +.%T "RFC 1057" .Re |