summaryrefslogtreecommitdiff
path: root/usr/src/man/man3kvm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3kvm')
-rw-r--r--usr/src/man/man3kvm/kvm_getu.3kvm10
-rw-r--r--usr/src/man/man3kvm/kvm_kread.3kvm8
-rw-r--r--usr/src/man/man3kvm/kvm_nextproc.3kvm8
-rw-r--r--usr/src/man/man3kvm/kvm_nlist.3kvm8
-rw-r--r--usr/src/man/man3kvm/kvm_open.3kvm26
-rw-r--r--usr/src/man/man3kvm/kvm_read.3kvm9
6 files changed, 46 insertions, 23 deletions
diff --git a/usr/src/man/man3kvm/kvm_getu.3kvm b/usr/src/man/man3kvm/kvm_getu.3kvm
index 437734a526..ad3142d7ff 100644
--- a/usr/src/man/man3kvm/kvm_getu.3kvm
+++ b/usr/src/man/man3kvm/kvm_getu.3kvm
@@ -79,7 +79,7 @@ fragment that is stored in the u-area.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -97,8 +97,12 @@ MT-Level Unsafe
.SH SEE ALSO
.sp
.LP
-\fBkvm_nextproc\fR(3KVM), \fBkvm_open\fR(3KVM), \fBkvm_kread\fR(3KVM),
-\fBmalloc\fR(3C), \fBlibkvm\fR(3LIB), \fBattributes\fR(5)
+.BR malloc (3C),
+.BR kvm_kread (3KVM),
+.BR kvm_nextproc (3KVM),
+.BR kvm_open (3KVM),
+.BR libkvm (3LIB),
+.BR attributes (7)
.SH NOTES
.sp
.LP
diff --git a/usr/src/man/man3kvm/kvm_kread.3kvm b/usr/src/man/man3kvm/kvm_kread.3kvm
index ec6f0374fa..b833a2180c 100644
--- a/usr/src/man/man3kvm/kvm_kread.3kvm
+++ b/usr/src/man/man3kvm/kvm_kread.3kvm
@@ -65,7 +65,7 @@ failure, they return \(mi1.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -83,5 +83,7 @@ MT-Level Unsafe
.SH SEE ALSO
.sp
.LP
-\fBkvm_getu\fR(3KVM), \fBkvm_nlist\fR(3KVM), \fBkvm_open\fR(3KVM),
-\fBattributes\fR(5)
+.BR kvm_getu (3KVM),
+.BR kvm_nlist (3KVM),
+.BR kvm_open (3KVM),
+.BR attributes (7)
diff --git a/usr/src/man/man3kvm/kvm_nextproc.3kvm b/usr/src/man/man3kvm/kvm_nextproc.3kvm
index 25e97718b9..20f99e4cda 100644
--- a/usr/src/man/man3kvm/kvm_nextproc.3kvm
+++ b/usr/src/man/man3kvm/kvm_nextproc.3kvm
@@ -73,7 +73,7 @@ The \fBkvm_setproc()\fR function returns 0 on success and \(mi1 on failure.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -91,5 +91,7 @@ MT-Level Unsafe
.SH SEE ALSO
.sp
.LP
-\fBkvm_getu\fR(3KVM), \fBkvm_open\fR(3KVM), \fBkvm_kread\fR(3KVM),
-\fBattributes\fR(5)
+.BR kvm_getu (3KVM),
+.BR kvm_kread (3KVM),
+.BR kvm_open (3KVM),
+.BR attributes (7)
diff --git a/usr/src/man/man3kvm/kvm_nlist.3kvm b/usr/src/man/man3kvm/kvm_nlist.3kvm
index e6413d15e5..06a135f32b 100644
--- a/usr/src/man/man3kvm/kvm_nlist.3kvm
+++ b/usr/src/man/man3kvm/kvm_nlist.3kvm
@@ -35,7 +35,7 @@ cannot be located, the corresponding \fBn_type\fR field of \fInl\fR is set to
The \fBkvm_nlist()\fR functions returns the value of \fBnlist\fR(3ELF).
.SH ATTRIBUTES
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -52,8 +52,10 @@ MT-Level Unsafe
.SH SEE ALSO
.LP
-\fBkvm_open\fR(3KVM), \fBkvm_kread\fR(3KVM), \fBnlist\fR(3ELF),
-\fBattributes\fR(5)
+.BR nlist (3ELF),
+.BR kvm_kread (3KVM),
+.BR kvm_open (3KVM),
+.BR attributes (7)
.SH NOTES
.LP
Although the \fBlibkvm\fR API is Stable, the symbol names and data values that
diff --git a/usr/src/man/man3kvm/kvm_open.3kvm b/usr/src/man/man3kvm/kvm_open.3kvm
index 18720dd297..bc40fcd872 100644
--- a/usr/src/man/man3kvm/kvm_open.3kvm
+++ b/usr/src/man/man3kvm/kvm_open.3kvm
@@ -40,7 +40,7 @@ instance, using \fB/dev/ksyms\fR as a default \fInamelist\fR file.
.sp
.LP
The \fIcorefile\fR argument specifies a file that contains an image of physical
-memory, for instance, a kernel crash dump file (see \fBsavecore\fR(1M)) or the
+memory, for instance, a kernel crash dump file (see \fBsavecore\fR(8)) or the
special device \fB/dev/mem\fR. If \fIcorefile\fR is \fINULL\fR, the currently
running kernel is accessed, using \fB/dev/mem\fR and \fB/dev/kmem\fR.
.sp
@@ -139,7 +139,7 @@ The \fBkvm_close()\fR function returns 0 on success and \(mi1 on failure.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -157,11 +157,21 @@ MT-Level Unsafe
.SH SEE ALSO
.sp
.LP
-\fBsavecore\fR(1M), \fBexec\fR(2), \fBexit\fR(2), \fBpathconf\fR(2),
-\fBgetloadavg\fR(3C), \fBkstat\fR(3KSTAT), \fBkvm_getu\fR(3KVM),
-\fBkvm_nextproc\fR(3KVM), \fBkvm_nlist\fR(3KVM), \fBkvm_kread\fR(3KVM),
-\fBlibkvm\fR(3LIB), \fBsysconf\fR(3C), \fBproc\fR(4), \fBattributes\fR(5),
-\fBlfcompile\fR(5)
+.BR exec (2),
+.BR exit (2),
+.BR pathconf (2),
+.BR getloadavg (3C),
+.BR sysconf (3C),
+.BR kstat (3KSTAT),
+.BR kvm_getu (3KVM),
+.BR kvm_kread (3KVM),
+.BR kvm_nextproc (3KVM),
+.BR kvm_nlist (3KVM),
+.BR libkvm (3LIB),
+.BR proc (5),
+.BR attributes (7),
+.BR lfcompile (7),
+.BR savecore (8)
.SH NOTES
.sp
.LP
@@ -189,5 +199,5 @@ release-dependent.
Most of the traditional uses of \fBlibkvm\fR have been superseded by more
stable interfaces that allow the same information to be extracted more
efficiently, yet independent of the kernel data model. For examples, see
-\fBsysconf\fR(3C), \fBproc\fR(4), \fBkstat\fR(3KSTAT), \fBgetloadavg\fR(3C),
+\fBsysconf\fR(3C), \fBproc\fR(5), \fBkstat\fR(3KSTAT), \fBgetloadavg\fR(3C),
and \fBpathconf\fR(2).
diff --git a/usr/src/man/man3kvm/kvm_read.3kvm b/usr/src/man/man3kvm/kvm_read.3kvm
index 9147a34417..9c305009af 100644
--- a/usr/src/man/man3kvm/kvm_read.3kvm
+++ b/usr/src/man/man3kvm/kvm_read.3kvm
@@ -48,7 +48,7 @@ failure, they return \fB\(mi1\fR\&.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -66,5 +66,8 @@ MT-Level Unsafe
.SH SEE ALSO
.sp
.LP
-\fBkvm_getu\fR(3KVM), \fBkvm_kread\fR(3KVM), \fBkvm_nlist\fR(3KVM),
-\fBkvm_open\fR(3KVM), \fBattributes\fR(5)
+.BR kvm_getu (3KVM),
+.BR kvm_kread (3KVM),
+.BR kvm_nlist (3KVM),
+.BR kvm_open (3KVM),
+.BR attributes (7)