Print this page
4916 - rpc_gss_get_principal_name(3nsl): Typo in the synopsis
Reviewed by: Marcel Telka <marcel@telka.sk>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl
          +++ new/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl
   1    1  '\" te
   2    2  .\" Copyright (C) 2002, Sun Microsystems, Inc. All Rights Reserved
   3    3  .\" 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.
   4    4  .\" 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.
   5    5  .\" 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]
   6      -.TH RPC_GSS_GET_PRINCIPAL_NAME 3NSL "Feb 5, 2002"
        6 +.TH RPC_GSS_GET_PRINCIPAL_NAME 3NSL "Jun 17, 2014"
   7    7  .SH NAME
   8    8  rpc_gss_get_principal_name \- Get principal names at server
   9    9  .SH SYNOPSIS
  10   10  .LP
  11   11  .nf
  12   12  #include <rpc/rpcsec_gss.h>
  13   13  
  14      -\fBbool_t\fR \fBrpc_gss_get_principal_name\fR(\fBrpc_gss_principal_\fR \fI*principal\fR,
       14 +\fBbool_t\fR \fBrpc_gss_get_principal_name\fR(\fBrpc_gss_principal_t\fR \fI*principal\fR,
  15   15       \fBchar\fR \fI*mech\fR, \fBchar\fR \fI*name\fR, \fBchar\fR \fI*node\fR, \fBchar\fR \fI*domain\fR);
  16   16  .fi
  17   17  
  18   18  .SH DESCRIPTION
  19   19  .sp
  20   20  .LP
  21   21  Servers need to be able to operate on a client's principal name. Such a name is
  22   22  stored by the server as a  \fBrpc_gss_principal_t\fR structure, an opaque byte
  23   23  string which can be used either directly in access control lists or as database
  24   24  indices which can be used to look up a UNIX credential. A server may, for
↓ open down ↓ 117 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX