Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/rpc Boring whitespace fixes.



details:   https://anonhg.NetBSD.org/src/rev/62cbe7fd4db0
branches:  trunk
changeset: 515034:62cbe7fd4db0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 16 02:17:40 2001 +0000

description:
Boring whitespace fixes.

diffstat:

 lib/libc/rpc/bindresvport.3    |   4 +-
 lib/libc/rpc/getrpcent.3       |  10 +++---
 lib/libc/rpc/rpc_clnt_auth.3   |   4 +-
 lib/libc/rpc/rpc_clnt_calls.3  |   4 +-
 lib/libc/rpc/rpc_clnt_create.3 |   4 +-
 lib/libc/rpc/rpc_soc.3         |  64 +++++++++++++++++++++---------------------
 lib/libc/rpc/rpc_svc_err.3     |   8 ++--
 lib/libc/rpc/xdr.3             |   4 +-
 8 files changed, 51 insertions(+), 51 deletions(-)

diffs (291 lines):

diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/bindresvport.3
--- a/lib/libc/rpc/bindresvport.3       Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/bindresvport.3       Sun Sep 16 02:17:40 2001 +0000
@@ -1,5 +1,5 @@
 .\"    @(#)bindresvport.3n     2.2 88/08/02 4.0 RPCSRC; from 1.7 88/03/14 SMI
-.\"    $NetBSD: bindresvport.3,v 1.8 2000/07/05 15:45:33 msaitoh Exp $
+.\"    $NetBSD: bindresvport.3,v 1.9 2001/09/16 02:17:40 wiz Exp $
 .\"
 .Dd November 22, 1987
 .Dt BINDRESVPORT 3
@@ -94,7 +94,7 @@
 for any of the errors specified for the calls
 .Xr bind 2 ,
 .Xr getsockopt 2 ,
-or 
+or
 .Xr setsockopt 2 .
 .Sh SEE ALSO
 .Xr bind 2 ,
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/getrpcent.3
--- a/lib/libc/rpc/getrpcent.3  Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/getrpcent.3  Sun Sep 16 02:17:40 2001 +0000
@@ -1,5 +1,5 @@
 .\"    @(#)getrpcent.3n        2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
-.\"    $NetBSD: getrpcent.3,v 1.6 1998/02/05 18:49:06 perry Exp $
+.\"    $NetBSD: getrpcent.3,v 1.7 2001/09/16 02:17:40 wiz Exp $
 .\"
 .Dd December 14, 1987
 .Dt GETRPCENT 3
@@ -23,7 +23,7 @@
 .Fn getrpcbynumber "int number"
 .Ft void
 .Fn setrpcent "int stayopen"
-.Ft void 
+.Ft void
 .Fn endrpcent void
 .Sh DESCRIPTION
 .Fn getrpcent ,
@@ -61,9 +61,9 @@
 .Fa stayopen
 flag is non-zero,
 the net data base will not be closed after each call to
-.Fn getrpcent 
+.Fn getrpcent
 (either directly, or indirectly through one of
-the other 
+the other
 .Dq getrpc
 calls).
 .Pp
@@ -85,7 +85,7 @@
 .Sh DIAGNOSTICS
 A
 .Dv NULL
-pointer is returned on 
+pointer is returned on
 .Dv EOF
 or error.
 .Sh BUGS
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/rpc_clnt_auth.3
--- a/lib/libc/rpc/rpc_clnt_auth.3      Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/rpc_clnt_auth.3      Sun Sep 16 02:17:40 2001 +0000
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_clnt_auth 1.4 89/07/20 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\"    $NetBSD: rpc_clnt_auth.3,v 1.1 2000/06/03 09:29:50 fvdl Exp $
+.\"    $NetBSD: rpc_clnt_auth.3,v 1.2 2001/09/16 02:17:41 wiz Exp $
 .Dd May 7, 1993
 .Dt RPC_CLNT_AUTH 3
 .Os
@@ -56,7 +56,7 @@
 .Bl -tag -width authsys_create_default()
 .It Fn auth_destroy
 A function macro that destroys the authentication
-information associated with 
+information associated with
 .Fa auth .
 Destruction usually involves deallocation
 of private data structures.
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/rpc_clnt_calls.3
--- a/lib/libc/rpc/rpc_clnt_calls.3     Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/rpc_clnt_calls.3     Sun Sep 16 02:17:40 2001 +0000
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_clnt_calls 1.4 89/07/20 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\"    $NetBSD: rpc_clnt_calls.3,v 1.1 2000/06/02 23:11:12 fvdl Exp $
+.\"    $NetBSD: rpc_clnt_calls.3,v 1.2 2001/09/16 02:17:41 wiz Exp $
 .Dd May 7, 1993
 .Dt RPC_CLNT_CALLS 3
 .Os
@@ -273,7 +273,7 @@
 .Fa nettype
 can be any of the values listed on
 .Xr rpc 3 .
-This routine returns 
+This routine returns
 .Dv RPC_SUCCESS if it succeeds,
 or an appropriate status is returned.
 Use the
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/rpc_clnt_create.3
--- a/lib/libc/rpc/rpc_clnt_create.3    Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/rpc_clnt_create.3    Sun Sep 16 02:17:40 2001 +0000
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_clnt_create 1.5 89/07/24 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\"    $NetBSD: rpc_clnt_create.3,v 1.2 2000/06/20 00:53:08 fvdl Exp $
+.\"    $NetBSD: rpc_clnt_create.3,v 1.3 2001/09/16 02:17:41 wiz Exp $
 .Dd May 7, 1993
 .Dt RPC_CLNT_CREATE 3
 .Os
@@ -286,7 +286,7 @@
 A newline is not appended to the message in this case.
 Warning:
 returns a pointer to a buffer that is overwritten
-on each call. 
+on each call.
 .Pp
 .It Fn clnt_raw_create
 .IP
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/rpc_soc.3
--- a/lib/libc/rpc/rpc_soc.3    Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/rpc_soc.3    Sun Sep 16 02:17:40 2001 +0000
@@ -1,35 +1,35 @@
 .\"    @(#)rpc.3n      2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI
-.\"    $NetBSD: rpc_soc.3,v 1.2 2000/06/07 13:39:43 simonb Exp $
+.\"    $NetBSD: rpc_soc.3,v 1.3 2001/09/16 02:17:41 wiz Exp $
 .\"
 .TH RPC_SOC 3 "16 February 1988"
 .SH NAME
-rpc_soc, 
-auth_destroy, 
-authnone_create, 
-authunix_create, 
-authunix_create_default, 
-callrpc, 
-clnt_broadcast, 
-clnt_call, 
-clnt_control, 
+rpc_soc,
+auth_destroy,
+authnone_create,
+authunix_create,
+authunix_create_default,
+callrpc,
+clnt_broadcast,
+clnt_call,
+clnt_control,
 clnt_create,
-clnt_destroy, 
-clnt_freeres, 
-clnt_geterr, 
-clnt_pcreateerror, 
-clnt_perrno, 
-clnt_perror, 
-clnt_spcreateerror, 
-clnt_sperrno, 
-clnt_sperror, 
-clntraw_create, 
-clnttcp_create, 
-clntudp_bufcreate, 
-clntudp_create, 
-get_myaddress, 
-pmap_getmaps, 
-pmap_getport, 
-pmap_rmtcall, 
+clnt_destroy,
+clnt_freeres,
+clnt_geterr,
+clnt_pcreateerror,
+clnt_perrno,
+clnt_perror,
+clnt_spcreateerror,
+clnt_sperrno,
+clnt_sperror,
+clntraw_create,
+clnttcp_create,
+clntudp_bufcreate,
+clntudp_create,
+get_myaddress,
+pmap_getmaps,
+pmap_getport,
+pmap_rmtcall,
 pmap_set,
 pmap_unset,
 registerrpc,
@@ -804,7 +804,7 @@
 .BR clnt_call(\|) .
 .IP
 This allows the user to specify the maximum packet size for sending and
-receiving 
+receiving
 .SM UDP\s0-based
 .SM RPC
 messages.
@@ -882,7 +882,7 @@
 is most likely
 .B
 .SM IPPROTO_UDP
-or 
+or
 .BR \s-1IPPROTO_TCP\s0 .
 A return value of zero means that the mapping does not exist
 or that
@@ -961,7 +961,7 @@
 is most likely
 .B
 .SM IPPROTO_UDP
-or 
+or
 .BR \s-1IPPROTO_TCP\s0 .
 This routine returns one if it succeeds, zero otherwise.
 Automatically done by
@@ -1251,7 +1251,7 @@
 is zero,
 .B
 .SM IPPROTO_UDP
-or 
+or
 .B
 .SM IPPROTO_TCP
 ).
@@ -1567,7 +1567,7 @@
 .SM NULL
 if it fails.
 .IP
-This allows the user to specify the maximum packet size for sending and 
+This allows the user to specify the maximum packet size for sending and
 receiving
 .SM UDP\s0-based
 .SM RPC messages.
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/rpc_svc_err.3
--- a/lib/libc/rpc/rpc_svc_err.3        Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/rpc_svc_err.3        Sun Sep 16 02:17:40 2001 +0000
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_svc_err 1.4 89/06/28 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\"    $NetBSD: rpc_svc_err.3,v 1.1 2000/06/02 23:11:14 fvdl Exp $
+.\"    $NetBSD: rpc_svc_err.3,v 1.2 2001/09/16 02:17:41 wiz Exp $
 .Dd May 3, 1993
 .Dt RPC_SVC_ERR 3
 .Os
@@ -14,7 +14,7 @@
 .Nm svcerr_noprog,
 .Nm svcerr_progvers,
 .Nm svcerr_systemerr,
-.Nm svcerr_weakauth 
+.Nm svcerr_weakauth
 .Nd library routines for server side remote procedure call errors
 .Sh LIBRARY
 .Lb libc
@@ -57,7 +57,7 @@
 .Fn svcerr_decode
 Called by a service dispatch routine that cannot successfully
 decode the remote parameters
-(see 
+(see
 .Fn svc_getargs
 in
 .Xr rpc_svc_reg 3 ).
@@ -76,7 +76,7 @@
 RPC package.
 .Fa low_vers
 is the lowest version number,
-and 
+and
 .Fa high_vers
 is the highest version number.
 Service implementors usually do not need this routine.
diff -r 813043e5a96d -r 62cbe7fd4db0 lib/libc/rpc/xdr.3
--- a/lib/libc/rpc/xdr.3        Sun Sep 16 02:17:15 2001 +0000
+++ b/lib/libc/rpc/xdr.3        Sun Sep 16 02:17:40 2001 +0000
@@ -1,5 +1,5 @@
 .\"    @(#)xdr.3n      2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
-.\"    $NetBSD: xdr.3,v 1.5 1999/12/01 19:00:23 thorpej Exp $
+.\"    $NetBSD: xdr.3,v 1.6 2001/09/16 02:17:41 wiz Exp $
 .\"
 .TH XDR 3 "16 February 1988"
 .SH NAME
@@ -687,7 +687,7 @@
 corresponding external representations.
 Strings cannot be longer than
 .IR maxsize .
-Note: 
+Note:
 .I sp
 is the address of the string's pointer.
 This routine returns one if it succeeds, zero otherwise.



Home | Main Index | Thread Index | Old Index