Print this page
4398 Extra spaces in man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/xdr_admin.3nsl
          +++ new/usr/src/man/man3nsl/xdr_admin.3nsl
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  that any buffers passed to the \fBXDR\fR routines must be properly aligned.  It
  25   25  is suggested either that \fBmalloc\fR(3C) be used to allocate these buffers, or
  26   26  that the programmer insure  that the buffer address is divisible evenly by
  27   27  four.
  28   28  .sp
  29   29  .LP
  30   30  \fB#include <rpc/xdr.h>\fR
  31   31  .sp
  32   32  .ne 2
  33   33  .na
  34      -\fB\fBbool_t xdr_control( XDR *\fR\fIxdrs\fR\fB, int\fR\fI req\fR\fB, void
       34 +\fB\fBbool_t xdr_control(XDR *\fR\fIxdrs\fR\fB, int\fR\fI req\fR\fB, void
  35   35  *\fR\fIinfo\fR\fB);\fR\fR
  36   36  .ad
  37   37  .sp .6
  38   38  .RS 4n
  39   39  A function macro to change or retrieve various information about an  \fBXDR\fR
  40   40  stream. \fIreq\fR indicates the type of operation and \fIinfo\fR is a pointer
  41   41  to the information. The supported values of \fIreq\fR is
  42   42  \fBXDR_GET_BYTES_AVAIL\fR and its argument type is \fBxdr_bytesrec *\fR. They
  43   43  return the number of bytes left unconsumed in the stream and a flag indicating
  44   44  whether or not this is the last fragment.
↓ open down ↓ 146 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX