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)
This commit is contained in:
parent
ec3682baa1
commit
708eed1953
lib/libc/rpc
@ -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().
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user