summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_open.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* kvm_openfiles() should take int flag, not unsignedderaadt2006-03-311-2/+2
|
* KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedderaadt2004-09-141-2/+2
| | | | int instead of int; millert ok
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* section reorder;jmc2003-06-021-5/+5
|
* Add a flag - KVM_NO_FILES which tells kvm_openfiles to notart2002-06-081-1/+5
| | | | | open any files, just return an kvm handle that we can use to some of the functions.
* Various cleanups and mdoc'ing.aaron2000-03-041-17/+29
|
* - remove all trailing whitespaceaaron1999-07-091-11/+11
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-071-2/+2
| | | | it's not supposed to be a hyphen/dash
* mention _PATH_KSYMSmillert1998-08-241-2/+5
|
* sync with 0430deraadt1996-05-051-0/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+186