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_geterr.3 | |
| parent | e1239d17fe51ff52f68635ebbb01e77d58371618 (diff) | |
Notes
Diffstat (limited to 'lib/libkvm/kvm_geterr.3')
| -rw-r--r-- | lib/libkvm/kvm_geterr.3 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/libkvm/kvm_geterr.3 b/lib/libkvm/kvm_geterr.3 index 754d82213a06..49c6420101b4 100644 --- a/lib/libkvm/kvm_geterr.3 +++ b/lib/libkvm/kvm_geterr.3 @@ -58,17 +58,6 @@ library call did not produce an error. The string returned is stored in memory owned by .Xr kvm 3 so the message should be copied out and saved elsewhere if necessary. -.Sh BUGS -This routine cannot be used to access error conditions due to a failed -.Fn kvm_openfiles -call, since failure is indicated by returning a -.Dv NULL -descriptor. -Therefore, errors on open are output to the special error buffer -passed to -.Fn kvm_openfiles . -This option is not available to -.Fn kvm_open . .Sh SEE ALSO .Xr kvm 3 , .Xr kvm_close 3 , @@ -80,3 +69,14 @@ This option is not available to .Xr kvm_openfiles 3 , .Xr kvm_read 3 , .Xr kvm_write 3 +.Sh BUGS +This routine cannot be used to access error conditions due to a failed +.Fn kvm_openfiles +call, since failure is indicated by returning a +.Dv NULL +descriptor. +Therefore, errors on open are output to the special error buffer +passed to +.Fn kvm_openfiles . +This option is not available to +.Fn kvm_open . |
