Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/rpc Fix typos pointed out by Igor Sobrado in PR mis...



details:   https://anonhg.NetBSD.org/src/rev/42e5278214d6
branches:  trunk
changeset: 541110:42e5278214d6
user:      jschauma <jschauma%NetBSD.org@localhost>
date:      Wed Jan 01 22:24:29 2003 +0000

description:
Fix typos pointed out by Igor Sobrado in PR misc/19632

rpc(3)             - addres (address)
rpc_reg(3)         - truct (struct, in struct rpc_msg)
rpcb_getaddr(3)    - Copyright: Sun Microsystems (not Microsystem's)
                        All Rights Reserved (not Right's)

diffstat:

 lib/libc/rpc/rpc.3         |  4 ++--
 lib/libc/rpc/rpc_svc_reg.3 |  4 ++--
 lib/libc/rpc/rpcbind.3     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 4a0c12792f67 -r 42e5278214d6 lib/libc/rpc/rpc.3
--- a/lib/libc/rpc/rpc.3        Wed Jan 01 22:06:27 2003 +0000
+++ b/lib/libc/rpc/rpc.3        Wed Jan 01 22:24:29 2003 +0000
@@ -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 @@
 };
 
 /*
- * 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 -r 4a0c12792f67 -r 42e5278214d6 lib/libc/rpc/rpc_svc_reg.3
--- a/lib/libc/rpc/rpc_svc_reg.3        Wed Jan 01 22:06:27 2003 +0000
+++ b/lib/libc/rpc/rpc_svc_reg.3        Wed Jan 01 22:24:29 2003 +0000
@@ -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 -r 4a0c12792f67 -r 42e5278214d6 lib/libc/rpc/rpcbind.3
--- a/lib/libc/rpc/rpcbind.3    Wed Jan 01 22:06:27 2003 +0000
+++ b/lib/libc/rpc/rpcbind.3    Wed Jan 01 22:24:29 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index