On Thu, Aug 18, 2011 at 02:23:14PM +0200, Martin Pelikan wrote: > Hi, > > kvm_open(3) is a cross-reference, not a function call with 3. > Plus, why do we mention the same page four times? > > -- > Martin Pelikan >
fixed now, along with some other simlar bits in the kvm pages. thanks for your mail, jmc > Index: lib/libkvm/kvm_read.3 > =================================================================== > RCS file: /cvs/src/lib/libkvm/kvm_read.3,v > retrieving revision 1.7 > diff -u -p -r1.7 kvm_read.3 > --- lib/libkvm/kvm_read.3 31 May 2007 19:19:35 -0000 1.7 > +++ lib/libkvm/kvm_read.3 18 Aug 2011 12:16:19 -0000 > @@ -55,9 +55,7 @@ and > functions are used to read and write kernel virtual memory (or a crash > dump file). > See > -.Fn kvm_open 3 > -or > -.Fn kvm_openfiles 3 > +.Xr kvm_open 3 > for information regarding opening kernel virtual memory and crash dumps. > .Pp > The