Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/rpc Add RCS Id, and some whitespace/punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/fc96390bad33
branches:  trunk
changeset: 508243:fc96390bad33
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 09 12:21:01 2001 +0000

description:
Add RCS Id, and some whitespace/punctuation fixes.

diffstat:

 lib/libc/rpc/rpc_svc_create.3 |  39 ++++++++++++++++++++-------------------
 1 files changed, 20 insertions(+), 19 deletions(-)

diffs (107 lines):

diff -r b93c15e52d0c -r fc96390bad33 lib/libc/rpc/rpc_svc_create.3
--- a/lib/libc/rpc/rpc_svc_create.3     Mon Apr 09 12:20:18 2001 +0000
+++ b/lib/libc/rpc/rpc_svc_create.3     Mon Apr 09 12:21:01 2001 +0000
@@ -2,18 +2,19 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_svc_create 1.3 89/06/28 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
+.\" $NetBSD: rpc_svc_create.3,v 1.2 2001/04/09 12:21:01 wiz Exp $
 .Dd May 3, 1993
 .Dt RPC_SVC_CREATE 3
 .Sh NAME
-.Nm rpc_svc_create,
-.Nm svc_control,
-.Nm svc_create,
-.Nm svc_destroy,
-.Nm svc_dg_create,
-.Nm svc_fd_create,
-.Nm svc_raw_create,
-.Nm svc_tli_create,
-.Nm svc_tp_create,
+.Nm rpc_svc_create ,
+.Nm svc_control ,
+.Nm svc_create ,
+.Nm svc_destroy ,
+.Nm svc_dg_create ,
+.Nm svc_fd_create ,
+.Nm svc_raw_create ,
+.Nm svc_tli_create ,
+.Nm svc_tp_create ,
 .Nm svc_vc_create
 .Nd library routines for the creation of server handles
 .Sh LIBRARY
@@ -48,7 +49,7 @@
 .Sh Routines
 See
 .Xr rpc 3
-for the definition of the 
+for the definition of the
 .Dv SVCXPRT
 data structure.
 .Pp
@@ -76,12 +77,12 @@
 should be a pointer to an
 integer.  Upon successful completion of the
 .Dv SVCGET_VERSQUIET
-request, 
+request,
 .Fa *info
 contains an
 integer which describes the server's current
 behavior:  0 indicates normal server behavior
-(that is, an 
+(that is, an
 .Dv RPC_PROGVERSMISMATCH
 error
 will be returned); 1 indicates that the out of
@@ -91,11 +92,11 @@
 If a request is received for a program number
 served by this server but the version number
 is outside the range registered with the server,
-an 
-.Dv RPC_PROGVERSMISMATCH.
+an
+.Dv RPC_PROGVERSMISMATCH
 error will normally
 be returned.  It is sometimes desirable to
-change this behavior.  
+change this behavior.
 .Fa info
 should be a
 pointer to an integer which is either 0
@@ -127,7 +128,7 @@
 .Fn svc_create
 registers itself with the rpcbind
 service (see
-.Xr rpcbind 8 ).
+.Xr rpcbind 8 ) .
 .Fa dispatch
 is called when there is a remote procedure call for the given
 .Fa prognum
@@ -138,7 +139,7 @@
 (see
 .Fn svc_run
 in
-.Xr rpc_svc_reg 3 ).
+.Xr rpc_svc_reg 3 ) .
 If
 .Fn svc_create
 succeeds, it returns the number of server
@@ -203,7 +204,7 @@
 (see
 .Fn clnt_raw_create
 in
-.Xr rpc_clnt_create 3 ).
+.Xr rpc_clnt_create 3 ) .
 This routine allows simulation of RPC and acquisition of
 RPC overheads (such as round trip times),
 without any kernel and networking interference.
@@ -219,7 +220,7 @@
 This routine creates an RPC
 server handle, and returns a pointer to it.
 .Fa fildes
-is the file descriptor on which the service is listening. 
+is the file descriptor on which the service is listening.
 If
 .Fa fildes
 is



Home | Main Index | Thread Index | Old Index