diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2017-06-21 16:10:59 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-06-27 22:43:19 +0000 |
commit | bec2e3ffadac8d3536ea115d636d06c7b561623a (patch) | |
tree | 4336f98fc55e44a5aae7b6972353fddf2df3cbc3 /usr/src/man/man3sasl/sasl_client_start.3sasl | |
parent | 621738e24ed094c80643e1cd8d545241ae1978b1 (diff) | |
download | illumos-joyent-bec2e3ffadac8d3536ea115d636d06c7b561623a.tar.gz |
8212 manpages contain obsolete references
6019 sleep can't be infinite
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3sasl/sasl_client_start.3sasl')
-rw-r--r-- | usr/src/man/man3sasl/sasl_client_start.3sasl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/man/man3sasl/sasl_client_start.3sasl b/usr/src/man/man3sasl/sasl_client_start.3sasl index 05c4b13c72..b5d31c1a39 100644 --- a/usr/src/man/man3sasl/sasl_client_start.3sasl +++ b/usr/src/man/man3sasl/sasl_client_start.3sasl @@ -5,7 +5,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 SASL_CLIENT_START 3SASL "Aug 26, 2003" +.TH SASL_CLIENT_START 3SASL "May 13, 2017" .SH NAME sasl_client_start \- perform a step in the authentication negotiation .SH SYNOPSIS @@ -20,7 +20,6 @@ sasl_client_start \- perform a step in the authentication negotiation .fi .SH DESCRIPTION -.sp .LP Use the \fBsasl_client_start()\fR interface to select a mechanism for authentication and start the authentication session. The \fImechlist\fR @@ -39,7 +38,6 @@ requests. The application fullfills these requests and calls \fIprompt_need\fR parameter is the same pointer as before, but it is filled in by the application. .SH PARAMETERS -.sp .ne 2 .na \fB\fIconn\fR\fR @@ -96,12 +94,10 @@ Contains the name of the chosen SASL mechanism, upon success. .RE .SH RETURN VALUES -.sp .LP \fBsasl_client_start()\fR returns an integer that corresponds to a SASL error code. .SH ERRORS -.sp .ne 2 .na \fB\fBSASL_CONTINUE\fR\fR @@ -117,7 +113,6 @@ All other error codes indicate an error situation that must be handled, or the authentication session should be quit. See \fBsasl_errors\fR(3SASL) for information on SASL error codes. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -129,14 +124,11 @@ c | c l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Availablity SUNWlibsasl -_ Interface Stability Evolving _ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBsasl_errors\fR(3SASL), \fBattributes\fR(5) |