summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/rpcauth.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-25 21:16:28 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-25 21:16:28 +0000
commit7c983533d3b7679ec8a5d6b1ef8508d67b352fda (patch)
tree743276abfb3ecd9ac3303b0111685a20105bb508 /lib/libc/rpc/rpcauth.3
parent79778de77bf5929faa26c8b41fdb13395dab7345 (diff)
kill some old macros
Diffstat (limited to 'lib/libc/rpc/rpcauth.3')
-rw-r--r--lib/libc/rpc/rpcauth.347
1 files changed, 22 insertions, 25 deletions
diff --git a/lib/libc/rpc/rpcauth.3 b/lib/libc/rpc/rpcauth.3
index de41af4e1d3..3899b2d7622 100644
--- a/lib/libc/rpc/rpcauth.3
+++ b/lib/libc/rpc/rpcauth.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpcauth.3,v 1.3 1999/05/25 13:06:46 aaron Exp $
+.\" $OpenBSD: rpcauth.3,v 1.4 1999/05/25 21:16:25 aaron Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -53,11 +53,9 @@ The parameter
is the name of the machine on which the information was
created;
.Fa uid
-is the user's user
-.Tn ID ;
+is the user's user ID;
.Fa gid
-is the user's current group
-.Tn ID ;
+is the user's current group ID;
.Fa len
and
.Fa aup_gids
@@ -71,25 +69,24 @@ with the appropriate parameters.
.Pp
.Sh SEE ALSO
.\"Xr rpc_secure 3 ,
-.Xr rpc 3 ,
-.Xr getrpcport 3 ,
-.Xr portmap 8 ,
-.Xr rpc 5 ,
.Xr rpcgen 1 ,
.Xr select 2 ,
-.Xr xdr 3 .
-.br
-The following manuals:
-.RS
-.ft I
-Remote Procedure Calls: Protocol Specification
-.br
-Remote Procedure Call Programming Guide
-.br
-rpcgen Programming Guide
-.br
-.ft R
-.RE
-.Fa "RPC: Remote Procedure Call Protocol Specification" ,
-.Tn RFC1050, Sun Microsystems, Inc.,
-.Tn USC-ISI .
+.Xr getrpcport 3 ,
+.Xr rpc 3 ,
+.Xr xdr 3 ,
+.Xr rpc 5 ,
+.Xr portmap 8
+.Rs
+.%T "Remote Procedure Calls: Protocol Specification"
+.Re
+.Rs
+.%T "Remote Procedure Call Programming Guide"
+.Re
+.Rs
+.%T "rpcgen Programming Guide"
+.Re
+.Rs
+.%A "Sun Microsystems, Inc."
+.%T "RPC: Remote Procedure Call Protocol Specification"
+.%R "RFC1050, USC-ISI"
+.Re