diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2017-06-21 16:10:59 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-06-27 22:43:19 +0000 |
commit | bec2e3ffadac8d3536ea115d636d06c7b561623a (patch) | |
tree | 4336f98fc55e44a5aae7b6972353fddf2df3cbc3 /usr/src/man/man3lib | |
parent | 621738e24ed094c80643e1cd8d545241ae1978b1 (diff) | |
download | illumos-joyent-bec2e3ffadac8d3536ea115d636d06c7b561623a.tar.gz |
8212 manpages contain obsolete references
6019 sleep can't be infinite
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libcurses.3lib | 9 | ||||
-rw-r--r-- | usr/src/man/man3lib/libexacct.3lib | 10 |
2 files changed, 4 insertions, 15 deletions
diff --git a/usr/src/man/man3lib/libcurses.3lib b/usr/src/man/man3lib/libcurses.3lib index bf1077f35e..0f3787d5b0 100644 --- a/usr/src/man/man3lib/libcurses.3lib +++ b/usr/src/man/man3lib/libcurses.3lib @@ -17,7 +17,7 @@ .\" fields enclosed by brackets "[]" replaced with your own identifying .\" information: Portions Copyright [yyyy] [name of copyright owner] .\" -.TH LIBCURSES 3LIB "Mar 24, 2004" +.TH LIBCURSES 3LIB "May 13, 2017" .SH NAME libcurses, libtermcap, libtermlib \- screen handling and optimization library .SH SYNOPSIS @@ -27,7 +27,6 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP Functions in the \fBlibcurses\fR library provide a terminal-independent method of updating character screens with reasonable optimization. @@ -44,7 +43,6 @@ is maintained for backward compatibility. See \fBlibcurses\fR(3XCURSES) for information about the curses library that conforms to X/Open Curses, Issue 4, Version 2. .SH INTERFACES -.sp .LP The shared objects \fBlibcurses.so.1\fR and \fBlibtermlib.so.1\fR provide the public interfaces defined below. See @@ -249,7 +247,6 @@ l l . .TE .SH FILES -.sp .ne 2 .na \fB\fB/lib/libcurses.so.1\fR\fR @@ -304,7 +301,6 @@ shared object (symbolic link to \fB/lib/libcurses.so.1\fR) .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -319,7 +315,6 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP -\fBIntro\fR(3), \fBcurses\fR(3CURSES), \fBlibcurses\fR(3LIBUCB), +\fBIntro\fR(3), \fBcurses\fR(3CURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5) diff --git a/usr/src/man/man3lib/libexacct.3lib b/usr/src/man/man3lib/libexacct.3lib index daa4ff9769..46cc1dfd58 100644 --- a/usr/src/man/man3lib/libexacct.3lib +++ b/usr/src/man/man3lib/libexacct.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 LIBEXACCT 3LIB "May 22, 2003" +.TH LIBEXACCT 3LIB "May 13, 2017" .SH NAME libexacct \- extended accounting file access library .SH SYNOPSIS @@ -14,14 +14,12 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-lexacct\fR [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP Functions in this library define the interface for reading and writing extended accounting (\fBexacct\fR) files. The <\fBexacct.h\fR> header provides type and function declarations for all library services, as well as for the characteristics of accounting files generated by the Solaris kernel. .SH INTERFACES -.sp .LP The shared object \fBlibexacct.so.1\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object @@ -48,7 +46,6 @@ l l . .TE .SH FILES -.sp .ne 2 .na \fB\fB/usr/lib/libexacct.so.1\fR \fR @@ -69,7 +66,6 @@ shared object .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -87,15 +83,13 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBacctadm\fR(1M), \fBIntro\fR(3), \fBea_error\fR(3EXACCT), \fBea_open\fR(3EXACCT), \fBea_pack_object\fR(3EXACCT), \fBea_set_item\fR(3EXACCT), \fBattributes\fR(5) .SH NOTES -.sp .LP -The SUNWosdem package provides source code for the \fBexdump\fR utility that +Distributions may provide source code for the \fBexdump\fR utility that uses the \fBlibexacct\fR APIs to dump the contents of extended accounting files. The source code can be compiled in the directory \fB/usr/demo/libexacct\fR. |