*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: kvm_geterr | Section: 3 | Source: OpenBSD | File: kvm_geterr.3
KVM_GETERR(3) FreeBSD Library Functions Manual KVM_GETERR(3) NAME kvm_geterr - get error message on kvm descriptor SYNOPSIS #include <kvm.h> char * kvm_geterr(kvm_t *kd); DESCRIPTION This function returns a string describing the most recent error condition on the descriptor kd. The results are undefined if the most recent kvm(3) library call did not produce an error. The string returned is stored in memory owned by kvm(3) so the message should be copied out and saved elsewhere if necessary. SEE ALSO kvm(3), kvm_close(3), kvm_getprocs(3), kvm_nlist(3), kvm_open(3), kvm_read(3) BUGS This routine cannot be used to access error conditions due to a failed kvm_openfiles(3) call, since failure is indicated by returning a NULL descriptor. Therefore, errors on open are output to the special error buffer passed to kvm_openfiles(3). This option is not available to kvm_open(3). FreeBSD 14.1-RELEASE-p8 June 5, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options