diff options
Diffstat (limited to 'usr/src/man/man3sasl/sasl_version.3sasl')
-rw-r--r-- | usr/src/man/man3sasl/sasl_version.3sasl | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/man/man3sasl/sasl_version.3sasl b/usr/src/man/man3sasl/sasl_version.3sasl index 0c11f0ea47..397d16c8dd 100644 --- a/usr/src/man/man3sasl/sasl_version.3sasl +++ b/usr/src/man/man3sasl/sasl_version.3sasl @@ -5,11 +5,10 @@ .\" 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_VERSION 3SASL "Oct 14, 2003" +.TH SASL_VERSION 3SASL "June 20, 2021" .SH NAME sasl_version \- get SASL library version information .SH SYNOPSIS -.LP .nf \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ] #include <sasl/sasl.h> @@ -18,19 +17,16 @@ sasl_version \- get SASL library version information .fi .SH DESCRIPTION -.sp -.LP Use the \fBsasl_version()\fR interface to obtain the version of the SASL library. .SH PARAMETERS -.sp .ne 2 .na \fB\fIimplementation\fR\fR .ad .RS 18n A vendor-defined string that describes the implementation. The value of -\fIimplementation\fRreturned is \fBSun SASL\fR. +\fIimplementation\fR returned is \fBSun SASL\fR. .RE .sp @@ -43,12 +39,8 @@ A vendor-defined represetation of the version number. .RE .SH RETURN VALUES -.sp -.LP The \fBsasl_version()\fR interface has no return values. .SH ATTRIBUTES -.sp -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -65,6 +57,4 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp -.LP \fBattributes\fR(5) |