Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/rpc Drop some unnecessary .Pps, use .Ss instead of ...



details:   https://anonhg.NetBSD.org/src/rev/89142a9566f6
branches:  trunk
changeset: 520718:89142a9566f6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 15 02:37:09 2002 +0000

description:
Drop some unnecessary .Pps, use .Ss instead of .Sh.

diffstat:

 lib/libc/rpc/rpc.3 |  25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

diffs (111 lines):

diff -r 903e54ee6650 -r 89142a9566f6 lib/libc/rpc/rpc.3
--- a/lib/libc/rpc/rpc.3        Tue Jan 15 02:36:40 2002 +0000
+++ b/lib/libc/rpc/rpc.3        Tue Jan 15 02:37:09 2002 +0000
@@ -1,6 +1,6 @@
 .\" @(#)rpc.3n 1.31 93/08/31 SMI; from SVr4
 .\" Copyright 1989 AT&T
-.\"    $NetBSD: rpc.3,v 1.11 2001/04/09 12:20:18 wiz Exp $
+.\"    $NetBSD: rpc.3,v 1.12 2002/01/15 02:37:09 wiz Exp $
 .Dd May 7, 1993
 .Dt RPC 3
 .Os
@@ -9,11 +9,9 @@
 .Nd library routines for remote procedure calls
 .Sh LIBRARY
 .Lb libc
-.Pp
 .Sh SYNOPSIS
 .Fd #include <rpc/rpc.h>
 .Fd #include <netconfig.h>
-.Pp
 .Sh DESCRIPTION
 These
 routines allow C language programs to make procedure
@@ -30,7 +28,7 @@
 structure also require that
 .Fd <netconfig.h>
 be included.
-.Sh Nettype
+.Ss Nettype
 Some of the high-level
 RPC interface routines take a
 .Fa nettype
@@ -116,7 +114,7 @@
 variable or in top to down order in the
 .Pa /etc/netconfig
 file.
-.Sh Derived Types
+.Ss Derived Types
 The derived types used in the RPC interfaces are defined as follows:
 .Bd -literal
        typedef u_int32_t rpcprog_t;
@@ -126,10 +124,10 @@
        typedef u_int32_t rpcport_t;
        typedef   int32_t rpc_inline_t;
 .Ed
-.Sh "Data Structures"
+.Ss Data Structures
 Some of the data structures used by the
 RPC package are shown below.
-.Sh "The AUTH Structure"
+.Ss The AUTH Structure
 .Bd -literal
 /*
  * Authentication info. Opaque to client.
@@ -156,8 +154,7 @@
     caddr_t ah_private;
 } AUTH;
 .Ed
-
-.Sh "The CLIENT Structure"
+.Ss The CLIENT Structure
 .Bd -literal
 /*
  * Client rpc handle.
@@ -180,7 +177,7 @@
     char    *cl_tp;        /* device name */
 } CLIENT;
 .Ed
-.Sh "The SVCXPRT structure"
+.Ss The SVCXPRT structure
 .Bd -literal
 enum xprt_stat {
     XPRT_DIED,
@@ -218,7 +215,7 @@
     int    xp_type    /* transport type */
 } SVCXPRT;
 .Ed
-.Sh "The svc_reg structure"
+.Ss The svc_reg structure
 .Bd -literal
 struct svc_req {
     rpcprog_t    rq_prog;    /* service program number */
@@ -229,7 +226,7 @@
     SVCXPRT    *rq_xprt;    /* associated transport */
 };
 .Ed
-.Sh  "The XDR structure"
+.Ss The XDR structure
 .Bd -literal
 /*
  * XDR operations.
@@ -309,7 +306,7 @@
        unsigned int    qlen;
 };
 .Ed
-.Sh "Index to Routines"
+.Ss Index to Routines
 The following table lists RPC routines and the manual reference
 pages on which they are described:
 .Bl -column "authunix_create_default()" "rpc_clnt_create(3)"
@@ -488,10 +485,8 @@
 .It Fn xprt_unregister Ta
 .Xr rpc_svc_calls 3 ,
 .El
-.Pp
 .Sh FILES
 .Pa /etc/netconfig
-.Pp
 .Sh SEE ALSO
 .Xr getnetconfig 3 ,
 .Xr getnetpath 3 ,



Home | Main Index | Thread Index | Old Index