diff options
| author | Bart Coddens <bart.coddens@gmail.com> | 2014-06-17 19:55:20 +0200 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2014-06-21 10:24:31 -0700 |
| commit | d13ebad84494334e3654def3c0634c4bcc8e4b18 (patch) | |
| tree | 108f8962353d3d8fd2e414bf2f9408d7f0facd18 | |
| parent | f67144614ce47a7037765727764c6d46dd000e86 (diff) | |
| download | illumos-joyent-d13ebad84494334e3654def3c0634c4bcc8e4b18.tar.gz | |
4916 rpc_gss_get_principal_name(3nsl): Typo in the synopsis
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Robert Mustacchi <rm@joyent.com>
| -rw-r--r-- | usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl b/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl index 5dc28b579e..ecb2b9de76 100644 --- a/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_get_principal_name.3nsl @@ -3,7 +3,7 @@ .\" 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. 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 the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH RPC_GSS_GET_PRINCIPAL_NAME 3NSL "Feb 5, 2002" +.TH RPC_GSS_GET_PRINCIPAL_NAME 3NSL "Jun 17, 2014" .SH NAME rpc_gss_get_principal_name \- Get principal names at server .SH SYNOPSIS @@ -11,7 +11,7 @@ rpc_gss_get_principal_name \- Get principal names at server .nf #include <rpc/rpcsec_gss.h> -\fBbool_t\fR \fBrpc_gss_get_principal_name\fR(\fBrpc_gss_principal_\fR \fI*principal\fR, +\fBbool_t\fR \fBrpc_gss_get_principal_name\fR(\fBrpc_gss_principal_t\fR \fI*principal\fR, \fBchar\fR \fI*mech\fR, \fBchar\fR \fI*name\fR, \fBchar\fR \fI*node\fR, \fBchar\fR \fI*domain\fR); .fi |
