diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 01bc88f87104..7b84540fc781 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,6 +1,6 @@ .\" @(#)rpc.3n 1.31 93/08/31 SMI; from SVr4 .\" Copyright 1989 AT&T -.\" $NetBSD: rpc.3,v 1.14 2002/02/07 09:24:06 ross Exp $ +.\" $NetBSD: rpc.3,v 1.15 2003/01/01 22:24:29 jschauma Exp $ .Dd May 7, 1993 .Dt RPC 3 .Os @@ -296,7 +296,7 @@ struct netbuf { }; /* - * The format of the addres and options arguments of the XTI t_bind call. + * The format of the address and options arguments of the XTI t_bind call. * Only provided for compatibility, it should not be used other than * as an argument to svc_tli_create(). */ diff --git a/lib/libc/rpc/rpc_svc_reg.3 b/lib/libc/rpc/rpc_svc_reg.3 index cf3ea0b06dba..06bbb2c21651 100644 --- a/lib/libc/rpc/rpc_svc_reg.3 +++ b/lib/libc/rpc/rpc_svc_reg.3 @@ -2,7 +2,7 @@ .\" Copyright 1989 AT&T .\" @(#)rpc_svc_call 1.6 89/07/20 SMI; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. -.\" $NetBSD: rpc_svc_reg.3,v 1.5 2002/10/01 17:22:02 wiz Exp $ +.\" $NetBSD: rpc_svc_reg.3,v 1.6 2003/01/01 22:24:29 jschauma Exp $ .Dd May 3, 1993 .Dt RPC_SVC_REG 3 .Sh NAME @@ -25,7 +25,7 @@ .Ft void .Fn svc_unreg "const rpcprog_t prognum" "const rpcvers_t versnum" .Ft int -.Fn svc_auth_reg "const int cred_flavor" "const enum auth_stat (*handler(struct svc_req *, truct rpc_msg *))" +.Fn svc_auth_reg "const int cred_flavor" "const enum auth_stat (*handler(struct svc_req *, struct rpc_msg *))" .Ft void .Fn xprt_register "const SVCXPRT *xprt" .Ft void diff --git a/lib/libc/rpc/rpcbind.3 b/lib/libc/rpc/rpcbind.3 index 156669d3120a..c8e828a31d85 100644 --- a/lib/libc/rpc/rpcbind.3 +++ b/lib/libc/rpc/rpcbind.3 @@ -1,7 +1,7 @@ .\" @(#)rpcbind.3n 1.25 93/05/07 SMI; from SVr4 .\" Copyright 1989 AT&T -.\" Copyright (c) 1988 Sun Microsystem's, Inc. - All Right's Reserved. -.\" $NetBSD: rpcbind.3,v 1.6 2002/10/01 17:22:02 wiz Exp $ +.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. +.\" $NetBSD: rpcbind.3,v 1.7 2003/01/01 22:24:30 jschauma Exp $ .Dd May 7, 1993 .Dt RPCBIND 3 .Os