diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
---|---|---|
committer | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
commit | ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch) | |
tree | 3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man3gss/gss_display_status.3gss | |
parent | af8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff) | |
download | illumos-joyent-ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab.tar.gz |
1502 Remove conversion cruft from manpages
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Diffstat (limited to 'usr/src/man/man3gss/gss_display_status.3gss')
-rw-r--r-- | usr/src/man/man3gss/gss_display_status.3gss | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/usr/src/man/man3gss/gss_display_status.3gss b/usr/src/man/man3gss/gss_display_status.3gss index d9a3f2d5f6..d4cd0193ef 100644 --- a/usr/src/man/man3gss/gss_display_status.3gss +++ b/usr/src/man/man3gss/gss_display_status.3gss @@ -3,13 +3,13 @@ .\" 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 gss_display_status 3GSS "14 Jan 2003" "SunOS 5.11" "Generic Security Services API Library Functions" +.TH GSS_DISPLAY_STATUS 3GSS "Jan 14, 2003" .SH NAME gss_display_status \- convert a GSS-API status code to text .SH SYNOPSIS .LP .nf -\fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lgss\fR [ \fIlibrary\fR... ] +\fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lgss\fR [ \fIlibrary\fR... ] #include <gssapi/gssapi.h> \fBOM_uint32\fR \fBgss_display_status\fR(\fBOM_uint32 *\fR\fIminor_status\fR, @@ -47,34 +47,28 @@ subsequent messages are desired. The parameter descriptions for \fBgss_display_status()\fR follow: .sp .ne 2 -.mk .na \fB\fIminor_status\fR\fR .ad .RS 19n -.rt Status code returned by the underlying mechanism. .RE .sp .ne 2 -.mk .na \fB\fIstatus_value\fR\fR .ad .RS 19n -.rt Status value to be converted. .RE .sp .ne 2 -.mk .na \fB\fIstatus_type\fR\fR .ad .RS 19n -.rt If the value is \fBGSS_C_GSS_CODE\fR, \fIstatus_value\fR is a \fBGSS-API\fR status code. If the value is \fBGSS_C_MECH_CODE\fR, then \fIstatus_value\fR is a mechanism status code. @@ -82,24 +76,20 @@ a mechanism status code. .sp .ne 2 -.mk .na \fB\fImech_type\fR\fR .ad .RS 19n -.rt Underlying mechanism that is used to interpret a minor status value. Supply \fBGSS_C_NO_OID\fR to obtain the system default. .RE .sp .ne 2 -.mk .na \fB\fImessage_context\fR\fR .ad .RS 19n -.rt Should be initialized to zero prior to the first call. On return from \fBgss_display_status()\fR, a non-zero \fIstatus_value\fR parameter indicates that additional messages may be extracted from the status code by means of @@ -110,12 +100,10 @@ subsequent calls to \fBgss_display_status()\fR, passing the same .sp .ne 2 -.mk .na \fB\fIstatus_string\fR\fR .ad .RS 19n -.rt Textual representation of the \fIstatus_value\fR. Storage associated with this parameter must be freed by the application after use with a call to \fBgss_release_buffer\fR(3GSS). @@ -127,47 +115,39 @@ parameter must be freed by the application after use with a call to The \fBgss_display_status()\fR function may return the following status codes: .sp .ne 2 -.mk .na \fB\fBGSS_S_COMPLETE\fR\fR .ad .RS 20n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fB\fBGSS_S_BAD_MECH\fR\fR .ad .RS 20n -.rt Indicates that translation in accordance with an unsupported mechanism type was requested. .RE .sp .ne 2 -.mk .na \fB\fBGSS_S_BAD_STATUS\fR\fR .ad .RS 20n -.rt The status value was not recognized, or the status type was neither \fBGSS_C_GSS_CODE\fR nor \fBGSS_C_MECH_CODE\fR. .RE .sp .ne 2 -.mk .na \fB\fBGSS_S_FAILURE\fR\fR .ad .RS 20n -.rt The underlying mechanism detected an error for which no specific \fBGSS\fR status code is defined. The mechanism-specific status code reported by means of the \fIminor_status\fR parameter details the error condition. @@ -181,13 +161,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT-LevelSafe +MT-Level Safe .TE .SH SEE ALSO |