Module Name: src
Committed By: joerg
Date: Mon Mar 22 21:55:06 UTC 2010
Modified Files:
src/lib/libkvm: kvm_open.3
Log Message:
Use .In instead of .Ar Pa for headers.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libkvm/kvm_open.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libkvm/kvm_open.3
diff -u src/lib/libkvm/kvm_open.3:1.16 src/lib/libkvm/kvm_open.3:1.17
--- src/lib/libkvm/kvm_open.3:1.16 Mon Sep 14 19:34:12 2009
+++ src/lib/libkvm/kvm_open.3 Mon Mar 22 21:55:06 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: kvm_open.3,v 1.16 2009/09/14 19:34:12 apb Exp $
+.\" $NetBSD: kvm_open.3,v 1.17 2010/03/22 21:55:06 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@
device indicated by
.Dv _PATH_KSYMS
in
-.Aq Pa paths.h ;
+.In paths.h ;
if that fails, then they will use the file indicated by the
.Xr sysctl 3
variable
@@ -84,7 +84,7 @@
the default kernel path indicated by
.Dv _PATH_UNIX
in
-.Aq Pa paths.h .
+.In paths.h .
.Pp
.Fa corefile
is the kernel memory device file.
@@ -99,7 +99,7 @@
the default indicated by
.Dv _PATH_MEM
from
-.Aq Pa paths.h
+.In paths.h
is used.
.Pp
.Fa swapfile
@@ -108,7 +108,7 @@
.Dv NULL ,
.Dv _PATH_DRUM
from
-.Aq Pa paths.h
+.In paths.h
is used.
.Pp
The
@@ -199,7 +199,7 @@
.Fa errbuf
argument.
This buffer should be _POSIX2_LINE_MAX characters large (from
-.Aq Pa limits.h ) .
+.In limits.h ) .
.Sh RETURN VALUES
The
.Fn kvm_open