diff options
Diffstat (limited to 'usr/src')
57 files changed, 140 insertions, 452 deletions
diff --git a/usr/src/man/man3c/door_getparam.3c b/usr/src/man/man3c/door_getparam.3c index 969a8a61ba..ae17a48dd7 100644 --- a/usr/src/man/man3c/door_getparam.3c +++ b/usr/src/man/man3c/door_getparam.3c @@ -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 DOOR_GETPARAM 3C "Mar 22, 2005" +.TH DOOR_GETPARAM 3C "April 9, 2016" .SH NAME door_getparam, door_setparam \- retrieve and set door parameters .SH SYNOPSIS @@ -21,7 +21,6 @@ door_getparam, door_setparam \- retrieve and set door parameters .fi .SH DESCRIPTION -.sp .LP The \fBdoor_getparam()\fR function retrieves the value of \fIparam\fR for the door descriptor \fId\fR and writes it through the pointer \fIout\fR. The @@ -49,7 +48,7 @@ is initialized to \fBSIZE_MAX\fR and can be set to any value from 0 to \fB\fBDOOR_PARAM_DATA_MIN\fR\fR .ad .RS 23n -This parameter represents the the minimum amount of data that can be passed to +This parameter represents the minimum amount of data that can be passed to the door routine. Any attempt to call \fBdoor_call\fR(3C) on a door with a \fIdata_size\fR value smaller than the door's \fBDOOR_PARAM_DATA_MIN\fR parameter will fail with \fBENOBUFS\fR. At door creation time, this parameter @@ -64,7 +63,7 @@ inclusive. This parameter must be less than or equal to the \fB\fBDOOR_PARAM_DESC_MAX\fR\fR .ad .RS 23n -This parameter represents the the maximum number of argument descriptors that +This parameter represents the maximum number of argument descriptors that can be passed to the door routine. Any attempt to call \fBdoor_call\fR(3C) on a door with a \fIdesc_nu\fRm value larger than the door's \fBDOOR_PARAM_DESC_MAX\fR parameter will fail with \fBENFILE\fR. If the door @@ -78,12 +77,10 @@ to 0 and cannot be changed to any other value. Otherwise, it is initialized to The \fBdoor_setparam()\fR function can only affect doors that were created by the current process. .SH RETURN VALUES -.sp .LP Upon successful completion, 0 is returned. Otherwise, -1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBdoor_getparam()\fR function will fail if: .sp @@ -203,7 +200,6 @@ if (door_setparam(fd, DOOR_PARAM_DATA_MIN, .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -221,11 +217,9 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBdoor_call\fR(3C), \fBdoor_create\fR(3C), \fBattributes\fR(5) .SH NOTES -.sp .LP The parameters that can be manipulated by \fBdoor_setparam()\fR are not the only limitation on the size of requests. If the door server thread's stack size diff --git a/usr/src/man/man3c/econvert.3c b/usr/src/man/man3c/econvert.3c index e8f7ae6814..d2af5c2ef2 100644 --- a/usr/src/man/man3c/econvert.3c +++ b/usr/src/man/man3c/econvert.3c @@ -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 ECONVERT 3C "May 3, 1999" +.TH ECONVERT 3C "April 9, 2016" .SH NAME econvert, fconvert, gconvert, seconvert, sfconvert, sgconvert, qeconvert, qfconvert, qgconvert \- output conversion @@ -62,7 +62,6 @@ qfconvert, qgconvert \- output conversion .fi .SH DESCRIPTION -.sp .LP The \fBeconvert()\fR function converts the \fIvalue\fR to a null-terminated string of \fIndigit\fR \fBASCII\fR digits in \fIbuf\fR and returns a pointer to @@ -80,7 +79,7 @@ correct digit has been rounded as if for \fBsprintf(%w.nf)\fR output with \fIn\fR=\fIndigit\fR digits to the right of the decimal point. \fIndigit\fR can be negative to indicate rounding to the left of the decimal point. The return value is a pointer to \fIbuf\fR. \fIbuf\fR should contain at least -\fI310+max(0,ndigit)\fR characters to accomodate any double-precision +\fI310+max(0,ndigit)\fR characters to accommodate any double-precision \fIvalue\fR. .sp .LP @@ -123,13 +122,11 @@ are documented on the \fBecvt\fR(3C) manual page. They constitute the default implementation of these functions and conform to the X/Open CAE Specification, System Interfaces and Headers, Issue 4, Version 2. .SH USAGE -.sp .LP \fBIEEE\fR Infinities and NaNs are treated similarly by these functions. ``NaN'' is returned for NaN, and ``Inf'' or ``Infinity'' for Infinity. The longer form is produced when \fIndigit\fR >= 8. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -145,6 +142,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBecvt\fR(3C),\fBsprintf\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/epoll_create.3c b/usr/src/man/man3c/epoll_create.3c index 6f54f638f7..83ea81e204 100644 --- a/usr/src/man/man3c/epoll_create.3c +++ b/usr/src/man/man3c/epoll_create.3c @@ -8,7 +8,7 @@ .\" A full copy of the text of the CDDL should have accompanied this .\" source. A copy of the CDDL is also available via the Internet at .\" http://www.illumos.org/license/CDDL. -.TH EPOLL_CREATE 3C "Apr 17, 2014" +.TH EPOLL_CREATE 3C "April 9, 2016" .SH NAME epoll_create, epoll_create1 \- create an epoll instance .SH SYNOPSIS @@ -50,7 +50,7 @@ Instance should be closed upon an .SH RETURN VALUES .LP -Upon succesful completion, 0 is returned. Otherwise, -1 is returned and errno +Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno is set to indicate the error. .SH ERRORS .LP diff --git a/usr/src/man/man3c/epoll_ctl.3c b/usr/src/man/man3c/epoll_ctl.3c index 19c02f2abb..dac849d5c3 100644 --- a/usr/src/man/man3c/epoll_ctl.3c +++ b/usr/src/man/man3c/epoll_ctl.3c @@ -8,7 +8,7 @@ .\" A full copy of the text of the CDDL should have accompanied this .\" source. A copy of the CDDL is also available via the Internet at .\" http://www.illumos.org/license/CDDL. -.TH EPOLL_CTL 3C "Apr 17, 2014" +.TH EPOLL_CTL 3C "April 9, 2016" .SH NAME epoll_ctl \- control an epoll instance .SH SYNOPSIS @@ -245,7 +245,7 @@ with caution. .SH RETURN VALUES .LP -Upon succesful completion, \fBepoll_ctl()\fR returns 0. +Upon successful completion, \fBepoll_ctl()\fR returns 0. If an error occurs, -1 is returned and errno is set to indicate the error. diff --git a/usr/src/man/man3c/eventfd.3c b/usr/src/man/man3c/eventfd.3c index 74e164404e..459f0457f9 100644 --- a/usr/src/man/man3c/eventfd.3c +++ b/usr/src/man/man3c/eventfd.3c @@ -11,7 +11,7 @@ .\" .\" Copyright (c) 2014, Joyent, Inc. All Rights Reserved. .\" -.Dd Dec 3, 2014 +.Dd April 9, 2016 .Dt EVENTFD 3C .Os .Sh NAME @@ -158,7 +158,7 @@ will be set. .Ed .El .Sh RETURN VALUES -Upon succesful completion, a file descriptor associated with the instance +Upon successful completion, a file descriptor associated with the instance is returned. Otherwise, .Sy -1 is returned and .Sy errno diff --git a/usr/src/man/man3c/getline.3c b/usr/src/man/man3c/getline.3c index a8db7df218..4339315d38 100644 --- a/usr/src/man/man3c/getline.3c +++ b/usr/src/man/man3c/getline.3c @@ -12,7 +12,7 @@ .\" .\" Copyright (c) 2013, Joyent, Inc. All rights reserved. .\" -.TH GETLINE 3C "Apr 24, 2013" +.TH GETLINE 3C "April 9, 2016" .SH NAME getline, getdelim \- read delimited input from streams .SH SYNOPSIS @@ -36,7 +36,7 @@ getline, getdelim \- read delimited input from streams .fi .SH DESCRIPTION -The \fBgetdelim\fR() function reads bytes from the \fIstream\fR into the the +The \fBgetdelim\fR() function reads bytes from the \fIstream\fR into the array pointed to by \fIptr\fR, until the \fIdelimiter\fR byte or an end-of-file condition is encountered. The \fBgetline\fR() function is identical in behaviour, but uses the newline character as the delimiter. The delimiter @@ -51,7 +51,6 @@ hold the string it will be expanded, as if via \fBrealloc(3C)\fR. The caller must \fBfree(3C)\fR the buffer when it is no longer required. .SH RETURN VALUES -.sp .LP If successful, \fBgetdelim\fR() and \fBgetline\fR() return the number of bytes written into the buffer, excluding the terminating null byte. If an error @@ -59,7 +58,6 @@ occurs, or if end-of-file is reached prior to reading any bytes, the value \fB\(mi1\fR is returned and \fIerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBgetline\fR() and \fBgetdelim\fR() functions may fail due to the following errors: @@ -117,7 +115,6 @@ free(ptr); .in -2 .SH ATTRIBUTES -.sp .TS box; c | c @@ -130,7 +127,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBfgetc\fR(3C), \fBfgets\fR(3C), \fBfree\fR(3C), \fBmalloc\fR(3C), \fBrealloc\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/gettext.3c b/usr/src/man/man3c/gettext.3c index d213b9cbbb..b0a272753c 100644 --- a/usr/src/man/man3c/gettext.3c +++ b/usr/src/man/man3c/gettext.3c @@ -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 GETTEXT 3C "Jun 4, 2008" +.TH GETTEXT 3C "April 9, 2016" .SH NAME gettext, dgettext, dcgettext, ngettext, dngettext, dcngettext, textdomain, bindtextdomain, bind_textdomain_codeset \- message handling functions @@ -77,7 +77,6 @@ extern int *_nl_domain_bindings; .fi .SH DESCRIPTION -.sp .LP The \fBgettext()\fR, \fBdgettext()\fR, and \fBdcgettext()\fR functions attempt to retrieve a target string based on the specified \fImsgid\fR argument within @@ -200,7 +199,6 @@ in the function and must not be changed by the user. The external variables \fB_nl_msg_cat_cntr\fR and \fB_nl_domain_bindings\fR are provided for the compatibility with the GNU \fBgettext()\fR implementation. .SH RETURN VALUES -.sp .LP The \fBgettext()\fR, \fBdgettext()\fR, and \fBdcgettext()\fR functions return the message string if the search succeeds. Otherwise they return the @@ -219,7 +217,7 @@ is a null pointer, the return value is undefined. The string returned must not be modified by the program and can be invalidated by a subsequent call to \fBbind_textdomain_codeset()\fR or \fBsetlocale\fR(3C). If the \fIdomainname\fR argument to \fBdgettext()\fR,\fBdcgettext()\fR, -\fBdngettext()\fR, or \fBdcngettext()\fR is a null pointer, the the domain +\fBdngettext()\fR, or \fBdcngettext()\fR is a null pointer, the domain currently bound by \fBtextdomain()\fR is used. .sp .LP @@ -240,7 +238,6 @@ pointer or an empty string, \fBbindtextdomain()\fR takes no action and returns a null pointer. The string returned must not be modified by the caller. If \fBbindtextdomain()\fR fails, a null pointer is returned. .SH USAGE -.sp .LP These functions impose no limit on message length. However, a text \fIdomainname\fR is limited to \fBTEXTDOMAINMAX\fR (256) bytes. @@ -261,7 +258,6 @@ functions work only with GNU-compatible message catalogues. See \fBmsgfmt\fR(1) for information about Solaris message catalogues and GNU-compatible message catalogues. .SH FILES -.sp .ne 2 .na \fB\fB/usr/lib/locale\fR\fR @@ -325,7 +321,6 @@ location for files containing messages for domain \fIdomainname,\fR language .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -347,7 +342,6 @@ MT-Level Safe with exceptions The external variables \fB_nl_msg_cat_cntr\fR and \fB_nl_domain_bindings\fR are Uncommitted. .SH SEE ALSO -.sp .LP \fBmsgfmt\fR(1), \fBxgettext\fR(1), \fBiconv_open\fR(3C), \fBlibintl.h\fR(3HEAD), \fBsetlocale\fR(3C), \fBattributes\fR(5), diff --git a/usr/src/man/man3c/getutent.3c b/usr/src/man/man3c/getutent.3c index 7ca4d19939..76b25cec9c 100644 --- a/usr/src/man/man3c/getutent.3c +++ b/usr/src/man/man3c/getutent.3c @@ -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 GETUTENT 3C "Oct 27, 1998" +.TH GETUTENT 3C "April 9, 2016" .SH NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- user accounting database functions @@ -46,7 +46,6 @@ accounting database functions .fi .SH DESCRIPTION -.sp .LP These functions provide access to the user accounting database, \fButmp\fR. Entries in the database are described by the definitions and data structures in @@ -81,13 +80,11 @@ short e_exit; /* exit status */ .in -2 .SS "\fBgetutent()\fR" -.sp .LP The \fBgetutent()\fR function reads in the next entry from a \fButmp\fR database. If the database is not already open, it opens it. If it reaches the end of the database, it fails. .SS "\fBgetutid()\fR" -.sp .LP The \fBgetutid()\fR function searches forward from the current point in the \fButmp\fR database until it finds an entry with a \fBut_type\fR matching @@ -99,20 +96,18 @@ pointer to the first entry whose type is one of these four and whose \fBut_id\fR member matches \fIid\fR->\fBut_id\fR. If the end of database is reached without a match, it fails. .SS "\fBgetutline()\fR" -.sp .LP The \fBgetutline()\fR function searches forward from the current point in the \fButmp\fR database until it finds an entry of the type \fBLOGIN_PROCESS\fR or \fBut_line\fR string matching the \fIline\fR->\fBut_line\fR string. If the end of database is reached without a match, it fails. .SS "\fBpututline()\fR" -.sp .LP The \fBpututline()\fR function writes the supplied \fButmp\fR structure into the \fButmp\fR database. It uses \fBgetutid()\fR to search forward for the proper place if it finds that it is not already at the proper place. It is expected that normally the user of \fBpututline()\fR will have searched for the -proper entry using one of the these functions. If so, \fBpututline()\fR will +proper entry using one of these functions. If so, \fBpututline()\fR will not search. If \fBpututline()\fR does not find a matching slot for the new entry, it will add a new entry to the end of the database. It returns a pointer to the \fButmp\fR structure. When called by a non-root user, @@ -123,17 +118,14 @@ associated with the process; the \fBut_type\fR member must be either \fBUSER_PROCESS\fR or \fBDEAD_PROCESS\fR; and the \fBut_line\fR member must be a device special file and be writable by the user. .SS "\fBsetutent()\fR" -.sp .LP The \fBsetutent()\fR function resets the input stream to the beginning. This reset should be done before each search for a new entry if it is desired that the entire database be examined. .SS "\fBendutent()\fR" -.sp .LP The \fBendutent()\fR function closes the currently open database. .SS "\fButmpname()\fR" -.sp .LP The \fButmpname()\fR function allows the user to change the name of the database file examined to another file. If the file does not exist, this will @@ -141,14 +133,12 @@ not be apparent until the first attempt to reference the file is made. The \fButmpname()\fR function does not open the file but closes the old file if it is currently open and saves the new file name. .SH RETURN VALUES -.sp .LP A null pointer is returned upon failure to read, whether for permissions or having reached the end of file, or upon failure to write. If the file name given is longer than 79 characters, \fButmpname()\fR returns \fB0\fR. Otherwise, it returns \fB1\fR. .SH USAGE -.sp .LP These functions use buffered standard I/O for input, but \fBpututline()\fR uses an unbuffered non-standard write to avoid race conditions between processes @@ -162,7 +152,6 @@ to fail if user accounting data cannot be represented properly in the \fButmp\fR structure (for example, on a system where PIDs can exceed 32767). Use the functions described on the \fBgetutxent\fR(3C) manual page instead. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -178,11 +167,9 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBgetutxent\fR(3C), \fBttyslot\fR(3C), \fButmpx\fR(4), \fBattributes\fR(5) .SH NOTES -.sp .LP The most current entry is saved in a static structure. Multiple accesses require that it be copied before further accesses are made. On each call to diff --git a/usr/src/man/man3c/iswalpha.3c b/usr/src/man/man3c/iswalpha.3c index 916aad0ffc..bf50de8402 100644 --- a/usr/src/man/man3c/iswalpha.3c +++ b/usr/src/man/man3c/iswalpha.3c @@ -8,7 +8,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 ISWALPHA 3C "Jun 23, 2014" +.TH ISWALPHA 3C "April 9, 2016" .SH NAME iswalpha, isenglish, isideogram, iswideogram, isnumber, iswnumber, isphonogram, iswphonogram, isspecial, iswspecial, iswalnum, iswascii, @@ -207,7 +207,7 @@ current locale, they operate on the locale specified by \fIloc\fR. The functions, \fBiswideogram()\fR, \fBiswnumber()\fR, \fBiswphonogram()\fR, \fBiswspecial()\fR, and \fBiswhexnumber()\fR, are respectively identical to \fBisideogram()\fR, \fBisnumber()\fR, \fBisphonogram()\fR, \fBisspecial()\fR, -\fBiswxdigit()\fR respectively. They are provided for compatability purposes. +\fBiswxdigit()\fR respectively. They are provided for compatibility purposes. .LP In all cases, \fIwc\fR is a \fBwint_t\fR, the value of which must be a wide-character code corresponding to a valid character in the current locale or @@ -395,7 +395,6 @@ class "xdigit" in the program's current locale. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .TS diff --git a/usr/src/man/man3c/port_alert.3c b/usr/src/man/man3c/port_alert.3c index 886d43de79..642eb79cd9 100644 --- a/usr/src/man/man3c/port_alert.3c +++ b/usr/src/man/man3c/port_alert.3c @@ -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 PORT_ALERT 3C "Oct 1, 2003" +.TH PORT_ALERT 3C "April 9, 2016" .SH NAME port_alert \- set a port in alert mode .SH SYNOPSIS @@ -15,7 +15,6 @@ port_alert \- set a port in alert mode .fi .SH DESCRIPTION -.sp .LP The \fBport_alert()\fR function transitions a port into or out of alert mode. A port in alert mode immediately awakens all threads blocked in @@ -67,12 +66,10 @@ function with a zero \fIevents\fR parameter. Events can be queued to a port that is in alert mode, but they will not be retrievable until the port is transitioned out of alert mode. .SH RETURN VALUES -.sp .LP -Upon succesful completion, 0 is returned. Otherwise, -1 is returned and +Upon successful completion, 0 is returned. Otherwise, -1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBport_alert()\fR function will fail if: .sp @@ -112,7 +109,6 @@ Mutually exclusive \fIflags\fR are set. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -132,7 +128,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBport_associate\fR(3C), \fBport_create\fR(3C), \fBport_get\fR(3C), \fBport_send\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/port_associate.3c b/usr/src/man/man3c/port_associate.3c index f1c085731c..1d8e34d1a8 100644 --- a/usr/src/man/man3c/port_associate.3c +++ b/usr/src/man/man3c/port_associate.3c @@ -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 PORT_ASSOCIATE 3C "Aug 8, 2015" +.TH PORT_ASSOCIATE 3C "April 9, 2016" .SH NAME port_associate, port_dissociate \- associate or dissociate the object with the port @@ -151,7 +151,7 @@ On NFS file systems, events from only the client side (local) access/modifications to files or directories will be delivered. .SH RETURN VALUES .LP -Upon succesful completion, 0 is returned. Otherwise, \(mi1 is returned and +Upon successful completion, 0 is returned. Otherwise, \(mi1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS .LP diff --git a/usr/src/man/man3c/port_create.3c b/usr/src/man/man3c/port_create.3c index 654c8d6a4b..3421c6d0be 100644 --- a/usr/src/man/man3c/port_create.3c +++ b/usr/src/man/man3c/port_create.3c @@ -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 PORT_CREATE 3C "Feb 5, 2008" +.TH PORT_CREATE 3C "April 9, 2016" .SH NAME port_create \- create a port .SH SYNOPSIS @@ -15,7 +15,6 @@ port_create \- create a port .fi .SH DESCRIPTION -.sp .LP The \fBport_create()\fR function establishes a queue that multiplexes events from disjoint sources. Each source has a corresponding object type and @@ -103,13 +102,11 @@ processes when child processes inherit opened file decriptors from the parent process. See \fBfork\fR(2). \fBPORT_SOURCE_TIMER\fR and \fBPORT_SOURCE_AIO\fR cannot be shared between processes. .SH RETURN VALUES -.sp .LP -Upon succesful completion, the \fBport_create()\fR function returns a +Upon successful completion, the \fBport_create()\fR function returns a non-negative value, the port identifier. Otherwise, \(mi1 is returned and errno is set to indicate the error. .SH ERRORS -.sp .LP The \fBport_create()\fR function will fail if: .sp @@ -134,7 +131,6 @@ The process has too many open descriptors. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -154,7 +150,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBrctladm\fR(1M), \fBclose\fR(2), \fBexit\fR(2), \fBfork\fR(2), \fBpoll\fR(2), \fBsetrctl\fR(2), \fBaio_read\fR(3C), \fBaio_write\fR(3C), \fBaio.h\fR(3HEAD), diff --git a/usr/src/man/man3c/port_get.3c b/usr/src/man/man3c/port_get.3c index 95b2f8c2b7..2683ebde5d 100644 --- a/usr/src/man/man3c/port_get.3c +++ b/usr/src/man/man3c/port_get.3c @@ -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 PORT_GET 3C "Jan 31, 2007" +.TH PORT_GET 3C "April 9, 2016" .SH NAME port_get, port_getn \- retrieve event information from a port .SH SYNOPSIS @@ -22,7 +22,6 @@ port_get, port_getn \- retrieve event information from a port .fi .SH DESCRIPTION -.sp .LP The \fBport_get()\fR and \fBport_getn()\fR functions retrieve events from a port. The \fBport_get()\fR function retrieves at most a single event. The @@ -66,7 +65,7 @@ in or enters alert mode. See \fBport_alert\fR(3C) for details on alert mode. The \fBport_getn()\fR function can retrieve multiple events from a port. The \fIlist\fR argument is an array of uninitialized \fBport_event_t\fR structures that is filled in by the system when the \fBport_getn()\fR function returns -succesfully. The \fInget\fR argument points to the desired number of events to +successfully. The \fInget\fR argument points to the desired number of events to be retrieved. The \fImax\fR parameter specifies the maximum number of events that can be returned in \fIlist\fR[]. If \fImax\fR is 0, the value pointed to by \fInget\fR is set to the number of events available on the port. The @@ -91,12 +90,10 @@ waiting in the \fBport_getn()\fR function for more than \fIn\fR events. The \fBport_get()\fR and the \fBport_getn()\fR functions ignore non-shareable events (see \fBport_create\fR(3C)) generated by other processes. .SH RETURN VALUES -.sp .LP -Upon succesful completion, 0 is returned. Otherwise, -1 is returned and errno +Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno is set to indicate the error. .SH ERRORS -.sp .LP The \fBport_get()\fR and \fBport_getn()\fR functions will fail if: .sp @@ -124,7 +121,7 @@ The \fIport\fR argument is not an event port file descriptor. .ad .RS 10n Event or event list can not be delivered (\fIlist\fR[] pointer and/or user -space reserved to accomodate the list of events is not reasonable), or the +space reserved to accommodate the list of events is not reasonable), or the \fItimeout\fR argument is not reasonable. .RE @@ -262,7 +259,6 @@ close(myport); .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -282,7 +278,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBport_alert\fR(3C), \fBport_associate\fR(3C), \fBport_create\fR(3C), \fBport_send\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/pthread_rwlock_timedrdlock.3c b/usr/src/man/man3c/pthread_rwlock_timedrdlock.3c index 4c6270a46c..b1f9fe5dbb 100644 --- a/usr/src/man/man3c/pthread_rwlock_timedrdlock.3c +++ b/usr/src/man/man3c/pthread_rwlock_timedrdlock.3c @@ -8,7 +8,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 PTHREAD_RWLOCK_TIMEDRDLOCK 3C "Jan 30, 2004" +.TH PTHREAD_RWLOCK_TIMEDRDLOCK 3C "April 9, 2016" .SH NAME pthread_rwlock_timedrdlock, pthread_rwlock_reltimedrdlock_np \- lock a read-write lock for reading @@ -30,7 +30,6 @@ cc \fB-mt\fR [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The \fBpthread_rwlock_timedrdlock()\fR function applies a read lock to the read-write lock referenced by \fIrwlock\fR as in the @@ -72,16 +71,14 @@ write lock on rwlock. The results are undefined if this function is called with an uninitialized read-write lock. .SH RETURN VALUES -.sp .LP The \fBpthread_rwlock_timedrdlock()\fR and \fBpthread_rwlock_reltimedrdlock_np()\fR functions return 0 if the lock for reading on the read-write lock object referenced by \fIrwlock\fR is acquired. Otherwise, an error number is returned to indicate the error. .SH ERRORS -.sp .LP -The \fBpthread_rwlock_timedrdlock()\fR and and +The \fBpthread_rwlock_timedrdlock()\fR and \fBpthread_rwlock_reltimedrdlock_np()\fR functions will fail if: .sp .ne 2 @@ -127,7 +124,6 @@ or equal to 1 000 million. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -149,7 +145,6 @@ MT-Level MT-Safe The \fBpthread_rwlock_timedrdlock()\fR function is Standard. The \fBpthread_rwlock_reltimedrdlock_np()\fR is Stable. .SH SEE ALSO -.sp .LP \fBpthread_rwlock_destroy\fR(3C), \fBpthread_rwlock_rdlock\fR(3C), \fBpthread_rwlock_timedwrlock\fR(3C), \fBpthread_rwlock_trywrlock\fR(3C), diff --git a/usr/src/man/man3c/signalfd.3c b/usr/src/man/man3c/signalfd.3c index 43699a50a5..ad7bafca1a 100644 --- a/usr/src/man/man3c/signalfd.3c +++ b/usr/src/man/man3c/signalfd.3c @@ -10,7 +10,7 @@ .\" .\" Copyright 2015, Joyent, Inc. .\" -.Dd "Jun 15, 2015" +.Dd "April 9, 2016" .Dt SIGNALFD 3C .Os .Sh NAME @@ -151,7 +151,7 @@ typedef struct signalfd_siginfo { } signalfd_siginfo_t; .Ed .Sh RETURN VALUES -Upon succesful completion, a file descriptor associated with the instance +Upon successful completion, a file descriptor associated with the instance is returned. Otherwise, -1 is returned and errno is set to indicate the error. When .Va fd diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c index f597bfbdc3..68a7d17b17 100644 --- a/usr/src/man/man3c/timerfd_create.3c +++ b/usr/src/man/man3c/timerfd_create.3c @@ -11,7 +11,7 @@ .\" .\" Copyright (c) 2015, Joyent, Inc. All Rights Reserved. .\" -.Dd Feb 23, 2105 +.Dd April 9, 2016 .Dt TIMERFD 3C .Os .Sh NAME @@ -164,7 +164,7 @@ same functional signature and semantics as .Ed .El .Sh RETURN VALUES -Upon succesful completion, a file descriptor associated with the instance +Upon successful completion, a file descriptor associated with the instance is returned. Otherwise, .Sy -1 is returned and errno is set to indicate the error. diff --git a/usr/src/man/man3c/wcscasecmp.3c b/usr/src/man/man3c/wcscasecmp.3c index 6a6aca9922..d8af330cf7 100644 --- a/usr/src/man/man3c/wcscasecmp.3c +++ b/usr/src/man/man3c/wcscasecmp.3c @@ -11,7 +11,7 @@ .\" .\" Copyright 2014 Garrett D'Amore <garrett@damore.org> .\" -.Dd "Nov 4, 2014" +.Dd "April 9, 2016" .Dt WCSCASECMP 3C .Os .Sh NAME @@ -62,7 +62,7 @@ and .Fa ws2 are compared consecutively, ignoring differences in case (if the .\"POSIX\." locale upper case characters are treated as lower case). If -the two values are different, the comparision stops and either +the two values are different, the comparison stops and either a negative value is returned if the character from .Fa ws1 is less than that from diff --git a/usr/src/man/man3c/wcscoll.3c b/usr/src/man/man3c/wcscoll.3c index 59f8d18800..248e473150 100644 --- a/usr/src/man/man3c/wcscoll.3c +++ b/usr/src/man/man3c/wcscoll.3c @@ -8,7 +8,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 WCSCOLL 3C "Jun 25, 2014" +.TH WCSCOLL 3C "April 9, 2016" .SH NAME wcscoll, wcscoll_l wscoll \- wide character string comparison using collating information .SH SYNOPSIS @@ -49,7 +49,7 @@ Upon successful completion, these functions return an integer greater than, equal to, or less than 0, depending upon whether the wide character string pointed to by \fIws1\fR is greater than, equal to, or less than the wide character string pointed to by \fIws2\fR, when both are -interpreted as appropriate to the the current locale, or the locale +interpreted as appropriate to the current locale, or the locale specified by \fIloc\fR. On error, they set \fBerrno\fR, but no return value is reserved to indicate an error. .SH ERRORS @@ -65,10 +65,9 @@ The \fIws1\fR or \fIws2\fR arguments contain wide character codes outside the domain of the collating sequence. .RE .SH USAGE -.sp .LP The \fBwcsxfrm\fR(3C) and \fBwcscmp\fR(3C) functions should be used for sorting -large lists, or when performing many comparisions on the same strings. +large lists, or when performing many comparisons on the same strings. .SH ATTRIBUTES .LP See \fBattributes\fR(5) for descriptions of the following attributes: diff --git a/usr/src/man/man3contract/ct_event_read.3contract b/usr/src/man/man3contract/ct_event_read.3contract index d94ca93ca0..800c5b375b 100644 --- a/usr/src/man/man3contract/ct_event_read.3contract +++ b/usr/src/man/man3contract/ct_event_read.3contract @@ -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 CT_EVENT_READ 3CONTRACT "Apr 1, 2004" +.TH CT_EVENT_READ 3CONTRACT "April 9, 2016" .SH NAME ct_event_read, ct_event_read_critical, ct_event_reset, ct_event_reliable, ct_event_free, ct_event_get_flags, ct_event_get_ctid, ct_event_get_evid, @@ -69,7 +69,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-D_LARGEFILE64_SOURCE\fR \fB - .fi .SH DESCRIPTION -.sp .LP These functions operate on contract event endpoint file descriptors obtained from the \fBcontract\fR(4) file system and event object handles returned by @@ -157,7 +156,6 @@ when the negotiation referenced by the \fBCT_EV_NEGEND\fR event succeeded. If no contract was created, \fIctidp\fR will be 0. If the operation was cancelled, *\fIctidp\fR will equal the ID of the existing contract. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBct_event_read()\fR, \fBct_event_read_critical()\fR, \fBct_event_reset()\fR, @@ -170,7 +168,6 @@ The \fBct_event_get_flags()\fR, \fBct_event_get_ctid()\fR, \fBct_event_get_evid()\fR, and \fBct_event_get_type()\fR functions return data as described in the DESCRIPTION. .SH ERRORS -.sp .LP The \fBct_event_reliable()\fR function will fail if: .sp @@ -198,7 +195,7 @@ available to be read. .sp .LP -The The \fBct_event_get_nevid()\fR and \fBct_event_get_newct()\fR functions +The \fBct_event_get_nevid()\fR and \fBct_event_get_newct()\fR functions will fail if: .sp .ne 2 @@ -210,7 +207,6 @@ The \fIevthndl\fR argument is not a \fBCT_EV_NEGEND\fR event object. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -228,7 +224,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBlibcontract\fR(3LIB), \fBcontract\fR(4), \fBattributes\fR(5), \fBlfcompile\fR(5) diff --git a/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc b/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc index 3ffb25daa7..4bdb77328e 100644 --- a/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc +++ b/usr/src/man/man3cpc/cpc_seterrhndlr.3cpc @@ -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 CPC_SETERRHNDLR 3CPC "Jan 30, 2004" +.TH CPC_SETERRHNDLR 3CPC "April 9, 2016" .SH NAME cpc_seterrhndlr \- control libcpc error reporting .SH SYNOPSIS @@ -22,7 +22,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lcpc\fR [ \fIlibrary\fR\&.\|. .fi .SH DESCRIPTION -.sp .LP For the convenience of programmers instrumenting their code, several \fBlibcpc\fR(3LIB) functions automatically emit to \fBstderr\fR error messages @@ -35,7 +34,7 @@ file. The \fBcpc_seterrhndlr()\fR function allows the caller to provide an alternate function for reporting errors. The type signature is shown in the SYNOPSIS. The \fIfn\fR argument is passed the library function name that detected the error, -an integer subcode indicating the specific error condidtion that has occurred, +an integer subcode indicating the specific error condition that has occurred, and the format string \fIfmt\fR that contains a textual description of the integer subcode. The format string \fIfmt\fR and argument pointer \fIap\fR can be passed directly to \fBvsnprintf\fR(3C) or similar \fIvarargs\fR-based @@ -166,7 +165,6 @@ myapp_errfn(const char *fn, int subcode, const char *fmt, va_list ap) .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -184,7 +182,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBcpc_bind_curlwp\fR(3CPC), \fBlibcpc\fR(3LIB), \fBvsnprintf\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3curses/menu_item_current.3curses b/usr/src/man/man3curses/menu_item_current.3curses index 48d266aec2..253ef03e31 100644 --- a/usr/src/man/man3curses/menu_item_current.3curses +++ b/usr/src/man/man3curses/menu_item_current.3curses @@ -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 MENU_ITEM_CURRENT 3CURSES "Dec 31, 1996" +.TH MENU_ITEM_CURRENT 3CURSES "April 9, 2016" .SH NAME menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index \- set and get current menus items @@ -38,11 +38,10 @@ item_index \- set and get current menus items .fi .SH DESCRIPTION -.sp .LP The current item of a menu is the item where the cursor is currently positioned. \fBset_current_item()\fR sets the current item of \fImenu\fR to -\fIitem\fR. \fBcurrent_item()\fR returns a pointer to the the current item in +\fIitem\fR. \fBcurrent_item()\fR returns a pointer to the current item in \fImenu\fR. .sp .LP @@ -55,7 +54,6 @@ number of the menu row currently displayed at the top of \fImenu\fR. array. The value of this index ranges from \fB0\fR through \fIN\fR\fB-1\fR, where \fIN\fR is the total number of items connected to the menu. .SH RETURN VALUES -.sp .LP \fBcurrent_item()\fR returns \fBNULL\fR on error. .sp @@ -110,7 +108,6 @@ No items are connected to the menu. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -126,11 +123,9 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBcurses\fR(3CURSES), \fBmenus\fR(3CURSES), \fBattributes\fR(5) .SH NOTES -.sp .LP The header \fB<menu.h>\fR automatically includes the headers \fB<eti.h>\fR and \fB<curses.h>\fR\&. diff --git a/usr/src/man/man3dat/dat_ep_disconnect.3dat b/usr/src/man/man3dat/dat_ep_disconnect.3dat index 5fee6a3254..13e51e1281 100644 --- a/usr/src/man/man3dat/dat_ep_disconnect.3dat +++ b/usr/src/man/man3dat/dat_ep_disconnect.3dat @@ -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 DAT_EP_DISCONNECT 3DAT "Jul 16, 2004" +.TH DAT_EP_DISCONNECT 3DAT "April 9, 2016" .SH NAME dat_ep_disconnect \- terminate a connection or a connection establishment .SH SYNOPSIS @@ -21,7 +21,6 @@ DAT_RETURN .fi .SH PARAMETERS -.sp .ne 2 .na \fB\fIep_handle\fR\fR @@ -58,7 +57,6 @@ Graceful close. .RE .SH DESCRIPTION -.sp .LP The \fBdat_ep_disconnect()\fR function requests a termination of a connection or connection establishment. This operation is used by the active/client or a @@ -75,7 +73,7 @@ unsuccessfully, and in-progress DTOs and RMR Binds can be completed successfully or unsuccessfully. If an in-progress DTO is completed unsuccessfully, all follow on in-progress DTOs in the same direction also must be completed unsuccessfully. This order is presented to the Consumer through a -DTO completion Event Stream of the \fIrecv_evd_handle\fR and and +DTO completion Event Stream of the \fIrecv_evd_handle\fR and \fIrequest_evd_handle\fR of the Endpoint. .sp .LP @@ -123,7 +121,6 @@ establishment, \fBDAT_EP_STATE_ACTIVE_CONNECTION_PENDING\fR and and transitions the local Endpoint into \fBDAT_EP_STATE_DISCONNECTED\fR. That causes preposted Recv DTOs to be flushed to \fIrecv_evd_handle\fR. .SH RETURN VALUES -.sp .ne 2 .na \fB\fBDAT_SUCCESS\fR\fR @@ -170,7 +167,6 @@ disconnect. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -188,6 +184,5 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBlibdat\fR(3LIB), \fBattributes\fR(5) diff --git a/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext b/usr/src/man/man3ext/SUNW_C_GetMechSession.3ext index 0f9171562a..8dc3d31e61 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 "Oct 27, 2005" +.TH SUNW_C_GETMECHSESSION 3EXT "April 9, 2016" .SH NAME SUNW_C_GetMechSession, SUNW_C_KeyToObject \- PKCS#11 Cryptographic Framework functions @@ -26,7 +26,6 @@ cc [ \fIflag \&.\|.\|.\fR ] \fIfile\fR\&.\|.\|. \fB-lpkcs11\fR [ \fIlibrary\&.\| .fi .SH DESCRIPTION -.sp .LP These functions implement the RSA PKCS#11 v2.20 specification by using plug-ins to provide the slots. @@ -35,7 +34,7 @@ to provide the slots. The \fBSUNW_C_GetMechSession()\fR function initializes the PKCS#11 cryptographic framework and performs all necessary calls to Standard PKCS#11 functions (see \fBlibpkcs11\fR(3LIB)) to create a session capable of providing -operations on the requested mechanism. It is not neccessary to call +operations on the requested mechanism. It is not necessary to call \fBC_Initalize()\fR or \fBC_GetSlotList()\fR before the first call to \fBSUNW_C_GetMechSession()\fR. .sp @@ -53,7 +52,6 @@ The \fBSUNW_C_KeyToObject()\fR function creates a key object for the specified mechanism from the \fIrawkey\fR data. The object should be destroyed with \fBC_DestroyObject()\fR when it is no longer required. .SH RETURN VALUES -.sp .LP The \fBSUNW_C_GetMechSession()\fR function returns the following values: .sp @@ -165,14 +163,12 @@ A general error occurred. The return values of each of the implemented functions are defined and listed in the RSA PKCS#11 v2.20 specification. See http://www.rsasecurity.com. .SH USAGE -.sp .LP These functions are not part of the RSA PKCS#11 v2.20 specification. They are not likely to exist on non-Solaris systems. They are provided as a convenience to application programmers. Use of these functions will make the application non-portable to other systems. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -190,7 +186,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBlibpkcs11\fR(3LIB), \fBattributes\fR(5) .sp diff --git a/usr/src/man/man3ext/efi_alloc_and_init.3ext b/usr/src/man/man3ext/efi_alloc_and_init.3ext index d2eee37e4f..ad82078869 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 "May 8, 2008" +.TH EFI_ALLOC_AND_INIT 3EXT "April 9, 2016" .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 @@ -38,13 +38,12 @@ cc [ \fIflag \&.\|.\|.\fR ] \fIfile\fR\&.\|.\|. \fB-lefi\fR [ \fIlibrary \&.\|.\ .fi .SH DESCRIPTION -.sp .LP The \fBefi_alloc_and_init()\fR function initializes the \fBdk_gpt_t\fR structure specified by \fIvtoc\fR in preparation for a call to \fBefi_write()\fR. It calculates and initializes the \fBefi_version\fR, \fBefi_lbasize\fR, \fBefi_nparts\fR, \fBefi_first_u_lba\fR, \fBefi_last_lba\fR, -and \fBefi_last_u_lba\fR members of this sturcture. The caller can then set the +and \fBefi_last_u_lba\fR members of this structure. The caller can then set the \fBefi_nparts\fR member. .sp .LP @@ -87,7 +86,6 @@ struct dk_part efi_parts[]; /* array of partitions */ .in -2 .SH RETURN VALUES -.sp .LP Upon successful completion, \fBefi_alloc_and_init()\fR returns 0. Otherwise it returns \fBVT_EIO\fR if an I/O operation to the disk fails. @@ -195,7 +193,6 @@ Space out of label was not found. .RE .SH USAGE -.sp .LP The EFI label is used on disks with more than 1^32-1 blocks. For compatibility reasons, the \fBread_vtoc\fR(3EXT) and \fBwrite_vtoc()\fR functions should be @@ -203,7 +200,6 @@ used on smaller disks. The application should attempt the \fBread_vtoc()\fR or \fBwrite_vtoc()\fR call, check for an error of \fBVT_ENOTSUP\fR, then call the analogous EFI function. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -221,7 +217,6 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBfmthard\fR(1M), \fBformat\fR(1M), \fBprtvtoc\fR(1M), \fBioctl\fR(2), \fBopen\fR(2), \fBlibefi\fR(3LIB), \fBread_vtoc\fR(3EXT), \fBattributes\fR(5), diff --git a/usr/src/man/man3gss/gss_store_cred.3gss b/usr/src/man/man3gss/gss_store_cred.3gss index c12194bc46..334e75d1e2 100644 --- a/usr/src/man/man3gss/gss_store_cred.3gss +++ b/usr/src/man/man3gss/gss_store_cred.3gss @@ -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 GSS_STORE_CRED 3GSS "Jun 30, 2005" +.TH GSS_STORE_CRED 3GSS "April 9, 2016" .SH NAME gss_store_cred \- store a credential in the current credential store .SH SYNOPSIS @@ -20,7 +20,6 @@ gss_store_cred \- store a credential in the current credential store .fi .SH PARAMETERS -.sp .LP The parameter descriptions for \fBgss_store_cred()\fR follow: .sp @@ -117,9 +116,8 @@ single mechanism in the \fIinput_cred_handle\fR. In all other cases, .RE .SH DESCRIPTION -.sp .LP -The \fBgss_store_cred()\fR function stores a credential in the the current +The \fBgss_store_cred()\fR function stores a credential in the current GSS-API credential store for the calling process. Input credentials can be re-acquired through \fBgss_add_cred\fR(3GSS) and \fBgss_acquire_cred\fR(3GSS). .sp @@ -143,7 +141,6 @@ effective UID. In general, acceptor applications should switch the current credential store by changing the effective UID before storing a delegated credential. .SH RETURN VALUES -.sp .LP The \fBgss_store_cred()\fR can return the following status codes: .sp @@ -211,7 +208,6 @@ the \fIminor_status\fR parameter details the error condition. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -229,7 +225,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBgss_accept_sec_context\fR(3GSS), \fBgss_acquire_cred\fR(3GSS), \fBgss_add_cred\fR(3GSS), \fBgss_init_sec_context\fR(3GSS), diff --git a/usr/src/man/man3head/fcntl.h.3head b/usr/src/man/man3head/fcntl.h.3head index edefbc6d56..0e598a4155 100644 --- a/usr/src/man/man3head/fcntl.h.3head +++ b/usr/src/man/man3head/fcntl.h.3head @@ -8,7 +8,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 FCNTL.H 3HEAD "Feb 5, 2008" +.TH FCNTL.H 3HEAD "April 9, 2016" .SH NAME fcntl.h, fcntl \- file control options .SH SYNOPSIS @@ -18,7 +18,6 @@ fcntl.h, fcntl \- file control options .fi .SH DESCRIPTION -.sp .LP The \fB<fcntl.h>\fR header defines the following requests and arguments for use by the functions \fBfcntl\fR(2), \fBopen\fR(2), and \fBopenat\fR(2). @@ -507,7 +506,7 @@ working directory. \fB\fBAT_SYMLINK_NOFOLLOW\fR\fR .ad .RS 23n -Flag passed to \fBfstatat\fR(2) and \fBfchownat\fR(2) to change the bahavior of +Flag passed to \fBfstatat\fR(2) and \fBfchownat\fR(2) to change the behavior of these functions when they are given a file as an argument that is a symbolic link. In this case the functions operate on the symbolic link file rather than the file the link references. @@ -553,7 +552,6 @@ long f_id; /* Process unique identifier */ .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -571,13 +569,11 @@ Standard See \fBstandards\fR(5). .TE .SH SEE ALSO -.sp .LP \fBcreat\fR(2), \fBexec\fR(2), \fBfcntl\fR(2), \fBopen\fR(2), \fBfdatasync\fR(3C), \fBfsync\fR(3C), \fBfsattr\fR(5), \fBattributes\fR(5), \fBstandards\fR(5) .SH NOTES -.sp .LP Data is successfully transferred for a write operation to a regular file when the system ensures that all data written is readable on any subsequent open of diff --git a/usr/src/man/man3head/langinfo.h.3head b/usr/src/man/man3head/langinfo.h.3head index 68b0654c37..99cf84768e 100644 --- a/usr/src/man/man3head/langinfo.h.3head +++ b/usr/src/man/man3head/langinfo.h.3head @@ -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 LANGINFO.H 3HEAD "Aug 30, 2002" +.TH LANGINFO.H 3HEAD "April 9, 2016" .SH NAME langinfo.h, langinfo \- language information constants .SH SYNOPSIS @@ -13,7 +13,6 @@ langinfo.h, langinfo \- language information constants .fi .SH DESCRIPTION -.sp .LP The <\fBlanginfo.h\fR> header contains the constants used to identify items of \fBlanginfo\fR data (see \fBnl_langinfo\fR(3C)). The type of the constant, @@ -171,7 +170,9 @@ _ \fBNOSTR\fR \fBLC_MESSAGES\fR negative response ro yes/no queries _ \fBCRNCYSTR\fR \fBLC_MONETARY\fR T{ -local currency symbol, preceded by '-' if the symbol sould appear before the value, '+' if the symbol should appear after the value, or '.' if the symbol should replace the radix character +local currency symbol, preceded by '-' if the symbol should appear before the +value, '+' if the symbol should appear after the value, or '.' if the symbol +should replace the radix character T} .TE @@ -194,7 +195,6 @@ char *nl_langinfo(nl_item); Inclusion of <\fBlanginfo.h\fR> header may also make visible all symbols from <\fBnl_types.h\fR>. .SH USAGE -.sp .LP Wherever possible, users are advised to use functions compatible with those in the ISO C standard to access items of \fBlanginfo\fR data. In particular, the @@ -203,7 +203,6 @@ defined in category \fBLC_TIME\fR. The \fBlocaleconv\fR(3C) function should be used to access information corresponding to \fBRADIXCHAR\fR, \fBTHOUSEP\fR, and \fBCRNCYSTR\fR. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -219,7 +218,6 @@ Interface Stability Standard .TE .SH SEE ALSO -.sp .LP \fBmkmsgs\fR(1), \fBlocaleconv\fR(3C), \fBnl_langinfo\fR(3C), \fBnl_types.h\fR(3HEAD), \fBsetlocale\fR(3C), \fBstrftime\fR(3C), diff --git a/usr/src/man/man3ldap/ldap.3ldap b/usr/src/man/man3ldap/ldap.3ldap index 1b72738ee2..79e283fa62 100644 --- a/usr/src/man/man3ldap/ldap.3ldap +++ b/usr/src/man/man3ldap/ldap.3ldap @@ -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 LDAP 3LDAP "Jan 27, 2002" +.TH LDAP 3LDAP "April 9, 2016" .SH NAME ldap \- Lightweight Directory Access Protocol package .SH SYNOPSIS @@ -16,7 +16,6 @@ cc[ \fIflag\fR... ] \fIfile\fR... -lldap[ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The Lightweight Directory Access Protocol ("LDAP") package (SUNWlldap) includes various command line LDAP clients and a LDAP client library to provide @@ -45,7 +44,6 @@ Asynchronous routines provide an invocation identifier which can be used to obtain the result of a specific operation by passing it to the\fBldap_result\fR(3LDAP) function. .SS "Initializing a LDAP session" -.sp .LP Initializing a LDAP session involves calling the \fBldap_init\fR(3LDAP) function. However, the call does not actually open a connection to the LDAP @@ -54,7 +52,6 @@ connection is opened when the first operation is attempted. Unlike \fBldap_init()\fR, \fBldap_open\fR(3LDAP) attempts to open a connection with the LDAP server. However, the use of \fBldap_open()\fR is deprecated. .SS "Authenticating to a LDAP server" -.sp .LP The \fBldap_sasl_bind\fR(3LDAP) and \fBldap_sasl_bind_s\fR(3LDAP) functions provide general and extensible authenticaton for an LDAP client to a LDAP @@ -63,7 +60,6 @@ routines \fBldap_simple_bind\fR(3LDAP) and \fBldap_simple_bind_s\fR(3LDAP) use cleartext passwords to bind to the LDAP server. Use of \fBldap_bind\fR(3LDAP) and \fBldap_bind_s\fR(3LDAP)(3LDAP) is deprecated. .SS "Searching a LDAP directory" -.sp .LP Search for an entry in a LDAP directory by calling the \fBldap_search_ext\fR(3LDAP) or the \fBldap_search_ext_s\fR(3LDAP) functions. @@ -72,7 +68,6 @@ size and time limits as arguments for each search operation. \fBldap_search\fR(3LDAP) and \fBldap_search_s\fR(3LDAP) are identical functions but do not support the controls and limits as arguments to the call. .SS "Adding or Deleting an entry" -.sp .LP Use \fBldap_add_ext\fR(3LDAP) and \fBldap_delete_ext\fR(3LDAP) to add or delete entries in a LDAP directory server. The synchronous counterparts to these @@ -81,7 +76,6 @@ The \fBldap_add\fR(3LDAP), \fBldap_add_s\fR(3LDAP), \fBldap_delete\fR(3LDAP), and \fBldap_delete_s\fR(3LDAP) provide identical functionality to add and to delete entries, but they do not support LDAP v3 server and client controls. .SS "Modifying Entries" -.sp .LP Use \fBldap_modify_ext\fR(3LDAP) and \fBldap_modify_ext_s\fR(3LDAP) to modify an existing entry in a LDAP server that supports for LDAPv3 server and client @@ -90,18 +84,16 @@ controls. Similarly, use \fBldap_rename\fR(3LDAP) and \fBldap_modrdn\fR(3LDAP), \fBldap_modrdn_s\fR(3LDAP), \fBldap_modrdn2\fR(3LDAP) and \fBldap_modrdn2_s\fR(3LDAP) interfaces are deprecated. .SS "Obtaining Results" -.sp .LP Use \fBldap_result\fR(3LDAP) to obtain the results of a previous asynchronous operation. For all LDAP operations other than search, only one message is returned. For the search operation, a list of result messages can be returned. .SS "Handling Errors and Parsing Results" -.sp .LP Use the \fBldap_parse_result\fR(3LDAP), \fBldap_parse_sasl_bind_result\fR(3LDAP), and the \fBldap_parse_extended_result\fR(3LDAP) functions to extract required -information from results and and to handle the returned errors. To covert a +information from results and to handle the returned errors. To convert a numeric error code into a null-terminated character string message describing the error, use \fBldap_err2string\fR(3LDAP). The \fBldap_result2error\fR(3LDAP) and \fBldap_perror\fR(3LDAP) functions are deprecated. To step through the list @@ -129,26 +121,22 @@ returns an array of an attribute's string values that matches a specified language subtype. To retrieve the binary data from an attribute, call the \fBldap_get_lang_values_len()\fR function instead. .SS "Uniform Resource Locators (URLS)" -.sp .LP You can use the \fBldap_url\fR(3LDAP)functions to test a URL to verify that it is an LDAP URL, to parse LDAP URLs into their component pieces, to initiate searches directly using an LDAP URL, and to retrieve the URL associated with a DNS domain name or a distinguished name. .SS "User Friendly Naming" -.sp .LP The \fBldap_ufn\fR(3LDAP) functions implement a user friendly naming scheme by means of LDAP. This scheme allows you to look up entries using fuzzy, untyped names like "mark smith, umich, us". .SS "Caching" -.sp .LP The \fBldap_memcache\fR(3LDAP) functions provide an in-memory client side cache to store search requests. Caching improves performance and reduces network bandwidth when a client makes repeated requests. .SS "Utility Functions" -.sp .LP There are also various utility functions. You can use the \fBldap_sort\fR(3LDAP) functions are used to sort the entries and values @@ -158,7 +146,6 @@ longer "friendlier" names. Use the \fBldap_charset\fR(3LDAP) functions to translate to and from the T.61 character set that is used for many character strings in the LDAP protocol. .SS "Generating Filters" -.sp .LP Make calls to \fBldap_init_getfilter\fR(3LDAP) and \fBldap_search\fR(3LDAP) to generate filters to be used in \fBldap_search\fR(3LDAP) and @@ -168,7 +155,6 @@ generate filters to be used in \fBldap_search\fR(3LDAP) and \fIbuf\fR of length \fIbuflen\fR. \fBldap_getfilter_free\fR(3LDAP) frees memory that has been allocated by means of \fBldap_init_getfilter()\fR. .SS "BER Library" -.sp .LP The LDAP package includes a set of lightweight Basic Encoding Rules ("BER)" functions. The LDAP library functions use the BER functions to encode and @@ -177,7 +163,6 @@ LDAP. They are not normally used directly by an LDAP application program will not normally use the BER functions directly. Instead, these functions provide a \fBprintf()\fR and \fBscanf()\fR-like interface, as well as lower-level access. .SH LIST OF INTERFACES -.sp .ne 2 .na \fB\fBldap_open\fR(3LDAP)\fR @@ -1589,7 +1574,6 @@ Free memory allocated by LDAP API functions. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -1605,6 +1589,5 @@ Stability Level Evolving .TE .SH SEE ALSO -.sp .LP \fBattributes\fR(5) diff --git a/usr/src/man/man3ldap/ldap_abandon.3ldap b/usr/src/man/man3ldap/ldap_abandon.3ldap index 18242ca6a1..2a5d87bd08 100644 --- a/usr/src/man/man3ldap/ldap_abandon.3ldap +++ b/usr/src/man/man3ldap/ldap_abandon.3ldap @@ -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 LDAP_ABANDON 3LDAP "Jan 27, 2002" +.TH LDAP_ABANDON 3LDAP "April 9, 2016" .SH NAME ldap_abandon \- abandon an LDAP operation in progress .SH SYNOPSIS @@ -18,7 +18,6 @@ cc[ \fIflag\fR... ] \fIfile\fR... -lldap[ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The \fBldap_abandon()\fR function is used to abandon or cancel an LDAP operation in progress. The \fImsgid\fR passed should be the message id of an @@ -28,18 +27,16 @@ outstanding LDAP operation, as returned by \fBldap_search\fR(3LDAP), .LP \fBldap_abandon\fR(\|) checks to see if the result of the operation has already come in. If it has, it deletes it from the queue of pending messages. If not, -it sends an LDAP abandon operation to the the LDAP server. +it sends an LDAP abandon operation to the LDAP server. .sp .LP The caller can expect that the result of an abandoned operation will not be returned from a future call to \fBldap_result\fR(3LDAP). .SH ERRORS -.sp .LP \fBldap_abandon()\fR returns \fB0\fR if successful or \fB\(mi1\fRotherwise and setting \fIld_errno\fR appropriately. See \fBldap_error\fR(3LDAP) for details. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp @@ -54,7 +51,6 @@ Interface Stability Evolving .TE .SH SEE ALSO -.sp .LP \fBldap\fR(3LDAP), \fBldap_result\fR(3LDAP), \fBldap_error\fR(3LDAP), \fBattributes\fR(5) diff --git a/usr/src/man/man3ldap/ldap_memcache.3ldap b/usr/src/man/man3ldap/ldap_memcache.3ldap index b493d30377..8a72c74c0e 100644 --- a/usr/src/man/man3ldap/ldap_memcache.3ldap +++ b/usr/src/man/man3ldap/ldap_memcache.3ldap @@ -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 LDAP_MEMCACHE 3LDAP "Jan 6, 2003" +.TH LDAP_MEMCACHE 3LDAP "April 9, 2016" .SH NAME ldap_memcache, ldap_memcache_init, ldap_memcache_set, ldap_memcache_get, ldap_memcache_flush, ldap_memcache_destroy, ldap_memcache_update \- LDAP client @@ -46,7 +46,6 @@ caching functions .fi .SH DESCRIPTION -.sp .LP Use the \fBldap_memcache\fR functions to maintain an in-memory client side cache to store search requests. Caching improves performance and reduces @@ -61,7 +60,7 @@ Make a call to \fBldap_memcache_init()\fR to create the in-memory client side \fIcache\fR. The function passes back a pointer to an \fBLDAPMemCache\fR structure, which represents the \fIcache\fR. Make a call to the \fBldap_memcache_set()\fR function to associate this \fIcache\fR with an LDAP -connection handle, an LDAP structure. \fIttl\fR is the the maximum amount of +connection handle, an LDAP structure. \fIttl\fR is the maximum amount of time (in seconds) that an item can be cached. If a \fIttl\fR value of 0 is passed, there is no limit to the amount of time that an item can be cached. \fIsize\fR is the maximum amount of memory (in bytes) that the cache will @@ -132,7 +131,6 @@ update the \fIcache\fR at this point in time. This function is only useful in a multithreaded application, since it will not return until the \fIcache\fR is destroyed. .SH PARAMETERS -.sp .ne 2 .na \fB\fIttl\fR\fR @@ -215,13 +213,11 @@ The search requests that you want flushed from the \fIcache\fR .RE .SH ERRORS -.sp .LP The functions that have \fBint\fR return values return \fBLDAP_SUCCESS\fR if the operation was successful. Otherwise, they return another LDAP error code. See \fBldap_error\fR(3LDAP) for a list of the LDAP error codes. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -237,7 +233,6 @@ Interface Stability Evolving .TE .SH SEE ALSO -.sp .LP \fBldap_error\fR(3LDAP), \fBldap_open\fR(3LDAP), \fBldap_search\fR(3LDAP), \fBattributes\fR(5) diff --git a/usr/src/man/man3lgrp/lgrp_latency.3lgrp b/usr/src/man/man3lgrp/lgrp_latency.3lgrp index f89a7b4ab9..c197215a31 100644 --- a/usr/src/man/man3lgrp/lgrp_latency.3lgrp +++ b/usr/src/man/man3lgrp/lgrp_latency.3lgrp @@ -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 LGRP_LATENCY 3LGRP "Jan 26, 2005" +.TH LGRP_LATENCY 3LGRP "April 9, 2016" .SH NAME lgrp_latency, lgrp_latency_cookie \- get latency between two lgroups .SH SYNOPSIS @@ -22,7 +22,6 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-llgrp\fR [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The \fBlgrp_latency_cookie()\fR function takes a cookie representing a snapshot of the lgroup hierarchy obtained from \fBlgrp_init\fR(3LGRP) and returns the @@ -48,19 +47,17 @@ It does not necessarily represent the actual latency between hardware devices, and it might not be applicable across platforms. .sp .LP -The \fBlgrp_latency()\fR function is similiar to the +The \fBlgrp_latency()\fR function is similar to the \fBlgrp_latency_cookie()\fR function, but returns the latency between the given lgroups at the given instant in time. Since lgroups can be freed and reallocated, this function might not be able to provide a consistent answer across calls. For that reason, the \fBlgrp_latency_cookie()\fR function should be used in its place. .SH RETURN VALUES -.sp .LP Upon successful completion, the latency value is returned. Otherwise \(mi1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBlgrp_latency_cookie()\fR and \fBlgrp_latency()\fR functions will fail if: @@ -85,7 +82,6 @@ any CPUs, or the \fIto\fR lgroup does not have any memory. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -103,7 +99,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBlgrp_init\fR(3LGRP), \fBlgrp_parents\fR(3LGRP), \fBlgrp_children\fR(3LGRP), \fBliblgrp\fR(3LIB), \fBattributes\fR(5) diff --git a/usr/src/man/man3lgrp/lgrp_view.3lgrp b/usr/src/man/man3lgrp/lgrp_view.3lgrp index 84dc33c7b0..809c61e689 100644 --- a/usr/src/man/man3lgrp/lgrp_view.3lgrp +++ b/usr/src/man/man3lgrp/lgrp_view.3lgrp @@ -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 LGRP_VIEW 3LGRP "Apr 16, 2003" +.TH LGRP_VIEW 3LGRP "April 9, 2016" .SH NAME lgrp_view \- get view of lgroup hierarchy .SH SYNOPSIS @@ -16,7 +16,6 @@ cc [ \fIflag \&.\|.\|.\fR ] \fIfile\fR\&.\|.\|. \fB-llgrp\fR [ \fIlibrary \&.\|. .fi .SH DESCRIPTION -.sp .LP The \fBlgrp_view()\fR function takes a \fIcookie\fR representing the snapshot of the lgroup hierarchy obtained from \fBlgrp_init\fR(3LGRP) and returns the @@ -28,13 +27,11 @@ resources that are available to the caller (such as those with respect to processor sets). When the view is \fBLGRP_VIEW_OS\fR, the snapshot contains what is available to the operating system. .SH RETURN VALUES -.sp .LP -Upon succesful completion, \fBlgrp_view()\fR returns the view for the snapshot +Upon successful completion, \fBlgrp_view()\fR returns the view for the snapshot of the lgroup hierarchy represented by the given cookie. Otherwise, \(mi1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBlgrp_view()\fR function will fail if: .sp @@ -47,7 +44,6 @@ The \fIcookie\fR is not valid. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -65,7 +61,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBlgrp_cookie_stale\fR(3LGRP), \fBlgrp_fini\fR(3LGRP), \fBlgrp_init\fR(3LGRP), \fBliblgrp\fR(3LIB), \fBattributes\fR(5) diff --git a/usr/src/man/man3lib/libkrb5.3lib b/usr/src/man/man3lib/libkrb5.3lib index 375d0d2183..e5a68aa1f2 100644 --- a/usr/src/man/man3lib/libkrb5.3lib +++ b/usr/src/man/man3lib/libkrb5.3lib @@ -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 LIBKRB5 3LIB "Sep 2, 2009" +.TH LIBKRB5 3LIB "April 9, 2016" .SH NAME libkrb5 \- MIT Kerberos 5 library .SH SYNOPSIS @@ -15,20 +15,18 @@ libkrb5 \- MIT Kerberos 5 library .fi .SH DESCRIPTION -.sp .LP The functions in this library are the routines that comprise the MIT Kerberos 5 library. .SH INTERFACES -.sp .LP The shared object \fBlibkrb5.so\fR provides the public interface defined below. .sp .LP The \fBkrb5\fR library is provided as a convenience to allow native \fBkrb5\fR -applications to be built and to run. Compatability between Solaris releases of +applications to be built and to run. Compatibility between Solaris releases of the \fBkrb5\fR interface is not guaranteed. For new applications that require -these features, \fBlibgss\fR(3LIB) is recomended. +these features, \fBlibgss\fR(3LIB) is recommended. .sp .LP For detailed documentation on the \fBkrb5\fR interface, see the MIT Kerberos 5 @@ -71,7 +69,6 @@ The \fBkrb5_string_to_key\fR and \fBkrb5_string_to_key\fR routines, listed in \fBkrb5.h\fR section, are part of the old cryptosystem and should not be used in new apps. .SS "com_err.h" -.br .in +2 \fBcom_err\fR .in -2 @@ -84,7 +81,6 @@ in new apps. \fBerror_message\fR .in -2 .SS "krb5.h" -.br .in +2 \fBkrb5_address_compare\fR .in -2 @@ -945,7 +941,6 @@ in new apps. \fBkrb5_xfree_wrap\fR .in -2 .SH FILES -.sp .ne 2 .na \fB\fB/usr/lib/libkrb5.so.1\fR\fR @@ -964,7 +959,6 @@ shared object .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -982,6 +976,5 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBkrb5-config\fR(1), \fBlibgss\fR(3LIB), \fBattributes\fR(5) diff --git a/usr/src/man/man3lib/libpool.3lib b/usr/src/man/man3lib/libpool.3lib index dda52516f5..080aa84883 100644 --- a/usr/src/man/man3lib/libpool.3lib +++ b/usr/src/man/man3lib/libpool.3lib @@ -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 LIBPOOL 3LIB "Dec 14, 2006" +.TH LIBPOOL 3LIB "April 9, 2016" .SH NAME libpool \- pool configuration manipulation library .SH SYNOPSIS @@ -14,10 +14,9 @@ libpool \- pool configuration manipulation library .fi .SH DESCRIPTION -.sp .LP The functions in this library define the interface for reading and writing -resource pools configuration files, as well as that for commiting an existing +resource pools configuration files, as well as that for committing an existing configuration to becoming the running OS configuration (with respect to partitioning subsystems). The <\fBpool.h\fR> header provides type and function declarations for all library services. @@ -70,9 +69,6 @@ used by the default pools commands, except when a configuration is initiated by the \fBpoolcfg\fR utility, in which case an informative message is placed in the \fBsystem.comment\fR property for that configuration. .SS "System" -.sp - -.sp .TS c c c l l l . @@ -195,9 +191,6 @@ objective when he is relatively satisfied with the constraints established using the minimum and maximum properties and would like the DRP to manipulate resources freely within those constraints. .SS "Pools" -.sp - -.sp .TS c c c l l l . @@ -232,9 +225,6 @@ If pool.scheduler is specified, it must be set to the name of a valid scheduling class for the system. See the \fB-c\fR option for \fBpriocntl\fR(1) for a list of valid class names. .SS "Processor Sets" -.sp - -.sp .TS c c c l l l . @@ -376,9 +366,6 @@ Only one objective of each type of operator can be set. For example, if the possible to set a \fB<\fR and a \fB>\fR operator together; the values will be validated to ensure that they do not overlap. .SS "Processors" -.sp - -.sp .TS c c c l l l . @@ -431,7 +418,6 @@ Disable interrupt processing on the CPU. These values are defined in <\fBsys/processor.h\fR> as the \fBPS_OFFLINE\fR, \fBPS_ONLINE\fR, and \fBPS_NOINTR\fR macros. .SH INTERFACES -.sp .LP The shared object \fBlibpool.so.1\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object @@ -480,7 +466,6 @@ l l . .TE .SH FILES -.sp .ne 2 .na \fB\fB/usr/lib/libpool.so.1\fR\fR @@ -499,7 +484,6 @@ shared object .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -519,7 +503,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBIntro\fR(3), \fBpool_component_info\fR(3POOL), \fBpool_conf_open\fR(3POOL), \fBpool_conf_to_elem\fR(3POOL), \fBpool_create\fR(3POOL), @@ -528,7 +511,6 @@ MT-Level Safe \fBpool_resource_create\fR(3POOL), \fBpool_value_alloc\fR(3POOL), \fBpool_walk_pools\fR(3POOL), \fBattributes\fR(5), \fBsmf\fR(5) .SH NOTES -.sp .LP Functions in \fBlibpool\fR can be used to manipulate static configurations even when the pools facility is not enabled. See \fBpooladm\fR(1M) and diff --git a/usr/src/man/man3nsl/secure_rpc.3nsl b/usr/src/man/man3nsl/secure_rpc.3nsl index c592796334..2f699585ce 100644 --- a/usr/src/man/man3nsl/secure_rpc.3nsl +++ b/usr/src/man/man3nsl/secure_rpc.3nsl @@ -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 SECURE_RPC 3NSL "Feb 19, 2004" +.TH SECURE_RPC 3NSL "April 9, 2016" .SH NAME secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, @@ -80,7 +80,6 @@ routines for secure remote procedure calls .fi .SH DESCRIPTION -.sp .LP The \fBRPC\fR library functions allow C programs to make procedure calls on other machines across the network. @@ -231,7 +230,7 @@ functions \fBkey_encryptsession()\fR, \fBkey_gendes()\fR, and \fBkey_setsecret()\fR. .sp The \fBkey_decryptsession()\fR function takes a server netname \fIremotename\fR -and a \fBDES\fR key \fIdeskey\fR, and decrypts the key by using the the public +and a \fBDES\fR key \fIdeskey\fR, and decrypts the key by using the public key of the server and the secret key associated with the effective \fBUID\fR of the calling process. The \fBkey_decryptsession()\fR function is the inverse of \fBkey_encryptsession()\fR function. @@ -245,7 +244,7 @@ the calling process. The \fBkey_decryptsession()\fR function is the inverse of .RS 26n This function is a keyserver interface that takes a server netname \fIremotename\fR and a \fBDES\fR key \fIdeskey\fR, and encrypts the key using -the public key of the the server and the secret key associated with the +the public key of the server and the secret key associated with the effective \fBUID\fR of the calling process. If the keyserver does not have a key registered for the UID, it falls back to using the secret key for the netname \fBnobody\fR unless this feature has been disabled. See @@ -336,7 +335,6 @@ succeeds and \fB0\fR if it fails. The function is the inverse of .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -352,7 +350,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBchkey\fR(1), \fBkeylogin\fR(1), \fBkeyserv\fR(1M), \fBnewkey\fR(1M), \fBrpc\fR(3NSL), \fBrpc_clnt_auth\fR(3NSL), \fBattributes\fR(5) diff --git a/usr/src/man/man3nsl/t_errno.3nsl b/usr/src/man/man3nsl/t_errno.3nsl index f41bb2ebc2..b9bec190b0 100644 --- a/usr/src/man/man3nsl/t_errno.3nsl +++ b/usr/src/man/man3nsl/t_errno.3nsl @@ -7,7 +7,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 T_ERRNO 3NSL "May 7, 1998" +.TH T_ERRNO 3NSL "April 9, 2016" .SH NAME t_errno \- XTI error return value .SH SYNOPSIS @@ -17,13 +17,12 @@ t_errno \- XTI error return value .fi .SH DESCRIPTION -.sp .LP This error return value is part of the XTI interfaces that evolved from the TLI interfaces. XTI represents the future evolution of these interfaces. However, TLI interfaces are supported for compatibility. When using a TLI interface that has the same name as an XTI interfaces, a different headerfile, -<\fBtiuser.h\fR>, must be used. Refer the the TLI COMPATIBILITY section for a +<\fBtiuser.h\fR>, must be used. Refer to the TLI COMPATIBILITY section for a description of differences between the two interfaces. .sp .LP @@ -51,7 +50,6 @@ undefined. The symbolic values stored in \fBt_errno\fR by an XTI function are defined in the \fBERRORS\fR sections in all relevant XTI function definition pages. .SH TLI COMPATIBILITY -.sp .LP \fBt_errno\fR is also used by TLI functions to return error values. .sp @@ -60,7 +58,6 @@ The \fBXTI\fR and \fBTLI\fR interface definitions have common names but use different header files. This, and other semantic differences between the two interfaces are described in the subsections below. .SS "Interface Header" -.sp .LP The \fBXTI\fR interfaces use the header file, <\fBxti.h\fR>. \fBTLI\fR interfaces should \fInot\fR use this header. They should use the header: @@ -69,7 +66,6 @@ interfaces should \fInot\fR use this header. They should use the header: \fB#include <tiuser.h>\fR .in -2 .SS "Error Description Values" -.sp .LP The \fBt_errno\fR values that can be set by the \fBXTI\fR interface but cannot be set by the \fBTLI\fR interface are: @@ -110,7 +106,6 @@ be set by the \fBTLI\fR interface are: \fBTPROTO\fR .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -126,6 +121,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBattributes\fR(5) diff --git a/usr/src/man/man3papi/papiAttributeListAddValue.3papi b/usr/src/man/man3papi/papiAttributeListAddValue.3papi index fad0b32f91..c34edc35ca 100644 --- a/usr/src/man/man3papi/papiAttributeListAddValue.3papi +++ b/usr/src/man/man3papi/papiAttributeListAddValue.3papi @@ -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 PAPIATTRIBUTELISTADDVALUE 3PAPI "Jan 17, 2007" +.TH PAPIATTRIBUTELISTADDVALUE 3PAPI "April 9, 2016" .SH NAME papiAttributeListAddValue, papiAttributeListAddBoolean, papiAttributeListAddCollection, papiAttributeListAddDatetime, @@ -168,7 +168,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpapi\fR [ \fIlibrary\fR\&.\| .fi .SH PARAMETERS -.sp .ne 2 .na \fB\fIattrs\fR\fR @@ -457,7 +456,6 @@ vertical (y) component of a resolution .RE .SH DESCRIPTION -.sp .LP The \fBpapiAttributeListAdd*()\fR functions add new attributes and/or values to the attribute list passed in. If necessary, the attribute list passed in is @@ -529,7 +527,6 @@ The \fBpapiAttributeListToString()\fR function converts an attribute list to a string representation that can be displayed to a user. The delimiter value is placed between attributes in the string. .SH RETURN VALUES -.sp .LP These functions return \fBPAPI_OK\fR upon successful completion and one of the following on failure: @@ -621,7 +618,7 @@ main(int ac, char *av[]) printf("Attribute list to big to dump\en"); - /* retreive various elements */ + /* retrieve various elements */ integer = 12; (void) papiAttributeListGetInteger(list, NULL, "copies", &integer); printf("copies: %d\en", integer); @@ -639,7 +636,6 @@ main(int ac, char *av[]) .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -657,6 +653,5 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBlibpapi\fR(3LIB), \fBattributes\fR(5) diff --git a/usr/src/man/man3papi/papiServiceCreate.3papi b/usr/src/man/man3papi/papiServiceCreate.3papi index 65a95d83e1..0e4477f8b1 100644 --- a/usr/src/man/man3papi/papiServiceCreate.3papi +++ b/usr/src/man/man3papi/papiServiceCreate.3papi @@ -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 PAPISERVICECREATE 3PAPI "Jan 17, 2007" +.TH PAPISERVICECREATE 3PAPI "April 9, 2016" .SH NAME papiServiceCreate, papiServiceDestroy, papiServiceSetUserName, papiServiceSetPassword, papiServiceSetEncryption, papiServiceSetAuthCB, @@ -94,7 +94,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpapi\fR [ \fIlibrary\fR\&.\| .fi .SH PARAMETERS -.sp .ne 2 .na \fB\fIapp_data\fR\fR @@ -156,7 +155,7 @@ information and setting a password. \fB\fIs\fR\fR .ad .RS 16n -the service context passed into the the authentication callback +the service context passed into the authentication callback .RE .sp @@ -194,7 +193,6 @@ authentication with the print service. .RE .SH DESCRIPTION -.sp .LP The \fBpapiServiceCreate()\fR function creates a service context for use in subsequent calls to \fBlibpapi\fR functions. The context is returned in the @@ -216,7 +214,6 @@ The remaining \fBpapiServiceGet*()\fR functions return the requested information associated with the service context. A value of \fINULL\fR indicates that the requested value was not initialized or is unavailable. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBpapiServiceCreate()\fR and the \fBpapiServiceSet*()\fR functions return \fBPAPI_OK\fR. Otherwise, they return @@ -292,7 +289,6 @@ main(int ac, char *av[]) .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -310,6 +306,5 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBlibpapi\fR(3LIB), \fBattributes\fR(5) diff --git a/usr/src/man/man3perl/Lgrp.3perl b/usr/src/man/man3perl/Lgrp.3perl index 7f8415eca4..6064e535c3 100644 --- a/usr/src/man/man3perl/Lgrp.3perl +++ b/usr/src/man/man3perl/Lgrp.3perl @@ -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 LGRP 3PERL "Aug 30, 2006" +.TH LGRP 3PERL "April 9, 2016" .SH NAME Lgrp \- Perl interface to Solaris liblgrp library .SH SYNOPSIS @@ -82,7 +82,6 @@ $latency = lgrp_latency_cookie($\fIcookie\fR, $\fIfrom\fR, $\fIto\fR); .fi .SH DESCRIPTION -.sp .LP This module provides access to the \fBliblgrp\fR(3LIB) library and to various constants and functions defined in <\fBsys/lgrp_sys.h\fR>. It provides both the @@ -99,7 +98,6 @@ Functions returning a list value return the number of elements in the list when called in scalar context. In the event of error, the empty list is returned in the array context and \fBundef\fR is returned in the scalar context. .SS "Constants" -.sp .LP The constants are exported with \fB:CONSTANTS\fR or \fB:ALL\fR tags: .sp @@ -202,7 +200,6 @@ The following constants are available for use in Perl programs: .LP (1) Available for versions of the \fBliblgrp\fR(3LIB) API greater than 1. .SS "Functions" -.sp .LP A detailed description of each function follows. Since this module is intended to provide a Perl interface to the functions in \fBliblgrp\fR(3LIB), a very @@ -264,7 +261,7 @@ resources that are available to the caller (such as those with respect to processor sets). When the view is \fBLGRP_VIEW_OS\fR, the snapshot contains what is available to the operating system. .sp -Upon succesful completion, the function returns the view for the snapshot of +Upon successful completion, the function returns the view for the snapshot of the lgroup hierarchy represented by the given cookie. Otherwise, \fBundef\fR is returned and \fB$!\fR is set to indicate the error. .sp @@ -609,7 +606,7 @@ See \fBlgrp_latency_cookie\fR(3LGRP) for more information. .ad .sp .6 .RS 4n -This function is similiar to the \fBlgrp_latency_cookie()\fR function, but +This function is similar to the \fBlgrp_latency_cookie()\fR function, but returns the latency between the given lgroups at the given instant in time. Since lgroups can be freed and reallocated, this function might not be able to provide a consistent answer across calls. For that reason, @@ -701,7 +698,6 @@ Otherwise it returns False. .RE .SS "Object methods" -.sp .ne 2 .na \fB\fBnew\fR([$\fIview\fR])\fR @@ -918,7 +914,6 @@ $\fIfrom\fR lgroup to a hardware resource in the $\fIto\fR lgroup. It uses .RE .SS "Exports" -.sp .LP By default nothing is exported from this module. The following tags can be used to selectively import constants and functions defined in this module: @@ -979,7 +974,6 @@ to selectively import constants and functions defined in this module: .RE .SS "Error values" -.sp .LP The functions in this module return \fBundef\fR or an empty list when an underlying library function fails. The \fB$!\fR is set to provide more @@ -1023,7 +1017,6 @@ The specified process or thread was not found. .RE .SS "Difference in the API versions" -.sp .LP The \fBliblgrp\fR(3LIB) library is versioned. The exact version that was used to compile a module is available through the \fBlgrp_version()\fR function. @@ -1062,7 +1055,6 @@ version 1. The \fBlgrp_resources()\fR function is defined for version 1 but always returns an empty list. The \fBlgrp_latency_cookie()\fR function is an alias for \fBlgrp_latency()\fR for version 1. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -1078,7 +1070,6 @@ Interface Stability Unstable .TE .SH SEE ALSO -.sp .LP \fBlgrp_affinity_get\fR(3LGRP), \fBlgrp_affinity_set\fR(3LGRP), \fBlgrp_children\fR(3LGRP), \fBlgrp_cookie_stale\fR(3LGRP), diff --git a/usr/src/man/man3picl/picl_get_frutree_parent.3picl b/usr/src/man/man3picl/picl_get_frutree_parent.3picl index 33e9e2f08f..81cdfec3ba 100644 --- a/usr/src/man/man3picl/picl_get_frutree_parent.3picl +++ b/usr/src/man/man3picl/picl_get_frutree_parent.3picl @@ -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 PICL_GET_FRUTREE_PARENT 3PICL "Feb 5, 2004" +.TH PICL_GET_FRUTREE_PARENT 3PICL "April 9, 2016" .SH NAME picl_get_frutree_parent \- get frutree parent node for a given device node .SH SYNOPSIS @@ -17,21 +17,18 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpicl\fR [ \fIlibrary\fR\&.\| .fi .SH DESCRIPTION -.sp .LP The devices under the \fB/platform\fR subtree of the PICLTREE are linked to their FRU containers represented in the \fB/frutree\fR using PICL reference properties. The \fBpicl_get_frutree_parent()\fR function returns the handle of the node in the \fB/frutree\fR subtree that is the FRU parent or container of -the the device specified by the node handle, \fIdevh\fR. The handle is returned +the device specified by the node handle, \fIdevh\fR. The handle is returned in the \fIfrutreeh\fR argument. .SH RETURN VALUES -.sp .LP Upon successful completion, 0 is returned. Otherwise a non-negative integer is returned to indicate an error. .SH ERRORS -.sp .ne 2 .na \fB\fBPICL_FAILURE\fR\fR @@ -68,7 +65,6 @@ Stale handle .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -86,7 +82,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBpicl_get_propinfo\fR(3PICL), \fBpicl_get_propval\fR(3PICL), \fBpicl_get_propval_by_name\fR(3PICL), \fBpicl_get_prop_by_name\fR(3PICL), diff --git a/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree b/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree index 582b043f24..9300c5b3c4 100644 --- a/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree +++ b/usr/src/man/man3picltree/ptree_get_frutree_parent.3picltree @@ -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 PTREE_GET_FRUTREE_PARENT 3PICLTREE "Feb 5, 2004" +.TH PTREE_GET_FRUTREE_PARENT 3PICLTREE "April 9, 2016" .SH NAME ptree_get_frutree_parent \- get frutree parent node for a given device node .SH SYNOPSIS @@ -17,21 +17,18 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpicltree\fR [ \fIlibrary\fR\ .fi .SH DESCRIPTION -.sp .LP The devices under the \fB/platform\fR subtree of the PICLTREE are linked to their FRU containers represented in the \fB/frutree\fR using PICL reference properties. The \fBptree_get_frutree_parent()\fR function returns the handle of the node in the \fB/frutree\fR subtree that is the FRU parent or container of -the the device specified by the node handle, \fIdevh\fR. The handle is returned +the device specified by the node handle, \fIdevh\fR. The handle is returned in the \fIfrutreeh\fR argument. .SH RETURN VALUES -.sp .LP Upon successful completion, 0 is returned. Otherwise a non-negative integer is returned to indicate an error. .SH ERRORS -.sp .ne 2 .na \fB\fBPICL_FAILURE\fR\fR @@ -68,7 +65,6 @@ Stale handle .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -86,7 +82,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBptree_get_propinfo\fR(3PICLTREE), \fBptree_get_propval\fR(3PICLTREE), \fBptree_get_propval_by_name\fR(3PICLTREE), diff --git a/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree b/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree index a603fe2e22..fecacb579c 100644 --- a/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree +++ b/usr/src/man/man3picltree/ptree_get_node_by_path.3picltree @@ -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 PTREE_GET_NODE_BY_PATH 3PICLTREE "Aug 1, 2000" +.TH PTREE_GET_NODE_BY_PATH 3PICLTREE "April 9, 2016" .SH NAME ptree_get_node_by_path \- get handle of node specified by PICL tree path .SH SYNOPSIS @@ -17,7 +17,6 @@ ptree_get_node_by_path \- get handle of node specified by PICL tree path .fi .SH DESCRIPTION -.sp .LP The \fBptree_get_node_by_path()\fR function copies the handle of the node in the PICL tree specified by the path given in \fIptreepath\fR into the location @@ -48,7 +47,7 @@ the form of one or more pairs of property names and values such as .sp .LP where '@' is a shorthand notation to refer to the device address, which is -followed by the device addres value address. The address value is matched with +followed by the device address value address. The address value is matched with the value of the property "bus-addr" if it exists. If no "bus-addr" property exists, then it is matched with the value of the property "UnitAddress". Use the '?' notation to limit explicitly the comparison to "bus-addr" or @@ -70,7 +69,6 @@ All valid paths must start at the root node denoted by '/'. If no prefix is specified for the path, then the prefix defaults to the "name" property. .SH RETURN VALUES -.sp .LP Upon successful completion, \fB0\fR is returned. On failure, a non-negative integer is returned to indicate an error. @@ -79,7 +77,6 @@ integer is returned to indicate an error. \fBPICL_NOTNODE\fR is returned if there is no node corresponding to the specified path. .SH ERRORS -.sp .ne 2 .na \fB\fBPICL_INVALIDARG\fR\fR @@ -107,7 +104,6 @@ General system failure .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -125,6 +121,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBptree_get_propval_by_name\fR(3PICLTREE), \fBattributes\fR(5) diff --git a/usr/src/man/man3pool/pool_associate.3pool b/usr/src/man/man3pool/pool_associate.3pool index 458469779b..c98600fbbc 100644 --- a/usr/src/man/man3pool/pool_associate.3pool +++ b/usr/src/man/man3pool/pool_associate.3pool @@ -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 POOL_ASSOCIATE 3POOL "Jul 18, 2005" +.TH POOL_ASSOCIATE 3POOL "April 9, 2016" .SH NAME pool_associate, pool_create, pool_destroy, pool_dissociate, pool_info, pool_query_pool_resources \- resource pool manipulation functions @@ -46,7 +46,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpool\fR [ \fIlibrary\fR\&.\| .fi .SH DESCRIPTION -.sp .LP These functions provide mechanisms for constructing and modifying pools entries within a target pools configuration. The \fIconf\fR argument for each function @@ -74,7 +73,7 @@ default resource of the same type. .sp .LP The \fBpool_info()\fR function returns a string describing the given pool. The -string is allocated with \fBmalloc\fR(3C). The caller is reponsible for freeing +string is allocated with \fBmalloc\fR(3C). The caller is responsible for freeing the returned string. If the \fIflags\fR option is non-zero, the string returned also describes the associated resources of the pool. .sp @@ -84,7 +83,6 @@ of resources currently associated with the pool that match the given list of properties. The return value must be freed by the caller. The \fInelem\fR argument is set to be the length of the array returned. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBpool_create()\fR returns a new initialized pool. Otherwise it returns \fINULL\fR and \fBpool_error\fR(3POOL) returns the @@ -105,7 +103,6 @@ Upon successful completion, \fBpool_query_pool_resources()\fR returns a null-terminated array of resources. Otherwise it returns \fINULL\fR and \fBpool_error()\fR returns the pool-specific error value. .SH ERRORS -.sp .LP The \fBpool_create()\fR function will fail if: .sp @@ -275,13 +272,11 @@ A system error has occurred. Check the system error code for more details. .RE .SH USAGE -.sp .LP Pool names are unique across pools in a given configuration file. It is an error to attempt to create a pool with a name that is currently used by another pool within the same configuration. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -301,6 +296,5 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBlibpool\fR(3LIB), \fBpool_error\fR(3POOL), \fBattributes\fR(5) diff --git a/usr/src/man/man3pool/pool_component_info.3pool b/usr/src/man/man3pool/pool_component_info.3pool index 53e53f0497..12b90c4b07 100644 --- a/usr/src/man/man3pool/pool_component_info.3pool +++ b/usr/src/man/man3pool/pool_component_info.3pool @@ -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 POOL_COMPONENT_INFO 3POOL "Sep 23, 2003" +.TH POOL_COMPONENT_INFO 3POOL "April 9, 2016" .SH NAME pool_component_info, pool_get_owning_resource \- resource pool component functions @@ -24,7 +24,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpool\fR [ \fIlibrary\fR\&.\| .fi .SH DESCRIPTION -.sp .LP Certain resources, such as processor sets, are composed of resource components. Informational and ownership attributes of resource components are made @@ -35,14 +34,13 @@ function refers to the target configuration to which the operation applies. .LP The \fBpool_component_info()\fR function returns a string describing \fIcomponent\fR. The string is allocated with \fBmalloc\fR(3C). The caller is -reponsible for freeing the returned string. The \fIflags\fR argument is +responsible for freeing the returned string. The \fIflags\fR argument is ignored. .sp .LP The \fBpool_get_owning_resource()\fR function returns the resource currently containing \fIcomponent\fR. Every component is contained by a resource. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBpool_component_info()\fR returns a string. Otherwise it returns \fINULL\fR and \fBpool_error\fR(3POOL) returns the @@ -53,7 +51,6 @@ Upon successful completion, \fBpool_get_owning_resource()\fR returns the owning resource. Otherwise it returns \fINULL\fR and \fBpool_error()\fR returns the pool-specific error value. .SH ERRORS -.sp .LP The \fBpool_component_info()\fR function will fail if: .sp @@ -97,7 +94,6 @@ The supplied configuration's status is not \fBPOF_VALID\fR. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -117,6 +113,5 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBlibpool\fR(3LIB), \fBpool_error\fR(3POOL), \fBattributes\fR(5) diff --git a/usr/src/man/man3pool/pool_resource_create.3pool b/usr/src/man/man3pool/pool_resource_create.3pool index 62813a02d5..f62e5103b1 100644 --- a/usr/src/man/man3pool/pool_resource_create.3pool +++ b/usr/src/man/man3pool/pool_resource_create.3pool @@ -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 POOL_RESOURCE_CREATE 3POOL "Sep 23, 2003" +.TH POOL_RESOURCE_CREATE 3POOL "April 9, 2016" .SH NAME pool_resource_create, pool_resource_destroy, pool_resource_info, pool_query_resource_components, pool_resource_transfer, pool_resource_xtransfer @@ -52,7 +52,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpool\fR [ \fIlibrary\fR\&.\| .fi .SH DESCRIPTION -.sp .LP The \fBpool_resource_create()\fR function creates and returns a new resource of the given \fIname\fR and \fItype\fR in the provided configuration. If there is @@ -65,7 +64,7 @@ from its configuration file. .LP The \fBpool_resource_info()\fR function returns a string describing the given \fIresource\fR. The string is allocated with \fBmalloc\fR(3C). The caller is -reponsible for freeing the returned string. If the \fIflags\fR argument is +responsible for freeing the returned string. If the \fIflags\fR argument is non-zero, the string returned also describes the components (if any) contained in the resource. .sp @@ -92,7 +91,6 @@ list of \fBpool_component_t\fR. The \fIconf\fR argument for each function refers to the target configuration to which the operation applies. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBpool_resource_create()\fR returns a new \fBpool_resource_t\fR with default properties initialized. Otherwise, @@ -121,7 +119,6 @@ pool-specific error value. \fBpool_resource_xtransfer()\fR return 0. Otherwise -1 is returned and \fBpool_error()\fR returns the pool-specific error value. .SH ERRORS -.sp .LP The \fBpool_resource_create()\fR function will fail if: .sp @@ -314,7 +311,6 @@ if ((resource = pool_resource_create(conf, "pset", .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -334,6 +330,5 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBlibpool\fR(3LIB), \fBpool_error\fR(3POOL), \fBattributes\fR(5) diff --git a/usr/src/man/man3resolv/resolver.3resolv b/usr/src/man/man3resolv/resolver.3resolv index a391775de0..f54bda17d1 100644 --- a/usr/src/man/man3resolv/resolver.3resolv +++ b/usr/src/man/man3resolv/resolver.3resolv @@ -1,7 +1,7 @@ '\" te .\" Portions Copyright 1989 AT&T Portions Copyright (c) 1985, 1995 Regents of the University of California. .\" Copyright (C) 2006, Sun Microsystems, Inc. All Rights Reserved -.TH RESOLVER 3RESOLV "Dec 26, 2006" +.TH RESOLVER 3RESOLV "April 9, 2016" .SH NAME resolver, res_ninit, fp_resstat, res_hostalias, res_nquery, res_nsearch, res_nquerydomain, res_nmkquery, res_nsend, res_nclose, res_nsendsigned, @@ -163,7 +163,6 @@ Deprecated Interfaces .fi .SH DESCRIPTION -.sp .LP These routines are used for making, sending, and interpreting query and reply messages with Internet domain name servers. @@ -180,7 +179,7 @@ The \fBres_ndestroy()\fR function should be called to free memory allocated by .LP The functions \fBres_init()\fR, \fBres_query()\fR, \fBres_search()\fR, \fBres_mkquery()\fR, \fBres_send()\fR, and \fBherror()\fR are deprecated. They -are supplied for backwards compatability. They use global configuration and +are supplied for backwards compatibility. They use global configuration and state information that is kept in the structure \fB_res\fR rather than state information referenced through \fIstatp\fR. .sp @@ -327,7 +326,6 @@ the header would be updated. .RE .SS "\fBres_ninit()\fR, \fBres_init()\fR" -.sp .LP The \fBres_ninit()\fR and \fBres_init()\fR routines read the configuration file, if any is present, to get the default domain name, search list and the @@ -347,7 +345,6 @@ are inherited from the configuration file's \fBoptions\fR command. See \fBRES_OPTIONS\fR environment variable. Initialization normally occurs on the first call to one of the other resolver routines. .SS "\fBres_nquery()\fR, \fBres_query()\fR" -.sp .LP The \fBres_nquery()\fR and \fBres_query()\fR functions provide interfaces to the server query mechanism. They construct a query, send it to the local @@ -367,7 +364,6 @@ by the previous query. \fIanswer\fR must be large enough to receive a maximum \fBUDP\fR response from the server or parts of the \fIanswer\fR will be silently discarded. The default maximum \fBUDP\fR response size is 512 bytes. .SS "\fBres_nsearch()\fR, \fBres_search()\fR" -.sp .LP The \fBres_nsearch()\fR and \fBres_search()\fR routines make a query and await a response, just like like \fBres_nquery()\fR and \fBres_query()\fR. In @@ -385,13 +381,11 @@ by the previous query. \fIanswer\fR must be large enough to receive a maximum \fBUDP\fR response from the server or parts of the \fIanswer\fR will be silently discarded. The default maximum \fBUDP\fR response size is 512 bytes. .SS "\fBres_nquerydomain()\fR" -.sp .LP The \fBres_nquerydomain()\fR function calls \fBres_query()\fR on the concatenation of \fIname\fR and \fIdomain\fR, removing a trailing dot from \fIname\fR if \fIdomain\fR is \fINULL\fR. .SS "\fBres_nmkquery()\fR, \fBres_mkquery()\fR" -.sp .LP These routines are used by \fBres_nquery()\fR and \fBres_query()\fR. The \fBres_nmkquery()\fR and \fBres_mkquery()\fR functions construct a standard @@ -401,7 +395,6 @@ the query, or -1 if the query is larger than \fIbuflen\fR. The query type <\fBarpa/nameser.h\fR>. The domain name for the query is given by \fIdname\fR. \fInewrr\fR is currently unused but is intended for making update messages. .SS "\fBres_nsend()\fR, \fBres_send()\fR, \fBres_nsendsigned()\fR" -.sp .LP The \fBres_nsend()\fR, \fBres_send()\fR, and \fBres_nsendsigned()\fR routines send a pre-formatted query that returns an \fIanswer\fR. The routine calls @@ -421,30 +414,25 @@ by the previous query. \fIanswer\fR must be large enough to receive a maximum \fBUDP\fR response from the server or parts of the \fIanswer\fR will be silently discarded. The default maximum \fBUDP\fR response size is 512 bytes. .SS "\fBfp_resstat()\fR" -.sp .LP The function \fBfp_resstat()\fR prints out the active flag bits in \fIstatp\fR->\fBoptions\fR preceded by the text "\fB;; res options:\fR" on \fIfile\fR. .SS "\fBres_hostalias()\fR" -.sp .LP The function \fBres_hostalias()\fR looks up \fIname\fR in the file referred to by the \fBHOSTALIASES\fR environment variable and returns the fully qualified host name. If \fIname\fR is not found or an error occurs, \fBNULL\fR is returned. \fBres_hostalias()\fR stores the result in \fIbuf\fR. .SS "\fBres_nclose()\fR" -.sp .LP The \fBres_nclose()\fR function closes any open files referenced through \fIstatp\fR. .SS "\fBres_ndestroy()\fR" -.sp .LP The \fBres_ndestroy()\fR function calls \fBres_nclose()\fR, then frees any memory allocated by \fBres_ninit()\fR referenced through \fIstatp\fR. .SS "\fBdn_comp()\fR" -.sp .LP The \fBdn_comp()\fR function compresses the domain name \fIexp_dn\fR and stores it in \fIcomp_dn\fR. The \fBdn_comp()\fR function returns the size of the @@ -463,7 +451,6 @@ labels inserted into the message by \fBdn_comp()\fR as the name is compressed. If \fIdnptrs\fR is \fINULL\fR, names are not compressed. If \fIlastdnptr\fR is \fINULL\fR, \fBdn_comp()\fR does not update the list of labels. .SS "\fBdn_expand()\fR" -.sp .LP The \fBdn_expand()\fR function expands the compressed domain name \fIcomp_dn\fR to a full domain name. The compressed name is contained in a query or reply @@ -472,7 +459,6 @@ uncompressed name is placed in the buffer indicated by \fIexp_dn\fR, which is of size \fIlength\fR. The \fBdn_expand()\fR function returns the size of the compressed name, or \fB\(mi1\fR if there was an error. .SS "\fBhstrerror()\fR, \fBherror()\fR" -.sp .LP The variables \fIstatp->res_h_errno\fR and \fI_res.res_h_errno\fR and external variable \fIh_errno\fR are set whenever an error occurs during a resolver @@ -500,12 +486,10 @@ message corresponding to the value of \fIh_errno\fR. The \fBhstrerror()\fR function returns a string, which is the message text that corresponds to the value of the \fIerr\fR parameter. .SS "\fBres_setservers()\fR, \fBres_getservers()\fR" -.sp .LP The functions \fBres_getservers()\fR and \fBres_setservers()\fR are used to get and set the list of servers to be queried. .SH FILES -.sp .ne 2 .na \fB\fB/etc/resolv.conf\fR\fR @@ -515,7 +499,6 @@ resolver configuration file .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -534,7 +517,6 @@ T} .TE .SH SEE ALSO -.sp .LP \fBdomainname\fR(1M), \fBgethostbyname\fR(3NSL), \fBlibresolv\fR(3LIB), \fBresolv.conf\fR(4), \fBattributes\fR(5) @@ -563,7 +545,6 @@ November 1987. Vixie, Paul, Dunlap, Kevin J., Karels, Michael J. \fIName Server Operations Guide for BIND\fR. Internet Software Consortium, 1996. .SH NOTES -.sp .LP When the caller supplies a work buffer, for example the \fIanswer\fR buffer argument to \fBres_nsend()\fR or \fBres_send()\fR, the buffer should be aligned diff --git a/usr/src/man/man3rsm/rsm_intr_signal_post.3rsm b/usr/src/man/man3rsm/rsm_intr_signal_post.3rsm index 703295d49c..09eed7d6dc 100644 --- a/usr/src/man/man3rsm/rsm_intr_signal_post.3rsm +++ b/usr/src/man/man3rsm/rsm_intr_signal_post.3rsm @@ -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 RSM_INTR_SIGNAL_POST 3RSM "Nov 7, 2002" +.TH RSM_INTR_SIGNAL_POST 3RSM "April 9, 2016" .SH NAME rsm_intr_signal_post, rsm_intr_signal_wait \- signal or wait for an event .SH SYNOPSIS @@ -21,16 +21,15 @@ cc [ \fIflag\fR... ] \fIfile\fR... -lrsm [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The \fBrsm_intr_signal_post()\fR and \fBrsm_intr_signal_wait()\fR functions are event functions that allow synchronization between importer processes and -exporter processes. A process may block to wait for an event occurance by +exporter processes. A process may block to wait for an event occurrence by calling \fBrsm_intr_signal_wait()\fR. A process can signal a waiting process when an event occurs by calling \fBrsm_intr_signal_post()\fR. .sp .LP -The \fBrsm_intr_signal_post()\fR function signals an event occurance. Either an +The \fBrsm_intr_signal_post()\fR function signals an event occurrence. Either an import segment handle (\fBrsm_memseg_import_handle_t\fR) or an export segment handle (\fBrsm_memseg_export_handle_t\fR) may be type cast to a void pointer for the \fImemseg\fR argument. If \fImemseg\fR refers to an import handle, the @@ -41,19 +40,17 @@ an event is already pending for the target segment. .sp .LP The \fBrsm_intr_signal_wait()\fR function allows a process to block and wait -for an event occurance. Either an import segment handle +for an event occurrence. Either an import segment handle (\fBrsm_memseg_import_handle_t\fR) or an export segment handle (\fBrsm_memseg_export_handle_t\fR) may be type cast to a void pointer for the \fImemseg\fR argument. The process blocks for up to \fItimeout\fR milliseconds for an event to occur; if the timeout value is -1, the process blocks until an event occurs or until interrupted. .SH RETURN VALUES -.sp .LP Upon successful completion, these functions return 0. Otherwise, an error value is returned to indicate the error. .SH ERRORS -.sp .LP The \fBrsm_intr_signal_post()\fR and \fBrsm_intr_signal_wait()\fR functions can return the following error: @@ -111,7 +108,6 @@ Timer expired. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -129,6 +125,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBrsm_memseg_get_pollfd\fR(3RSM), \fBattributes\fR(5) diff --git a/usr/src/man/man3rsm/rsm_intr_signal_wait_pollfd.3rsm b/usr/src/man/man3rsm/rsm_intr_signal_wait_pollfd.3rsm index e911a5691d..1b734958e8 100644 --- a/usr/src/man/man3rsm/rsm_intr_signal_wait_pollfd.3rsm +++ b/usr/src/man/man3rsm/rsm_intr_signal_wait_pollfd.3rsm @@ -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 RSM_INTR_SIGNAL_WAIT_POLLFD 3RSM "Dec 1, 2002" +.TH RSM_INTR_SIGNAL_WAIT_POLLFD 3RSM "April 9, 2016" .SH NAME rsm_intr_signal_wait_pollfd \- wait for events on a list of file descriptors .SH SYNOPSIS @@ -17,7 +17,6 @@ cc [ \fIflag\fR... ] \fIfile\fR\&.\|.\|. \fB-lrsm\fR [ \fIlibrary \&.\|.\|.\fR ] .fi .SH DESCRIPTION -.sp .LP The \fBrsm_intr_signal_wait_pollfd()\fR function is similar to \fBrsm_intr_signal_wait\fR(3RSM), except that it allows an application to @@ -48,7 +47,6 @@ that the segment has not been destroyed. For file descriptors other than RSMAPI segments, the behavior of \fBrsm_intr_signal_wait_pollfd()\fR is similar to \fBpoll()\fR. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBrsm_intr_signal_wait_pollfd()\fR returns 0 and the \fBrevents\fR member of the \fBpollfd\fR struct corresponding to an RSMAPI @@ -59,7 +57,6 @@ that segment was received. Otherwise, an error value is returned. For file descriptors other than RSMAPI segments, the \fBrevents\fR member of the \fBpollfd\fR struct is identical to that returned by \fBpoll\fR(2). .SH ERRORS -.sp .LP The \fBrsm_intr_signal_wait_pollfd()\fR function can return the following errors: @@ -70,7 +67,7 @@ errors: .ad .sp .6 .RS 4n -Timeout has occured. +Timeout has occurred. .RE .sp @@ -124,7 +121,6 @@ Insufficient resources. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -142,7 +138,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBpoll\fR(2), \fBrsm_intr_signal_wait\fR(3RSM), \fBrsm_memseg_get_pollfd\fR(3RSM), \fBrsm_memseg_release_pollfd\fR(3RSM), diff --git a/usr/src/man/man3rsm/rsm_memseg_import_open_barrier.3rsm b/usr/src/man/man3rsm/rsm_memseg_import_open_barrier.3rsm index c3a37d6304..39fea8c9c9 100644 --- a/usr/src/man/man3rsm/rsm_memseg_import_open_barrier.3rsm +++ b/usr/src/man/man3rsm/rsm_memseg_import_open_barrier.3rsm @@ -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 RSM_MEMSEG_IMPORT_OPEN_BARRIER 3RSM "Jun 8, 2001" +.TH RSM_MEMSEG_IMPORT_OPEN_BARRIER 3RSM "April 9, 2016" .SH NAME rsm_memseg_import_open_barrier, rsm_memseg_import_order_barrier, rsm_memseg_import_close_barrier \- remote memory access error detection @@ -28,7 +28,6 @@ cc [ \fIflag\fR... ] \fIfile\fR... -lrsm [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The \fBrsm_memseg_import_open_barrier()\fR and \fBrsm_memseg_import_close_barrier()\fR functions provide a means of remote @@ -37,7 +36,7 @@ memory access error detection when the barrier mode is set to span-of-time interval for error detection. A successful close barrier guarantees that remote memory access covered between the open barrier and close barrier have completed successfully. Any individual failures which may have -occured between the open barrier and close barrier occur without any +occurred between the open barrier and close barrier occur without any notification and the failure is not reported until the close barrier. .sp .LP @@ -47,12 +46,10 @@ the order barrier are all completed before the operations after the order barrier. Effectively, with the order barrier call, all writes within one barrier scope are ordered with respect to those in another barrier scope. .SH RETURN VALUES -.sp .LP Upon successful completion, these functions return 0. Otherwise, an error value is returned to indicate the error. .SH ERRORS -.sp .LP The \fBrsm_memseg_import_open_barrier()\fR, \fBrsm_memseg_import_order_barrier()\fR, and @@ -121,7 +118,6 @@ Connection aborted. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -139,7 +135,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBrsm_memseg_import_init_barrier\fR(3RSM), \fBrsm_memseg_import_set_mode\fR(3RSM), \fBattributes\fR(5) diff --git a/usr/src/man/man3sasl/sasl_auxprop.3sasl b/usr/src/man/man3sasl/sasl_auxprop.3sasl index f3af6b1c46..b0b13b3cf3 100644 --- a/usr/src/man/man3sasl/sasl_auxprop.3sasl +++ b/usr/src/man/man3sasl/sasl_auxprop.3sasl @@ -5,11 +5,11 @@ .\" 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_AUXPROP 3SASL "Oct 14, 2003" +.TH SASL_AUXPROP 3SASL "April 9, 2016" .SH NAME sasl_auxprop, prop_new, prop_dup, prop_request, prop_get, prop_getnames, prop_clear, prop_erase, prop_dispose, prop_format, prop_set, prop_setvals \- -SASL auxilliary properties +SASL auxiliary properties .SH SYNOPSIS .LP .nf @@ -74,43 +74,37 @@ SASL auxilliary properties .fi .SH DESCRIPTION -.sp .LP -The SASL auxilliary properties are used to obtain properties from external -sources during the authentication process. For example, a mechanizm might need +The SASL auxiliary properties are used to obtain properties from external +sources during the authentication process. For example, a mechanism might need to query an LDAP server to obtain the authentication secret. The application probably needs other information from the LDAP server as well, such as the home -directory of the UID. The auxilliary property interface allows the two to +directory of the UID. The auxiliary property interface allows the two to cooperate and results in only a single query against the property sources. .sp .LP Property lookups take place directly after user canonicalization occurs. Therefore, all request should be registered with the context before user -canonicalization occurs. Requests can calso be registered by using the -\fBsasl_auxprop_request\fR(3SASL) function. Most of the auxilliary property +canonicalization occurs. Requests can also be registered by using the +\fBsasl_auxprop_request\fR(3SASL) function. Most of the auxiliary property functions require a property context that can be obtained by calling \fBsasl_auxprop_getctx\fR(3SASL). .SS "\fBprop_new()\fR" -.sp .LP The \fBprop_new()\fR function creates a new property context. It is unlikely that application developers will use this call. .SS "\fBprop_dup()\fR" -.sp .LP The \fBprop_dup()\fR function duplicates a given property context. .SS "\fBprop_request()\fR" -.sp .LP The \fBprop_request()\fR function adds properties to the request list of a given context. .SS "\fBprop_get()\fR" -.sp .LP The \fBprop_get()\fR function returns a null-terminated array of \fBstruct\fR \fBpropval\fR from the given context. .SS "\fBprop_getnames()\fR" -.sp .LP The \fBprop_getnames()\fR function fills in an array of \fBstruct\fR \fBpropval\fR based on a list of property names. The \fBvals\fR array is at @@ -123,39 +117,32 @@ requested, then its associated values entry will be set to \fINULL\fR. The \fBprop_getnames()\fR function returns the number of matching properties that were found or a SASL error code. .SS "\fBprop_clear()\fR" -.sp .LP The \fBprop_clear()\fR function clears \fIvalues\fR and \fIrequests\fR from a property context. If the value of \fIrequests\fR is \fB1\fR, then \fIrequests\fR is cleared. Otherwise, the value of \fIrequests\fR is \fB0\fR. .SS "\fBprop_erase()\fR" -.sp .LP The \fBprop_erase()\fR function securely erases the value of a property. \fIname\fR is the name of the property to erase. .SS "\fBprop_dispose()\fR" -.sp .LP The \fBprop_dispose()\fR function disposes of a property context and nullifies the pointer. .SS "\fBprop_format()\fR" -.sp .LP The \fBprop_format()\fR function formats the requested property names into a string. The \fBprop_format()\fR function is not intended to be used by the application. The function is used only by \fBauxprop\fR plug-ins. .SS "\fBprop_set()\fR" -.sp .LP The \fBprop_set()\fR functions adds a property value to the context. The \fBprop_set()\fR function is used only by \fBauxprop\fR plug-ins. .SS "\fBprop_setvals()\fR" -.sp .LP The \fBprop_setvals()\fR function adds multiple values to a single property. The \fBprop_setvals()\fR function is used only by \fBauxprop\fR plug-ins. .SH PARAMETERS -.sp .ne 2 .na \fB\fIconn\fR\fR @@ -260,8 +247,8 @@ The separator to use for the string. \fB\fIseplen\fR\fR .ad .RS 12n -The length of the separator. The the values is less than 0, then \fBstrlen\fR -will be used as \fIsep\fR. +The length of the separator. If the value is less than 0, then \fBstrlen\fR +will be used to determine the length of \fIsep\fR instead. .RE .sp @@ -301,14 +288,12 @@ A null-terminated array of values to be added to the property. .RE .SH ERRORS -.sp .LP The \fBsasl_auxprop()\fR functions that return an \fBint\fR will return a SASL error code. See \fBsasl_errors\fR(3SASL). Those \fBsasl_auxprop()\fR functions that return a pointer will return a valid pointer upon success and return \fINULL\fR upon failure. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -326,7 +311,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBsasl_auxprop_getctx\fR(3SASL), \fBsasl_auxprop_request\fR(3SASL), \fBsasl_errors\fR(3SASL), \fBattributes\fR(5) diff --git a/usr/src/man/man3sec/acl_get.3sec b/usr/src/man/man3sec/acl_get.3sec index 065a0eec5d..4d6bb38bab 100644 --- a/usr/src/man/man3sec/acl_get.3sec +++ b/usr/src/man/man3sec/acl_get.3sec @@ -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 ACL_GET 3SEC "Oct 6, 2005" +.TH ACL_GET 3SEC "April 9, 2016" .SH NAME acl_get, facl_get, acl_set, facl_set \- get or set a file's Access Control List (ACL) @@ -32,7 +32,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lsec\fR [ \fIlibrary\fR\&.\|. .fi .SH DESCRIPTION -.sp .LP The \fBacl_get()\fR and \fBfacl_get()\fR functions retrieve an Access Control List (ACL) of a file whose name is given by \fIpath\fR or referenced by the @@ -53,7 +52,6 @@ target file's style of ACL. Currently this is only possible when translating from a POSIX-draft ACL such as on UFS to a file system that supports NFSv4 ACL semantics such as ZFS or NFSv4. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBacl_get()\fR and \fBfacl_get()\fR return 0 and \fIaclp\fR is non-\fINULL\fR. The \fIaclp\fR argument can be \fINULL\fR after @@ -65,7 +63,6 @@ indicate the error. Upon successful completion, \fBacl_set()\fR and \fBfacl_set()\fR return 0. Otherwise, -1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP These functions will fail if: .sp @@ -83,7 +80,7 @@ The caller does not have access to a component of \fIpath\fR. \fB\fBEIO\fR\fR .ad .RS 11n -A disk I/O error has occured while retrieving the ACL. +A disk I/O error has occurred while retrieving the ACL. .RE .sp @@ -114,7 +111,6 @@ The ACL supplied could not be translated to an NFSv4 ACL. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -132,6 +128,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBchmod\fR(1), \fBacl\fR(2), \fBacl\fR(5), \fBattributes\fR(5) diff --git a/usr/src/man/man3sip/sip_enable_trans_logging.3sip b/usr/src/man/man3sip/sip_enable_trans_logging.3sip index 72b49d9e8a..86ed42c657 100644 --- a/usr/src/man/man3sip/sip_enable_trans_logging.3sip +++ b/usr/src/man/man3sip/sip_enable_trans_logging.3sip @@ -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 SIP_ENABLE_TRANS_LOGGING 3SIP "Jan 11, 2008" +.TH SIP_ENABLE_TRANS_LOGGING 3SIP "April 9, 2016" .SH NAME sip_enable_trans_logging, sip_enable_dialog_logging, sip_disable_dialog_logging, sip_disable_trans_logging \- transaction and dialog @@ -33,7 +33,6 @@ logging operations .fi .SH DESCRIPTION -.sp .LP The \fBsip_enable_trans_logging()\fR and \fBsip_enable_dialog_logging()\fR functions enable transaction and dialog logging respectively. The \fIlogfile\fR @@ -60,7 +59,6 @@ close the files. It is the responsibility of the application to close them. The log contains the state of the transaction or dialog at the time the message was processed. .SH RETURN VALUES -.sp .LP Upon successful completion, \fBsip_enable_trans_logging()\fR and \fBsip_enable_dialog_logging()\fR return 0. They return \fBEINVAL\fR if @@ -80,10 +78,10 @@ FILE *logfile; logfile = fopen("/tmp/ApplicationA", "a+"); sip_enable_dialog_logging(logfile, SIP_DETAIL_LOGGING); -/* Application sends INVITE, recieves 180 and 200 response and dialog is +/* Application sends INVITE, receives 180 and 200 response and dialog is created. */ /* Application sends ACK request */ -/* Application sends BYE and recieves 200 response */ +/* Application sends BYE and receives 200 response */ /* Application disables logging */ sip_disable_dialog_logging(); @@ -141,7 +139,6 @@ Dialog State : SIP_DLG_CONFIRMED .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -159,6 +156,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBsip_stack_init\fR(3SIP), \fBattributes\fR(5) diff --git a/usr/src/man/man3socket/send.3socket b/usr/src/man/man3socket/send.3socket index 2d66baa5ce..2e7d1a51b5 100644 --- a/usr/src/man/man3socket/send.3socket +++ b/usr/src/man/man3socket/send.3socket @@ -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 SEND 3SOCKET "Dec 03, 2014" +.TH SEND 3SOCKET "April 9, 2016" .SH NAME send, sendto, sendmsg \- send a message from a socket .SH SYNOPSIS @@ -178,7 +178,7 @@ retried later. \fB\fBECONNREFUSED\fR\fR .ad .RS 16n -The requested connection was refused by the peer. For conected IPv4 and IPv6 +The requested connection was refused by the peer. For connected IPv4 and IPv6 datagram sockets, this indicates that the system received an \fBICMP Destination Port Unreachable\fR message from the peer in response to some prior transmission. diff --git a/usr/src/man/man3socket/sockaddr.3socket b/usr/src/man/man3socket/sockaddr.3socket index 5f9dcc7f67..cd578e9bcd 100644 --- a/usr/src/man/man3socket/sockaddr.3socket +++ b/usr/src/man/man3socket/sockaddr.3socket @@ -11,7 +11,7 @@ .\" .\" Copyright 2015, Joyent, Inc. .\" -.Dd May 18, 2015 +.Dd April 9, 2016 .Dt SOCKADDR 3SOCKET .Os .Sh NAME @@ -507,7 +507,7 @@ The following example shows how one would open a socket and prepare it to bind to the local IPv6 address ::1 port on port 12345. This program should be compiled with the C compiler .Sy cc -and linked aginst the libraries libsocket and libnsl. If this example +and linked against the libraries libsocket and libnsl. If this example was named ip6.c, then the full compiler line would be .Ic cc ip6.c -lsocket -lnsl . .Bd -literal diff --git a/usr/src/man/man3tecla/gl_get_line.3tecla b/usr/src/man/man3tecla/gl_get_line.3tecla index e6430def13..9058882b5f 100644 --- a/usr/src/man/man3tecla/gl_get_line.3tecla +++ b/usr/src/man/man3tecla/gl_get_line.3tecla @@ -25,7 +25,7 @@ .\" or other dealings in this Software without prior written authorization .\" of the copyright holder. .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. -.TH GL_GET_LINE 3TECLA "Sep 10, 2013" +.TH GL_GET_LINE 3TECLA "April 9, 2016" .SH NAME gl_get_line, new_GetLine, del_GetLine, gl_customize_completion, gl_change_terminal, gl_configure_getline, gl_load_history, gl_save_history, @@ -267,10 +267,9 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-ltecla\fR [ \fIlibrary\fR\&.\ .fi .SH DESCRIPTION -.sp .LP The \fBgl_get_line()\fR function is part of the \fBlibtecla\fR(3LIB) library. -If the user is typing at a terminal, each call prompts them for an line of +If the user is typing at a terminal, each call prompts them for a line of input, then provides interactive editing facilities, similar to those of the UNIX \fBtcsh\fR shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and @@ -278,7 +277,6 @@ in-line wild-card expansion of filenames. Documentation of both the user-level command-line editing features and all user configuration options can be found on the \fBtecla\fR(5) manual page. .SS "An Example" -.sp .LP The following shows a complete example of how to use the \fBgl_get_line()\fR function to get input from the user: @@ -324,7 +322,6 @@ safety precaution. If the program subsequently attempts to pass \fIgl\fR to \fBgl_get_line()\fR, said function will complain, and return an error, instead of attempting to use the deleted resource object. .SS "The Functions Used In The Example" -.sp .LP The \fBnew_GetLine()\fR function creates the resources used by the \fBgl_get_line()\fR function and returns an opaque pointer to the object that @@ -378,7 +375,6 @@ store in the internal buffer. In the latter case you should call makes \fBgl_get_line()\fR similar to \fBfgets\fR(3C). When \fBstdin\fR is not connected to a terminal, \fBgl_get_line()\fR simply calls \fBfgets()\fR. .SS "The Return Status Of \fBgl_get_line()\fR" -.sp .LP The \fBgl_get_line()\fR function has two possible return values: a pointer to the completed input line, or \fINULL\fR. Additional information about what @@ -479,7 +475,6 @@ terminator, will be written within the first \fIn\fR elements of this buffer, and the return value will be a pointer to the first element of this buffer. If the message will not fit in the provided buffer, it will be truncated to fit. .SS "Optional Prompt Formatting" -.sp .LP Whereas by default the prompt string that you specify is displayed literally without any special interpretation of the characters within it, the @@ -637,7 +632,6 @@ style. .RE .SS "Alternate Configuration Sources" -.sp .LP By default users have the option of configuring the behavior of \fBgl_get_line()\fR with a configuration file called \fB\&.teclarc\fR in their @@ -737,7 +731,6 @@ The \fIaction\fR argument must either be a string containing the name of the action to bind the key sequence to, or it must be \fINULL\fR or \fB""\fR to unbind the key sequence. .SS "Customized Word Completion" -.sp .LP If in your application you would like to have TAB completion complete other things in addition to or instead of filenames, you can arrange this by @@ -781,7 +774,6 @@ input line that is currently being edited, reinstate normal terminal I/O, and notify \fBgl_get_line()\fR that the input line will need to be redrawn when the callback returns. .SS "Adding Completion Actions" -.sp .LP In the previous section the ability to customize the behavior of the only default completion action, complete-word, was described. In this section the @@ -819,7 +811,6 @@ As discussed for \fBgl_customize_completion()\fR, if your callback function needs to write anything to the terminal, it must call \fBgl_normal_io()\fR before doing so. .SS "Defining Custom Actions" -.sp .LP Although the built-in key-binding actions are sufficient for the needs of most applications, occasionally a specialized application may need to define one or @@ -946,7 +937,6 @@ allows them to re-bind the action to an alternate key-sequence. In order for this to work, it is necessary to call \fBgl_register_action()\fR between calling \fBnew_GetLine()\fR and the first call to \fBgl_get_line()\fR. .SS "History Files" -.sp .LP To save the contents of the history buffer before quitting your application and subsequently restore them when you next start the application, the @@ -980,7 +970,6 @@ Both fuctions return non-zero on error, after writing an error message to \fBstderr\fR. Note that \fBgl_load_history()\fR does not consider the non-existence of a file to be an error. .SS "Multiple History Lists" -.sp .LP If your application uses a single \fBGetLine\fR object for entering many different types of input lines, you might want \fBgl_get_line()\fR to @@ -1004,7 +993,6 @@ current history identifier is recorded with it, and when it is asked to recall a historical input line, it only recalls lines that are marked with the current identifier. .SS "Displaying History" -.sp .LP The history list can be displayed by calling \fBgl_show_history()\fR. This function displays the current contents of the history list to the \fBstdio\fR @@ -1083,7 +1071,6 @@ Thus a format string like "%D %T %H0" would output something like: .LP Note the inclusion of an explicit newline character in the format string. .SS "Looking Up History" -.sp .LP The \fBgl_lookup_history()\fR function allows the calling application to look up lines in the history list. @@ -1105,7 +1092,6 @@ history buffer, so it must not be modified by the caller, and will be recycled on the next call to any function that takes \fIgl\fR as its argument. Therefore you should make a private copy of this string if you need to keep it. .SS "Manual History Archival" -.sp .LP By default, whenever a line is entered by the user, it is automatically appended to the history list, just before \fBgl_get_line()\fR returns the line @@ -1161,7 +1147,6 @@ A textual description of the error can optionally be obtained by calling remains in a valid state to receive new history lines, so there is little harm in simply ignoring the return status of \fBgl_append_history()\fR. .SS "Miscellaneous History Configuration" -.sp .LP If you wish to change the size of the history buffer that was originally specified in the call to \fBnew_GetLine()\fR, you can do so with the @@ -1177,7 +1162,7 @@ can be stored in the history buffer, depends on the lengths of the individual lines. For example, a 1000 byte buffer could equally store 10 lines of average length 100 bytes, or 20 lines of average length 50 bytes. Although the buffer is never expanded when new lines are added, a list of pointers into the buffer -does get expanded when needed to accomodate the number of lines currently +does get expanded when needed to accommodate the number of lines currently stored in the buffer. To place an upper limit on the number of lines in the buffer, and thus a ceiling on the amount of memory used in this list, you can call the \fBgl_limit_history()\fR function. @@ -1207,7 +1192,6 @@ setting it to 1 turns it back on. When history is turned off, no new lines will be added to the history list, and history lookup key-bindings will act as though there is nothing in the history buffer. .SS "Querying History Information" -.sp .LP The configured state of the history list can be queried with the \fBgl_history_state()\fR function. On return, the status information is @@ -1229,7 +1213,6 @@ buffer and the amount of the buffer that is currently occupied. On return, the size information is recorded in the variable pointed to by the \fIsize\fR argument. .SS "Changing Terminals" -.sp .LP The \fBnew_GetLine()\fR constructor function assumes that input is to be read from \fBstdin\fR and output written to \fBstdout\fR. The following function @@ -1256,7 +1239,6 @@ Note that if you want to pass file descriptors to \fBgl_change_terminal()\fR, you can do this by creating \fBstdio\fR stream wrappers using the POSIX \fBfdopen\fR(3C) function. .SS "External Event Handling" -.sp .LP By default, \fBgl_get_line()\fR does not return until either a complete input line has been entered by the user, or an error occurs. In programs that need to @@ -1398,7 +1380,6 @@ descriptor and event, simply call \fBgl_watch_fd()\fR with the same \fIfd\fR and \fIevent\fR arguments, but with a \fIcallback\fR argument of 0. The \fIdata\fR argument is ignored in this case. .SS "Setting An Inactivity Timeout" -.sp .LP The \fBgl_inactivity_timeout()\fR function can be used to set or cancel an inactivity timeout. Inactivity in this case refers both to keyboard input, and @@ -1425,7 +1406,7 @@ prototype timeout callback functions. .sp .LP On returning, the application's callback is expected to return one of the -following enumerators to tell \fBgl_get_line()\fR how to procede after the +following enumerators to tell \fBgl_get_line()\fR how to proceed after the timeout has been handled by the callback. .sp .ne 2 @@ -1493,7 +1474,6 @@ example, by calling \fBsysconf\fR(\fB_SC_CLK_TCK\fR)). To turn off timeouts, simply call \fBgl_inactivity_timeout()\fR with a \fIcallback\fR argument of 0. The \fIdata\fR argument is ignored in this case. .SS "Signal Handling Defaults" -.sp .LP By default, the \fBgl_get_line()\fR function intercepts a number of signals. This is particularly important for signals that would by default terminate the @@ -1590,7 +1570,7 @@ signal that was received during the most recent call to \fBgl_get_line()\fR, or .LP On systems that support it, when a \fBSIGWINCH\fR (window change) signal is received, \fBgl_get_line()\fR queries the terminal to find out its new size, -redraws the current input line to accomodate the new size, then returns to +redraws the current input line to accommodate the new size, then returns to waiting for keyboard input from the user. Unlike other signals, this signal is not resent to the application. .sp @@ -1732,7 +1712,6 @@ practice, job-control shells usually reset the terminal settings when a process relinquishes the controlling terminal, so this is only a problem with older shells. .SS "Customized Signal Handling" -.sp .LP The previous section listed the signals that \fBgl_get_line()\fR traps by default, and described how it responds to them. This section describes how to @@ -1934,9 +1913,8 @@ can also, however, be used with the \fBGL_RETURN\fR option, in case you want to have a way to distinguish between an input line that was entered using the return key, and one that was entered by the receipt of a signal. .SS "Reliable Signal Handling" -.sp .LP -Signal handling is suprisingly hard to do reliably without race conditions. In +Signal handling is surprisingly hard to do reliably without race conditions. In \fBgl_get_line()\fR a lot of care has been taken to allow applications to perform reliable signal handling around \fBgl_get_line()\fR. This section explains how to make use of this. @@ -2149,7 +2127,6 @@ What the above steps do in essence is to take asynchronously delivered signals and handle them synchronously, one at a time, at a point in the code where \fBgl_get_line()\fR has complete control over its environment. .SS "The Terminal Size" -.sp .LP On most systems the combination of the \fBTIOCGWINSZ\fR ioctl and the \fBSIGWINCH\fR signal is used to maintain an accurate idea of the terminal @@ -2182,7 +2159,7 @@ dimensions of the terminal, and must not be less than 1. On systems that do support ioctl(\fBTIOCGWINSZ\fR), this function first calls ioctl(\fBTIOCSWINSZ\fR) to tell the terminal driver about the change in size. In non-blocking server-I/O mode, if a line is currently being input, the input -line is then redrawn to accomodate the changed size. Finally the new values are +line is then redrawn to accommodate the changed size. Finally the new values are recorded in \fIgl\fR for future use by \fBgl_get_line()\fR. .sp .LP @@ -2201,7 +2178,6 @@ The \fIdef_ncolumn\fR and \fIdef_nline\fR arguments specify the default number of terminal columns and lines to use if the terminal size cannot be determined by ioctl(\fBTIOCGWINSZ\fR) or environment variables. .SS "Hiding What You Type" -.sp .LP When entering sensitive information, such as passwords, it is best not to have the text that you are entering echoed on the terminal. Furthermore, such text @@ -2229,7 +2205,6 @@ When echoing is turned off, note that although tab completion will invisibly complete your prefix as far as possible, ambiguous completions will not be displayed. .SS "Single Character Queries" -.sp .LP Using \fBgl_get_line()\fR to query the user for a single character reply, is inconvenient for the user, since they must hit the enter or return key before @@ -2278,7 +2253,6 @@ line is discarded, and erased from the terminal, before the new prompt is displayed. The next call to \fBgl_get_line()\fR will thus start editing a new line. .SS "Reading Raw Characters" -.sp .LP Whereas the \fBgl_query_char()\fR function visibly prompts the user for a character, and displays what they typed, the \fBgl_read_char()\fR function @@ -2301,14 +2275,12 @@ Beware that certain keyboard keys, such as function keys, and cursor keys, usually generate at least three characters each, so a single call to \fBgl_read_char()\fR will not be enough to identify such keystrokes. .SS "Clearing The Terminal" -.sp .LP The calling program can clear the terminal by calling \fBgl_erase_terminal()\fR. In non-blocking server-I/O mode, this function also arranges for the current input line to be redrawn from scratch when \fBgl_get_line()\fR is next called. .SS "Displaying Text Dynamically" -.sp .LP Between calls to \fBgl_get_line()\fR, the \fBgl_display_text()\fR function provides a convenient way to display paragraphs of text, left-justified and @@ -2352,7 +2324,6 @@ to force a new line to be started. .LP On error, \fBgl_display_text()\fR returns -1. .SS "Callback Function Facilities" -.sp .LP Unless otherwise stated, callback functions such as tab completion callbacks and event callbacks should not call any functions in this module. The following @@ -2367,7 +2338,6 @@ to \fBgl_get_line()\fR that are operating on the same input line, the current input line will be re-drawn with the new prompt on the following call to \fBgl_get_line()\fR. .SS "International Character Sets" -.sp .LP Since \fBlibtecla\fR(3LIB) version 1.4.0, \fBgl_get_line()\fR has been 8-bit clean. This means that all 8-bit characters that are printable in the user's @@ -2402,7 +2372,6 @@ locale -a at the shell prompt. Further documentation on how the user can make use of this to enter international characters can be found in the \fBtecla\fR(5) man page. .SS "Thread Safety" -.sp .LP Unfortunately neither \fBterminfo\fR nor \fBtermcap\fR were designed to be reentrant, so you cannot safely use the functions of the getline module in @@ -2413,7 +2382,6 @@ directories, it is safe to use this module from a single thread of a multi-threaded program, provided that your other threads do not use any \fBtermcap\fR or \fBterminfo\fR functions. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -2431,7 +2399,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBcpl_complete_word\fR(3TECLA), \fBef_expand_file\fR(3TECLA), \fBgl_io_mode\fR(3TECLA), \fBlibtecla\fR(3LIB), \fBpca_lookup_file\fR(3TECLA), diff --git a/usr/src/man/man3xcurses/libcurses.3xcurses b/usr/src/man/man3xcurses/libcurses.3xcurses index 133325b5b5..ebf790313c 100644 --- a/usr/src/man/man3xcurses/libcurses.3xcurses +++ b/usr/src/man/man3xcurses/libcurses.3xcurses @@ -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 LIBCURSES 3XCURSES "May 20, 2003" +.TH LIBCURSES 3XCURSES "April 9, 2016" .SH NAME libcurses \- X/Open Curses library .SH SYNOPSIS @@ -21,13 +21,11 @@ c89 [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP Functions in this library provide a terminal-independent method of updating character screens with reasonable optimization, conforming to X/Open Curses, Issue 4, Version 2. .SH INTERFACES -.sp .LP The shared object \fBlibcurses.so.2\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object @@ -232,7 +230,6 @@ l l . .TE .SH FILES -.sp .ne 2 .na \fB\fB/usr/xpg4/lib/libcurses.so.1\fR\fR @@ -273,15 +270,13 @@ shared object .RE .SH NOTES -.sp .LP The \fBlibcurses.so.1\fR listed above is an earlier shared object that provides the previous version of the X/Open Curses library (Issue 4). There is no binary -compatiblity between \fBlibcurses.so.1\fR and \fBlibcurses.so.2\fR. This file -is provided for backwards compatiblity and will be removed in a future Solaris -release. There is no plan to fix any of its defects. +compatibility between \fBlibcurses.so.1\fR and \fBlibcurses.so.2\fR. This file +is provided for backwards compatibility and will be removed in a future release +of the operating system. There is no plan to fix any of its defects. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -299,7 +294,6 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBIntro\fR(3), \fBcurses\fR(3XCURSES), \fBlibcurses\fR(3LIB), \fBlibcurses\fR(3LIBUCB), \fBattributes\fR(5), \fBstandards\fR(5) diff --git a/usr/src/man/man3xnet/recvfrom.3xnet b/usr/src/man/man3xnet/recvfrom.3xnet index 1e03959d4d..004498385e 100644 --- a/usr/src/man/man3xnet/recvfrom.3xnet +++ b/usr/src/man/man3xnet/recvfrom.3xnet @@ -7,7 +7,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 RECVFROM 3XNET "Jun 10, 2002" +.TH RECVFROM 3XNET "April 9, 2016" .SH NAME recvfrom \- receive a message from a socket .SH SYNOPSIS @@ -150,7 +150,7 @@ If the actual length of the address is greater than the length of the supplied .sp .LP If the \fIaddress\fR argument is not a null pointer and the protocol does not -provide the source address of messages, the the value stored in the object +provide the source address of messages, then the value stored in the object pointed to by \fIaddress\fR is unspecified. .sp .LP |