summaryrefslogtreecommitdiff
path: root/usr/src/man/man3ext
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3ext')
-rw-r--r--usr/src/man/man3ext/NOTE.3ext15
-rw-r--r--usr/src/man/man3ext/SUNW_C_GetMechSession.3ext37
-rw-r--r--usr/src/man/man3ext/auto_ef.3ext25
-rw-r--r--usr/src/man/man3ext/crypt.3ext13
-rw-r--r--usr/src/man/man3ext/demangle.3ext8
-rw-r--r--usr/src/man/man3ext/ecb_crypt.3ext21
-rw-r--r--usr/src/man/man3ext/efi_alloc_and_init.3ext35
-rw-r--r--usr/src/man/man3ext/ld_support.3ext18
-rw-r--r--usr/src/man/man3ext/md4.3ext17
-rw-r--r--usr/src/man/man3ext/md5.3ext17
-rw-r--r--usr/src/man/man3ext/read_vtoc.3ext31
-rw-r--r--usr/src/man/man3ext/rtld_audit.3ext2
-rw-r--r--usr/src/man/man3ext/rtld_db.3ext15
-rw-r--r--usr/src/man/man3ext/sendfile.3ext35
-rw-r--r--usr/src/man/man3ext/sendfilev.3ext43
-rw-r--r--usr/src/man/man3ext/sha1.3ext18
-rw-r--r--usr/src/man/man3ext/sha2.3ext21
-rw-r--r--usr/src/man/man3ext/stdarg.3ext13
-rw-r--r--usr/src/man/man3ext/tsalarm_get.3ext40
-rw-r--r--usr/src/man/man3ext/varargs.3ext2
20 files changed, 126 insertions, 300 deletions
diff --git a/usr/src/man/man3ext/NOTE.3ext b/usr/src/man/man3ext/NOTE.3ext
index ca60d5597f..f858dd9d19 100644
--- a/usr/src/man/man3ext/NOTE.3ext
+++ b/usr/src/man/man3ext/NOTE.3ext
@@ -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 NOTE 3EXT "31 Dec 1996" "SunOS 5.11" "Extended Library Functions"
+.TH NOTE 3EXT "Dec 31, 1996"
.SH NAME
NOTE, _NOTE \- annotate source code with info for tools
.SH SYNOPSIS
@@ -139,7 +139,7 @@ which annotations, if any, it understands).
.in +2
.nf
\fINoteName
-NoteName\fR(\fIArgs\fR)
+NoteName\fR(\fIArgs\fR)
.fi
.in -2
@@ -159,13 +159,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
diff --git a/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext b/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext
index 1ea632ce67..0f9171562a 100644
--- a/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext
+++ b/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext
@@ -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 SUNW_C_GetMechSession 3EXT "27 Oct 2005" "SunOS 5.11" "Extended Library Functions"
+.TH SUNW_C_GETMECHSESSION 3EXT "Oct 27, 2005"
.SH NAME
SUNW_C_GetMechSession, SUNW_C_KeyToObject \- PKCS#11 Cryptographic Framework
functions
@@ -58,68 +58,56 @@ mechanism from the \fIrawkey\fR data. The object should be destroyed with
The \fBSUNW_C_GetMechSession()\fR function returns the following values:
.sp
.ne 2
-.mk
.na
\fB\fBCKR_OK\fR\fR
.ad
.RS 25n
-.rt
The function completed successfully.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_SESSION_COUNT\fR\fR
.ad
.RS 25n
-.rt
No sessions are available.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_ARGUMENTS_BAD\fR\fR
.ad
.RS 25n
-.rt
A null pointer was passed for the return session handle.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_MECHANISM_INVALID\fR\fR
.ad
.RS 25n
-.rt
The requested mechanism is invalid or no available plug-in provider supports
it.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_FUNCTION_FAILED\fR\fR
.ad
.RS 25n
-.rt
The function failed.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_GENERAL_ERROR\fR\fR
.ad
.RS 25n
-.rt
A general error occurred.
.RE
@@ -128,57 +116,47 @@ A general error occurred.
The \fBSUNW_C_KeyToObject()\fR function returns the following values:
.sp
.ne 2
-.mk
.na
\fB\fBCKR_OK\fR\fR
.ad
.RS 25n
-.rt
The function completed successfully.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_ARGUMENTS_BAD\fR\fR
.ad
.RS 25n
-.rt
A null pointer was passed for the session handle or the key material.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_MECHANISM_INVALID\fR\fR
.ad
.RS 25n
-.rt
The requested mechanism is invalid or no available plug-in provider supports
it.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_FUNCTION_FAILED\fR\fR
.ad
.RS 25n
-.rt
The function failed.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBCKR_GENERAL_ERROR\fR\fR
.ad
.RS 25n
-.rt
A general error occurred.
.RE
@@ -201,15 +179,14 @@ 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
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/auto_ef.3ext b/usr/src/man/man3ext/auto_ef.3ext
index 2fb1f7b4b1..bf63814c5b 100644
--- a/usr/src/man/man3ext/auto_ef.3ext
+++ b/usr/src/man/man3ext/auto_ef.3ext
@@ -1,6 +1,6 @@
'\" te
.\" Copyright (c) 1983 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved
-.TH auto_ef 3EXT "22 Sep 2003" "SunOS 5.11" "Extended Library Functions"
+.TH AUTO_EF 3EXT "Sep 22, 2003"
.SH NAME
auto_ef, auto_ef_file, auto_ef_str, auto_ef_free, auto_ef_get_encoding,
auto_ef_get_score \- auto encoding finder functions
@@ -109,12 +109,10 @@ name with the examined text data.
The \fBauto_ef_file()\fR and \fBauto_ef_str()\fR will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEACCES\fR\fR
.ad
.RS 10n
-.rt
Search permission is denied on a component of the path prefix, the file exists
and the permissions specified by mode are denied, the file does not exist and
write permission is denied for the parent directory of the file to be created,
@@ -123,45 +121,37 @@ or \fBlibauto_ef\fR cannot find the internal hashtable.
.sp
.ne 2
-.mk
.na
\fB\fBEINTR\fR\fR
.ad
.RS 10n
-.rt
A signal was caught during the execution.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBENOMEM\fR\fR
.ad
.RS 10n
-.rt
Failed to allocate area to store the result.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEMFILE\fR\fR
.ad
.RS 10n
-.rt
Too many files descriptors are currently open in the calling process.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBENFILE\fR\fR
.ad
.RS 10n
-.rt
Too many files are currently open in the system.
.RE
@@ -196,15 +186,14 @@ 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
_
-Interface StabilityStable
+Interface Stability Stable
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/crypt.3ext b/usr/src/man/man3ext/crypt.3ext
index c6dc47ffba..c308815a69 100644
--- a/usr/src/man/man3ext/crypt.3ext
+++ b/usr/src/man/man3ext/crypt.3ext
@@ -4,7 +4,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 crypt 3EXT "3 Mar 2008" "SunOS 5.11" "Extended Library Functions"
+.TH CRYPT 3EXT "Mar 3, 2008"
.SH NAME
crypt, setkey, encrypt, des_crypt, des_setkey, des_encrypt, run_setkey,
run_crypt, crypt_close \- password and file encryption functions
@@ -142,13 +142,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-LevelUnsafe
+MT-Level Unsafe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/demangle.3ext b/usr/src/man/man3ext/demangle.3ext
index 2fa1e3ecf2..3ee0f9d17d 100644
--- a/usr/src/man/man3ext/demangle.3ext
+++ b/usr/src/man/man3ext/demangle.3ext
@@ -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 demangle 3EXT "11 Mar 1997" "SunOS 5.11" "Extended Library Functions"
+.TH DEMANGLE 3EXT "Mar 11, 1997"
.SH NAME
demangle, cplus_demangle \- decode a C++ encoded symbol name
.SH SYNOPSIS
@@ -50,36 +50,30 @@ the SPROcc package.
The \fBcplus_demangle()\fR function returns the following values:
.sp
.ne 2
-.mk
.na
\fB\fB0\fR\fR
.ad
.RS 19n
-.rt
The \fIsymbol\fR argument is a valid mangled name and \fIprototype\fR contains
a (partial) prototype for the symbol.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDEMANGLE_ENAME\fR\fR
.ad
.RS 19n
-.rt
The \fIsymbol\fR argument is not a valid mangled name and the content of
\fIprototype\fR is a copy of the symbol.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDEMANGLE_ESPACE\fR\fR
.ad
.RS 19n
-.rt
The \fIprototype\fR output buffer is too small to contain the prototype (or the
symbol), and the content of \fIprototype\fR is undefined.
.RE
diff --git a/usr/src/man/man3ext/ecb_crypt.3ext b/usr/src/man/man3ext/ecb_crypt.3ext
index 999ea1916a..63a099f75a 100644
--- a/usr/src/man/man3ext/ecb_crypt.3ext
+++ b/usr/src/man/man3ext/ecb_crypt.3ext
@@ -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 ecb_crypt 3EXT "3 Mar 2008" "SunOS 5.11" "Extended Library Functions"
+.TH ECB_CRYPT 3EXT "Mar 3, 2008"
.SH NAME
ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast DES encryption
.SH SYNOPSIS
@@ -67,45 +67,37 @@ Given a result status \fIstat\fR, the macro \fBDES_FAILED\fR is false only for
the first two statuses.
.sp
.ne 2
-.mk
.na
\fB\fBDESERR_NONE\fR\fR
.ad
.RS 21n
-.rt
No error.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDESERR_NOHWDEVICE\fR\fR
.ad
.RS 21n
-.rt
Encryption succeeded, but done in software instead of the requested hardware.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDESERR_HWERROR\fR\fR
.ad
.RS 21n
-.rt
An error occurred in the hardware or driver.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDESERR_BADPARAM\fR\fR
.ad
.RS 21n
-.rt
Bad parameter to routine.
.RE
@@ -117,13 +109,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-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/efi_alloc_and_init.3ext b/usr/src/man/man3ext/efi_alloc_and_init.3ext
index 394569cbe4..d2eee37e4f 100644
--- a/usr/src/man/man3ext/efi_alloc_and_init.3ext
+++ b/usr/src/man/man3ext/efi_alloc_and_init.3ext
@@ -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 efi_alloc_and_init 3EXT "8 May 2008" "SunOS 5.11" "Extended Library Functions"
+.TH EFI_ALLOC_AND_INIT 3EXT "May 8, 2008"
.SH NAME
efi_alloc_and_init, efi_alloc_and_read, efi_free, efi_write, efi_use_whole_disk
\- manipulate a disk's EFI Partition Table
@@ -98,34 +98,28 @@ integer indicating the slice index associated with the open file descriptor.
Otherwise, it returns a negative integer to indicate one of the following:
.sp
.ne 2
-.mk
.na
\fB\fBVT_EIO\fR\fR
.ad
.RS 13n
-.rt
An I/O error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ERROR\fR\fR
.ad
.RS 13n
-.rt
An unknown error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_EINVAL\fR\fR
.ad
.RS 13n
-.rt
An EFI label was not found.
.RE
@@ -135,34 +129,28 @@ Upon successful completion, \fBefi_write()\fR returns 0. Otherwise, it returns
a negative integer to indicate one of the following:
.sp
.ne 2
-.mk
.na
\fB\fBVT_EIO\fR\fR
.ad
.RS 13n
-.rt
An I/O error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ERROR\fR\fR
.ad
.RS 13n
-.rt
An unknown error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_EINVAL\fR\fR
.ad
.RS 13n
-.rt
The label contains incorrect data.
.RE
@@ -172,45 +160,37 @@ Upon successfully completion, \fBefi_use_whole_disk()\fR returns 0. Otherwise,
it returns a negative integer to indicate one of the following:
.sp
.ne 2
-.mk
.na
\fB\fBVT_EIO\fR\fR
.ad
.RS 13n
-.rt
An I/O error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ERROR\fR\fR
.ad
.RS 13n
-.rt
An unknown error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_EINVAL\fR\fR
.ad
.RS 13n
-.rt
The label contains incorrect data.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ENOSPC\fR\fR
.ad
.RS 13n
-.rt
Space out of label was not found.
.RE
@@ -230,15 +210,14 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelUnsafe
+MT-Level Unsafe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/ld_support.3ext b/usr/src/man/man3ext/ld_support.3ext
index a6257ee1f2..b242682b50 100644
--- a/usr/src/man/man3ext/ld_support.3ext
+++ b/usr/src/man/man3ext/ld_support.3ext
@@ -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 ld_support 3ext "3 Nov 2006" "SunOS 5.11" "Extended Library Functions"
+.TH LD_SUPPORT 3EXT "Nov 3, 2006"
.SH NAME
ld_support, ld_atexit, ld_atexit64, ld_file, ld_file64, ld_input_done,
ld_input_section, ld_input_section64, ld_open, ld_open64, ld_section,
@@ -38,49 +38,49 @@ ld_section64, ld_start, ld_start64, ld_version \- link-editor support functions
.LP
.nf
-\fBvoid\fR \fBld_input_section\fR(\fBconst char *\fR\fIname\fR, \fBElf32_Shdr **\fR\fIshdr\fR,
+\fBvoid\fR \fBld_input_section\fR(\fBconst char *\fR\fIname\fR, \fBElf32_Shdr **\fR\fIshdr\fR,
\fBElf32_Word\fR \fIsndx\fR, \fBElf_Data *\fR\fIdata\fR, \fBElf *\fR\fIelf\fR, \fBuint_t *\fR\fIflags\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_input_section64\fR(\fBconst char *\fR\fIname\fR, \fBElf64_Shdr **\fR\fIshdr\fR,
+\fBvoid\fR \fBld_input_section64\fR(\fBconst char *\fR\fIname\fR, \fBElf64_Shdr **\fR\fIshdr\fR,
\fBElf64_Word\fR \fIsndx\fR, \fBElf_Data *\fR\fIdata\fR, \fBElf *\fR\fIelf\fR, \fBuint_t *\fR\fIflags\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_open\fR(\fBconst char **\fR\fIpname\fR, \fBconst char **\fR\fIfname\fR, \fBint *\fR\fIfd\fR,
+\fBvoid\fR \fBld_open\fR(\fBconst char **\fR\fIpname\fR, \fBconst char **\fR\fIfname\fR, \fBint *\fR\fIfd\fR,
\fBint\fR \fIflags\fR, \fBElf **\fR\fIelf\fR, \fBElf *\fR\fIref\fR, \fBsize_t\fR \fIoff\fR, \fBElf_kind\fR \fIkind\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_open64\fR(\fBconst char **\fR\fIpname\fR, \fBconst char **\fR\fIfname\fR, \fBint *\fR\fIfd\fR,
+\fBvoid\fR \fBld_open64\fR(\fBconst char **\fR\fIpname\fR, \fBconst char **\fR\fIfname\fR, \fBint *\fR\fIfd\fR,
\fBint\fR \fIflags\fR, \fBElf **\fR\fIelf\fR, \fBElf *\fR\fIref\fR, \fBsize_t\fR \fIoff\fR, \fBElf_kind\fR \fIkind\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_section\fR(\fBconst char *\fR\fIname\fR, \fBElf32_Shdr\fR \fIshdr\fR, \fBElf32_Word\fR \fIsndx\fR,
+\fBvoid\fR \fBld_section\fR(\fBconst char *\fR\fIname\fR, \fBElf32_Shdr\fR \fIshdr\fR, \fBElf32_Word\fR \fIsndx\fR,
\fBElf_Data *\fR\fIdata\fR, \fBElf *\fR\fIelf\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_section64\fR(\fBconst char *\fR\fIname\fR, \fBElf64_Shdr\fR \fIshdr\fR, \fBElf64_Word\fR \fIsndx\fR,
+\fBvoid\fR \fBld_section64\fR(\fBconst char *\fR\fIname\fR, \fBElf64_Shdr\fR \fIshdr\fR, \fBElf64_Word\fR \fIsndx\fR,
\fBElf_Data *\fR\fIdata\fR, \fBElf *\fR\fIelf\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_start\fR(\fBconst char *\fR\fIname\fR, \fBconst Elf32_Half\fR \fItype\fR,
+\fBvoid\fR \fBld_start\fR(\fBconst char *\fR\fIname\fR, \fBconst Elf32_Half\fR \fItype\fR,
\fBconst char *\fR\fIcaller\fR);
.fi
.LP
.nf
-\fBvoid\fR \fBld_start64\fR(\fBconst char *\fR\fIname\fR, \fBconst Elf64_Half\fR \fItype\fR,
+\fBvoid\fR \fBld_start64\fR(\fBconst char *\fR\fIname\fR, \fBconst Elf64_Half\fR \fItype\fR,
\fBconst char *\fR\fIcaller\fR);
.fi
diff --git a/usr/src/man/man3ext/md4.3ext b/usr/src/man/man3ext/md4.3ext
index 7ed13390b7..8f9c8e1ccb 100644
--- a/usr/src/man/man3ext/md4.3ext
+++ b/usr/src/man/man3ext/md4.3ext
@@ -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 md4 3EXT "13 Nov 2007" "SunOS 5.11" "Extended Library Functions"
+.TH MD4 3EXT "Nov 13, 2007"
.SH NAME
md4, MD4Init, MD4Update, MD4Final \- MD4 digest functions
.SH SYNOPSIS
@@ -88,7 +88,7 @@ buffer that will contain the result of the \fBMD4\fR digest.
#include <md4.h>
int
-AuthenticateMsg(unsigned char *auth_buffer, struct iovec
+AuthenticateMsg(unsigned char *auth_buffer, struct iovec
*messageIov, unsigned int num_buffers)
{
MD4_CTX ctx;
@@ -118,15 +118,14 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/md5.3ext b/usr/src/man/man3ext/md5.3ext
index ced2c8cbf9..aea7c65c64 100644
--- a/usr/src/man/man3ext/md5.3ext
+++ b/usr/src/man/man3ext/md5.3ext
@@ -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 md5 3EXT "13 Nov 2007" "SunOS 5.11" "Extended Library Functions"
+.TH MD5 3EXT "Nov 13, 2007"
.SH NAME
md5, md5_calc, MD5Init, MD5Update, MD5Final \- MD5 digest functions
.SH SYNOPSIS
@@ -93,7 +93,7 @@ buffer that will contain the result of the MD5 digest.
#include <md5.h>
int
-AuthenticateMsg(unsigned char *auth_buffer, struct iovec
+AuthenticateMsg(unsigned char *auth_buffer, struct iovec
*messageIov, unsigned int num_buffers)
{
MD5_CTX md5_context;
@@ -143,15 +143,14 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/read_vtoc.3ext b/usr/src/man/man3ext/read_vtoc.3ext
index 22be2e315f..ee55b325f8 100644
--- a/usr/src/man/man3ext/read_vtoc.3ext
+++ b/usr/src/man/man3ext/read_vtoc.3ext
@@ -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 read_vtoc 3EXT "7 Oct 2008" "SunOS 5.11" "Extended Library Functions"
+.TH READ_VTOC 3EXT "Oct 7, 2008"
.SH NAME
read_vtoc, write_vtoc \- read and write a disk's VTOC
.SH SYNOPSIS
@@ -54,45 +54,37 @@ descriptor. Otherwise, they return a negative integer indicating one of the
following errors:
.sp
.ne 2
-.mk
.na
\fB\fBVT_EIO\fR\fR
.ad
.RS 15n
-.rt
An I/O error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ENOTSUP\fR\fR
.ad
.RS 15n
-.rt
This operation is not supported on this disk.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ERROR\fR\fR
.ad
.RS 15n
-.rt
An unknown error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_OVERFLOW\fR\fR
.ad
.RS 15n
-.rt
The caller attempted an operation that is illegal on the disk and may overflow
the fields in the data structure.
.RE
@@ -104,56 +96,46 @@ Upon successful completion, \fBwrite_vtoc()\fR and \fBwrite_extvtoc()\fR return
errors:
.sp
.ne 2
-.mk
.na
\fB\fBVT_EINVAL\fR\fR
.ad
.RS 15n
-.rt
The VTOC contains an incorrect field.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_EIO\fR\fR
.ad
.RS 15n
-.rt
An I/O error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ENOTSUP\fR\fR
.ad
.RS 15n
-.rt
This operation is not supported on this disk.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_ERROR\fR\fR
.ad
.RS 15n
-.rt
An unknown error occurred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBVT_OVERFLOW\fR\fR
.ad
.RS 15n
-.rt
The caller attempted an operation that is illegal on the disk and may overflow
the fields in the data structure.
.RE
@@ -166,13 +148,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-LevelUnsafe
+MT-Level Unsafe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/rtld_audit.3ext b/usr/src/man/man3ext/rtld_audit.3ext
index 1be1629a08..82751d0d95 100644
--- a/usr/src/man/man3ext/rtld_audit.3ext
+++ b/usr/src/man/man3ext/rtld_audit.3ext
@@ -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 rtld_audit 3EXT "6 Oct 2004" "SunOS 5.11" "Extended Library Functions"
+.TH RTLD_AUDIT 3EXT "Oct 6, 2004"
.SH NAME
rtld_audit, la_activity, la_i86_pltenter, la_objsearch, la_objopen,
la_objfilter, la_pltexit, la_pltexit64, la_preinit, la_sparcv8_pltenter,
diff --git a/usr/src/man/man3ext/rtld_db.3ext b/usr/src/man/man3ext/rtld_db.3ext
index 735fb2c66c..676bf88c23 100644
--- a/usr/src/man/man3ext/rtld_db.3ext
+++ b/usr/src/man/man3ext/rtld_db.3ext
@@ -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 rtld_db 3EXT "12 Oct 2007" "SunOS 5.11" "Extended Library Functions"
+.TH RTLD_DB 3EXT "Oct 12, 2007"
.SH NAME
rtld_db, rd_delete, rd_errstr, rd_event_addr, rd_event_enable, rd_event_getmsg,
rd_init, rd_loadobj_iter, rd_log, rd_new, rd_objpad_enable, rd_plt_resolution,
@@ -105,15 +105,14 @@ See \fBattributes\fR(5) for description 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/sendfile.3ext b/usr/src/man/man3ext/sendfile.3ext
index fc984d447f..083c3e8398 100644
--- a/usr/src/man/man3ext/sendfile.3ext
+++ b/usr/src/man/man3ext/sendfile.3ext
@@ -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 sendfile 3EXT "31 May 2006" "SunOS 5.11" "Extended Library Functions"
+.TH SENDFILE 3EXT "May 31, 2006"
.SH NAME
sendfile \- send files over sockets or copy files to files
.SH SYNOPSIS
@@ -47,23 +47,19 @@ set to indicate the error.
The \fBsendfile()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEAFNOSUPPORT\fR\fR
.ad
.RS 16n
-.rt
The implementation does not support the specified address family for socket.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEAGAIN\fR\fR
.ad
.RS 16n
-.rt
Mandatory file or record locking is set on either the file descriptor or output
file descriptor if it points at regular files. \fBO_NDELAY\fR or
\fBO_NONBLOCK\fR is set, and there is a blocking record lock. An attempt has
@@ -73,12 +69,10 @@ or the \fBO_NONBLOCK\fR flag set.
.sp
.ne 2
-.mk
.na
\fB\fBEBADF\fR\fR
.ad
.RS 16n
-.rt
The \fIout_fd\fR or \fIin_fd\fR argument is either not a valid file descriptor,
\fIout_fd\fR is not opened for writing. or \fIin_fd\fR is not opened for
reading.
@@ -86,68 +80,56 @@ reading.
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 16n
-.rt
The offset cannot be represented by the \fBoff_t\fR structure, or the length is
negative when cast to \fBssize_t\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEIO\fR\fR
.ad
.RS 16n
-.rt
An I/O error occurred while accessing the file system.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBENOTCONN\fR\fR
.ad
.RS 16n
-.rt
The socket is not connected.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEOPNOTSUPP\fR\fR
.ad
.RS 16n
-.rt
The socket type is not supported.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEPIPE\fR\fR
.ad
.RS 16n
-.rt
The \fIout_fd\fR argument is no longer connected to the peer endpoint.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINTR\fR\fR
.ad
.RS 16n
-.rt
A signal was caught during the write operation and no data was transferred.
.RE
@@ -175,7 +157,7 @@ struct sockaddr_in sin;
char buf[64 * 1024];
in_addr_t addr;
size_t len;
-
+
tfd = socket(AF_INET, SOCK_STREAM, 0);
if (tfd == -1) {
perror("socket");
@@ -269,15 +251,14 @@ 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
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/sendfilev.3ext b/usr/src/man/man3ext/sendfilev.3ext
index 78e1343172..fe2707bc85 100644
--- a/usr/src/man/man3ext/sendfilev.3ext
+++ b/usr/src/man/man3ext/sendfilev.3ext
@@ -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 sendfilev 3EXT "25 Feb 2009" "SunOS 5.11" "Extended Library Functions"
+.TH SENDFILEV 3EXT "Feb 25, 2009"
.SH NAME
sendfilev \- send a file
.SH SYNOPSIS
@@ -22,12 +22,10 @@ sendfilev \- send a file
The \fBsendfilev()\fR function supports the following parameters:
.sp
.ne 2
-.mk
.na
\fB\fIfildes\fR\fR
.ad
.RS 11n
-.rt
A file descriptor to a regular file or to a \fBAF_NCA\fR, \fBAF_INET\fR, or
\fBAF_INET6\fR family type \fBSOCK_STREAM\fR socket that is open for writing.
For \fBAF_NCA\fR, the protocol type should be zero.
@@ -35,35 +33,29 @@ For \fBAF_NCA\fR, the protocol type should be zero.
.sp
.ne 2
-.mk
.na
\fB\fIvec\fR\fR
.ad
.RS 11n
-.rt
An array of \fBSENDFILEVEC_T\fR, as defined in the \fBsendfilevec\fR structure
above.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIsfvcnt\fR\fR
.ad
.RS 11n
-.rt
The number of members in \fIvec\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIxferred\fR\fR
.ad
.RS 11n
-.rt
The total number of bytes written to \fBout_fd\fR.
.RE
@@ -128,35 +120,29 @@ error vector.
.SH ERRORS
.sp
.ne 2
-.mk
.na
\fB\fBEACCES\fR\fR
.ad
.RS 16n
-.rt
The process does not have appropriate privileges or one of the files pointed by
\fBsfv_fd\fR does not have appropriate permissions.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEAFNOSUPPORT\fR\fR
.ad
.RS 16n
-.rt
The implementation does not support the specified address family for socket.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEAGAIN\fR\fR
.ad
.RS 16n
-.rt
Mandatory file or record locking is set on either the file descriptor or output
file descriptor if it points at regular files. \fBO_NDELAY\fR or
\fBO_NONBLOCK\fR is set, and there is a blocking record lock. An attempt has
@@ -166,24 +152,20 @@ or the \fBO_NONBLOCK\fR flag set.
.sp
.ne 2
-.mk
.na
\fB\fBEBADF\fR\fR
.ad
.RS 16n
-.rt
The \fIfildes\fR argument is not a valid descriptor open for writing or an
\fBsfv_fd\fR is invalid or not open for reading.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEFAULT\fR\fR
.ad
.RS 16n
-.rt
The \fIvec\fR argument points to an illegal address.
.sp
The \fIxferred\fR argument points to an illegal address.
@@ -191,23 +173,19 @@ The \fIxferred\fR argument points to an illegal address.
.sp
.ne 2
-.mk
.na
\fB\fBEINTR\fR\fR
.ad
.RS 16n
-.rt
A signal was caught during the write operation and no data was transferred.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 16n
-.rt
The \fIsfvcnt\fR argument was less than or equal to \fB0\fR. One of the
\fBsfv_len\fR values in \fIvec\fR array was less than or equal to \fB0\fR, or
greater than the file size. An \fBsfv_fd\fR is not seekable.
@@ -217,34 +195,28 @@ Fewer bytes were transferred than were requested.
.sp
.ne 2
-.mk
.na
\fB\fBEIO\fR\fR
.ad
.RS 16n
-.rt
An I/O error occurred while accessing the file system.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEPIPE\fR\fR
.ad
.RS 16n
-.rt
The \fIfildes\fR argument is a socket that has been shut down for writing.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEPROTOTYPE\fR\fR
.ad
.RS 16n
-.rt
The socket type is not supported.
.RE
@@ -300,15 +272,14 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/sha1.3ext b/usr/src/man/man3ext/sha1.3ext
index 0c65332c55..a8ef472123 100644
--- a/usr/src/man/man3ext/sha1.3ext
+++ b/usr/src/man/man3ext/sha1.3ext
@@ -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 sha1 3EXT "13 Nov 2007" "SunOS 5.11" "Extended Library Functions"
+.TH SHA1 3EXT "Nov 13, 2007"
.SH NAME
sha1, SHA1Init, SHA1Update, SHA1Final \- SHA1 digest functions
.SH SYNOPSIS
@@ -37,7 +37,6 @@ are "compressed" in a secure manner before being encrypted with a private
(secret) key under a public-key cryptosystem such as RSA.
.sp
.ne 2
-.mk
.na
\fB\fBSHA1Init()\fR, \fBSHA1Update()\fR, \fBSHA1Final()\fR\fR
.ad
@@ -93,7 +92,7 @@ contain the result of the \fBSHA1\fR digest.
#include <sha1.h>
int
-AuthenticateMsg(unsigned char *auth_buffer, struct iovec
+AuthenticateMsg(unsigned char *auth_buffer, struct iovec
*messageIov, unsigned int num_buffers)
{
SHA1_CTX sha1_context;
@@ -123,15 +122,14 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/sha2.3ext b/usr/src/man/man3ext/sha2.3ext
index a957c5ceea..f55c95c2ef 100644
--- a/usr/src/man/man3ext/sha2.3ext
+++ b/usr/src/man/man3ext/sha2.3ext
@@ -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 sha2 3EXT "13 Nov 2007" "SunOS 5.11" "Extended Library Functions"
+.TH SHA2 3EXT "Nov 13, 2007"
.SH NAME
sha2, SHA2Init, SHA2Update, SHA2Final, SHA256Init, SHA256Update, SHA256Final,
SHA384Init, SHA384Update, SHA384Final, SHA512Init, SHA512Update, SHA512Final \-
@@ -88,7 +88,6 @@ are "compressed" in a secure manner before being encrypted with a private
(secret) key under a public-key cryptosystem such as RSA.
.sp
.ne 2
-.mk
.na
\fB\fBSHA2Init()\fR, \fBSHA2Update()\fR, \fBSHA2Final()\fR\fR
.ad
@@ -119,7 +118,6 @@ state of the context structure is undefined. It must be reinitialized with
.sp
.ne 2
-.mk
.na
\fB\fBSHA256Init()\fR, \fBSHA256Update()\fR, \fBSHA256Final()\fR,
\fBSHA384Init()\fR, \fBSHA384Update()\fR, \fBSHA384Final()\fR,
@@ -155,7 +153,7 @@ contain the result of the \fBSHA2\fR digest.
#include <sha2.h>
int
-AuthenticateMsg(unsigned char *auth_buffer, struct iovec
+AuthenticateMsg(unsigned char *auth_buffer, struct iovec
*messageIov, unsigned int num_buffers)
{
SHA2_CTX sha2_context;
@@ -190,7 +188,7 @@ interfaces.
.in +2
.nf
int
-AuthenticateMsg(unsigned char *auth_buffer, struct iovec
+AuthenticateMsg(unsigned char *auth_buffer, struct iovec
*messageIov, unsigned int num_buffers)
{
SHA384_CTX ctx;
@@ -220,15 +218,14 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/stdarg.3ext b/usr/src/man/man3ext/stdarg.3ext
index 29c9542daa..7ebafdeaab 100644
--- a/usr/src/man/man3ext/stdarg.3ext
+++ b/usr/src/man/man3ext/stdarg.3ext
@@ -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 stdarg 3EXT "22 Mar 2006" "SunOS 5.11" "Extended Library Functions"
+.TH STDARG 3EXT "Mar 22, 2006"
.SH NAME
stdarg \- handle variable argument list
.SH SYNOPSIS
@@ -139,13 +139,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
_
-Interface StabilityStandard
+Interface Stability Standard
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/tsalarm_get.3ext b/usr/src/man/man3ext/tsalarm_get.3ext
index 93338600c5..7a6768aad0 100644
--- a/usr/src/man/man3ext/tsalarm_get.3ext
+++ b/usr/src/man/man3ext/tsalarm_get.3ext
@@ -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 tsalarm_get 3EXT "4 Sep 2007" "SunOS 5.11" "Extended Library Functions"
+.TH TSALARM_GET 3EXT "Sep 4, 2007"
.SH NAME
tsalarm_get, tsalarm_set \- get or set alarm relays
.SH SYNOPSIS
@@ -23,7 +23,6 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-ltsalarm\fR [ \fIlibrary\fR... ]
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIalarm_type\fR\fR
.ad
@@ -32,45 +31,37 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-ltsalarm\fR [ \fIlibrary\fR... ]
The alarm type whose state is retrieved or set. Valid settings are:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_CRITICAL\fR\fR
.ad
.RS 20n
-.rt
critical
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_MAJOR\fR\fR
.ad
.RS 20n
-.rt
major
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_MINOR\fR\fR
.ad
.RS 20n
-.rt
minor
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_USER\fR\fR
.ad
.RS 20n
-.rt
user
.RE
@@ -78,7 +69,6 @@ user
.sp
.ne 2
-.mk
.na
\fB\fIalarm_state\fR\fR
.ad
@@ -87,34 +77,28 @@ user
The state of the alarm. Valid settings are:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_STATE_ON\fR\fR
.ad
.RS 25n
-.rt
The alarm state needs to be changed to "on", or is returned as "on".
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_STATE_OFF\fR\fR
.ad
.RS 25n
-.rt
The alarm state needs to be changed to "off", or is returned as "off".
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_STATE_UNKNOWN\fR\fR
.ad
.RS 25n
-.rt
The alarm state is returned as unknown.
.RE
@@ -174,7 +158,6 @@ The \fBtsalarm_get()\fR and \fBtsalarm_set()\fR functions return the following
values:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_CHANNEL_INIT_FAILURE\fR\fR
.ad
@@ -185,7 +168,6 @@ Channel initialization failed.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_COMM_FAILURE\fR\fR
.ad
@@ -196,7 +178,6 @@ Channel communication failed.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_NULL_REQ_DATA\fR\fR
.ad
@@ -207,7 +188,6 @@ Allocating memory for request data failed.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_SUCCESS\fR\fR
.ad
@@ -218,7 +198,6 @@ Successful completion.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_UNBOUND_PACKET_RECVD\fR\fR
.ad
@@ -232,12 +211,10 @@ An incorrect packet was received.
The \fBtsalarm_get()\fR function returns the following value:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_GET_ERROR\fR\fR
.ad
.RS 21n
-.rt
An error occurred while getting the alarm state.
.RE
@@ -246,12 +223,10 @@ An error occurred while getting the alarm state.
The \fBtsalarm_set()\fR function returns the following value:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_SET_ERROR\fR\fR
.ad
.RS 21n
-.rt
An error occurred while setting the alarm state.
.RE
@@ -328,15 +303,14 @@ 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
_
-Interface StabilityUncommitted
+Interface Stability Uncommitted
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3ext/varargs.3ext b/usr/src/man/man3ext/varargs.3ext
index 8bdb4250f5..733d1e695d 100644
--- a/usr/src/man/man3ext/varargs.3ext
+++ b/usr/src/man/man3ext/varargs.3ext
@@ -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 varargs 3EXT "10 May 2002" "SunOS 5.11" "Extended Library Functions"
+.TH VARARGS 3EXT "May 10, 2002"
.SH NAME
varargs \- handle variable argument list
.SH SYNOPSIS