Print this page
4213 Missing spaces in man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/xdr_simple.3nsl
          +++ new/usr/src/man/man3nsl/xdr_simple.3nsl
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7    7  .TH XDR_SIMPLE 3NSL "Aug 27, 2001"
   8    8  .SH NAME
   9    9  xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free,
  10   10  xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short,
  11   11  xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short,
  12   12  xdr_void \- library routines for external data representation
  13   13  .SH SYNOPSIS
  14   14  .LP
  15   15  .nf
  16      -#include<rpc/xdr.h>
       16 +#include <rpc/xdr.h>
  17   17  
  18   18  
  19   19  
  20   20  \fBbool_t\fR \fBxdr_bool\fR(\fBXDR *\fR\fIxdrs\fR, \fBbool_t *\fR\fIbp\fR);
  21   21  .fi
  22   22  
  23   23  .LP
  24   24  .nf
  25   25  \fBbool_t\fR \fBxdr_char\fR(\fBXDR *\fR\fIxdrs\fR, \fBchar *\fR\fIcp\fR);
  26   26  .fi
↓ open down ↓ 346 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX