diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
| commit | 24a0682c6465290759ed0b09ea16e40e7cd47053 (patch) | |
| tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libkvm/kvm_open.3 | |
| parent | e1239d17fe51ff52f68635ebbb01e77d58371618 (diff) | |
Notes
Diffstat (limited to 'lib/libkvm/kvm_open.3')
| -rw-r--r-- | lib/libkvm/kvm_open.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index a289a7e5435b..f9fa5573c6da 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -188,13 +188,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 , @@ -207,3 +200,10 @@ left little choice. .Xr kvm_write 3 , .Xr kmem 4 , .Xr mem 4 +.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. |
