Here's some nitpicking.

Index: kvm_open.3
===================================================================
RCS file: /cvs/src/lib/libkvm/kvm_open.3,v
retrieving revision 1.17
diff -u -p -r1.17 kvm_open.3
--- kvm_open.3  21 Jan 2014 03:15:45 -0000      1.17
+++ kvm_open.3  4 Apr 2015 18:29:25 -0000
@@ -46,9 +46,9 @@
 .In fcntl.h
 .In kvm.h
 .Ft kvm_t *
-.Fn kvm_open "const char *execfile" "const char *corefile" "char *swapfile" 
"int flags" "const char *errstr"
+.Fn kvm_open "const char *execfile" "const char *corefile" "const char 
*swapfile" "int flags" "const char *errstr"
 .Ft kvm_t *
-.Fn kvm_openfiles "const char *execfile" "const char *corefile" "char 
*swapfile" "int flags" "char *errbuf"
+.Fn kvm_openfiles "const char *execfile" "const char *corefile" "const char 
*swapfile" "int flags" "char *errbuf"
 .Ft int
 .Fn kvm_close "kvm_t *kd"
 .Sh DESCRIPTION


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to