Print this page
5657 Typo in rpcbind(3nsl): ssvcaddr

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/rpcbind.3nsl
          +++ new/usr/src/man/man3nsl/rpcbind.3nsl
   1    1  '\" te
   2    2  .\" Copyright 2014 Nexenta Systems, Inc.  All Rights Reserved.
   3    3  .\"  Copyright 1989 AT&T  Copyright (c) 1997, 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.
   5    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   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      -.TH RPCBIND 3NSL "Nov 24, 2014"
        7 +.TH RPCBIND 3NSL "Jul 25, 2015"
   8    8  .SH NAME
   9    9  rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set,
  10   10  rpcb_unset \- library routines for RPC bind service
  11   11  .SH SYNOPSIS
  12   12  .LP
  13   13  .nf
  14   14  #include <rpc/rpc.h>
  15   15  
  16   16  
  17   17  
  18   18  \fBstruct rpcblist *\fR\fBrpcb_getmaps\fR(\fBconst struct netconfig *\fR\fInetconf\fR,
  19   19       \fBconst char *\fR\fIhost\fR);
  20   20  .fi
  21   21  
  22   22  .LP
  23   23  .nf
  24   24  \fBbool_t\fR  \fBrpcb_getaddr\fR(\fBconst rpcprog_t\fR  \fIprognum\fR, \fBconst rpcvers_t\fR \fIversnum\fR,
  25      -     \fBconst struct netconfig *\fR\fInetconf\fR, \fBstruct netbuf *\fR\fIssvcaddr\fR,
       25 +     \fBconst struct netconfig *\fR\fInetconf\fR, \fBstruct netbuf *\fR\fIsvcaddr\fR,
  26   26       \fBconst char *\fR\fIhost\fR);
  27   27  .fi
  28   28  
  29   29  .LP
  30   30  .nf
  31   31  \fBbool_t\fR \fBrpcb_gettime\fR(\fBconst char *\fR\fIhost\fR, \fBtime_t *\fR\fItimep\fR);
  32   32  .fi
  33   33  
  34   34  .LP
  35   35  .nf
↓ open down ↓ 141 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX