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/man3kvm | |
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/man3kvm')
-rw-r--r-- | usr/src/man/man3kvm/kvm_nlist.3kvm | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/man/man3kvm/kvm_nlist.3kvm b/usr/src/man/man3kvm/kvm_nlist.3kvm index a01e59f98f..e6413d15e5 100644 --- a/usr/src/man/man3kvm/kvm_nlist.3kvm +++ b/usr/src/man/man3kvm/kvm_nlist.3kvm @@ -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 KVM_NLIST 3KVM "May 2, 2002" +.TH KVM_NLIST 3KVM "May 13, 2017" .SH NAME kvm_nlist \- get entries from kernel symbol table .SH SYNOPSIS @@ -17,7 +17,6 @@ kvm_nlist \- get entries from kernel symbol table .fi .SH DESCRIPTION -.sp .LP The \fBkvm_nlist()\fR function examines the symbol table from the kernel image identified by \fIkd\fR (see \fBkvm_open\fR(3KVM)) and selectively extracts a @@ -32,12 +31,9 @@ and type are placed in the \fBn_value\fR and \fBn_type\fR fields. If a symbol cannot be located, the corresponding \fBn_type\fR field of \fInl\fR is set to 0. .SH RETURN VALUES -.sp .LP -The \fBkvm_nlist()\fR functions returns the value of \fBnlist\fR(3UCB) or -\fBnlist\fR(3ELF), depending on the library used. +The \fBkvm_nlist()\fR functions returns the value of \fBnlist\fR(3ELF). .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -55,12 +51,10 @@ MT-Level Unsafe .TE .SH SEE ALSO -.sp .LP \fBkvm_open\fR(3KVM), \fBkvm_kread\fR(3KVM), \fBnlist\fR(3ELF), -\fBnlist\fR(3UCB), \fBattributes\fR(5) +\fBattributes\fR(5) .SH NOTES -.sp .LP Although the \fBlibkvm\fR API is Stable, the symbol names and data values that can be accessed through this set of interfaces are Private and are subject to |