Print this page
5730 Typos in rpc_clnt_create(3nsl) man page

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/rpc_clnt_create.3nsl
          +++ new/usr/src/man/man3nsl/rpc_clnt_create.3nsl
   1    1  '\" te
   2    2  .\"  Copyright 1989 AT&T
   3    3  .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved
   4    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   5    5  .\"  See the License for the specific language governing permissions and limitations under the License. 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
   6    6  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH RPC_CLNT_CREATE 3NSL "Dec 16, 2013"
        7 +.TH RPC_CLNT_CREATE 3NSL "Jul 25, 2015"
   8    8  .SH NAME
   9    9  rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed,
  10   10  clnt_create_vers, clnt_create_vers_timed, clnt_destroy, clnt_dg_create,
  11   11  clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create,
  12   12  clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr,
  13   13  clnt_door_create \- library routines for dealing with creation and manipulation
  14   14  of CLIENT handles
  15   15  .SH SYNOPSIS
  16   16  .LP
  17   17  .nf
↓ open down ↓ 4 lines elided ↑ open up ↑
  22   22  
  23   23  .LP
  24   24  .nf
  25   25  \fBCLIENT *\fR\fBclnt_create\fR(\fBconst char *\fR\fIhost\fR, \fBconst rpcprog_t\fR \fIprognum\fR,
  26   26       \fBconst rpcvers_t\fR \fIversnum\fR, \fBconst char *\fR\fInettype\fR);
  27   27  .fi
  28   28  
  29   29  .LP
  30   30  .nf
  31   31  \fBCLIENT *\fR\fBclnt_create_timed\fR(\fBconst char *\fR\fIhost\fR, \fBconst rpcprog_t\fR \fIprognum\fR,
  32      -     \fBconst rpcvers_t\fR \fIversnum\fR, \fBconst\fR \fInettype\fR,
  33      -     \fBconst struct timeval *\fR\fItimetout\fR);
       32 +     \fBconst rpcvers_t\fR \fIversnum\fR, \fBconst char \fR*\fInettype\fR,
       33 +     \fBconst struct timeval *\fR\fItimeout\fR);
  34   34  .fi
  35   35  
  36   36  .LP
  37   37  .nf
  38   38  \fBCLIENT *\fR\fBclnt_create_vers\fR (\fBconst char *\fR\fIhost\fR,
  39   39       \fBconst rpcprog_t\fR \fIprognum\fR, \fBrpcvers_t *\fR\fIvers_outp\fR,
  40   40       \fBconst rpcvers_t\fR \fIvers_low\fR, \fBconst rpcvers_t\fR \fIvers_high\fR,
  41   41       \fBconst char *\fR\fInettype\fR);
  42   42  .fi
  43   43  
↓ open down ↓ 531 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX