Sort sections, fix punctuation nits.
This commit is contained in:
parent
1d6df4a83c
commit
35fa939a59
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: kvm_open.3,v 1.7 2000/06/13 15:48:57 simonb Exp $
|
||||
.\" $NetBSD: kvm_open.3,v 1.8 2002/01/15 02:53:04 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -171,7 +171,7 @@ Instead, the application obtains the error message
|
|||
corresponding to the most recent kvm library call using
|
||||
.Fn kvm_geterr
|
||||
(see
|
||||
.Xr kvm_geterr 3 ).
|
||||
.Xr kvm_geterr 3 ) .
|
||||
The results are undefined if the most recent kvm call did not produce
|
||||
an error.
|
||||
Since
|
||||
|
@ -205,12 +205,6 @@ writes the error message into
|
|||
The
|
||||
.Fn kvm_close
|
||||
function returns 0 on success and -1 on failure.
|
||||
.Sh BUGS
|
||||
There should not be two open calls. The ill-defined error semantics
|
||||
of the Sun library and the desire to have a backward-compatible library
|
||||
for
|
||||
.Bx
|
||||
left little choice.
|
||||
.Sh SEE ALSO
|
||||
.Xr open 2 ,
|
||||
.Xr kvm 3 ,
|
||||
|
@ -221,3 +215,9 @@ left little choice.
|
|||
.Xr kvm_nlist 3 ,
|
||||
.Xr kvm_read 3 ,
|
||||
.Xr kvm_write 3
|
||||
.Sh BUGS
|
||||
There should not be two open calls. The ill-defined error semantics
|
||||
of the Sun library and the desire to have a backward-compatible library
|
||||
for
|
||||
.Bx
|
||||
left little choice.
|
||||
|
|
Loading…
Reference in New Issue