summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
committerschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
commit369bef3a142061d28bd38b74f30fd054965b81c6 (patch)
tree8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libkvm
parentUpdate the names of the DIOCXBEGIN ruleset types. (diff)
downloadwireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz
wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libkvm')
-rw-r--r--lib/libkvm/kvm_getprocs.36
-rw-r--r--lib/libkvm/kvm_open.310
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libkvm/kvm_getprocs.3 b/lib/libkvm/kvm_getprocs.3
index 19b65b21ad8..494168bcabb 100644
--- a/lib/libkvm/kvm_getprocs.3
+++ b/lib/libkvm/kvm_getprocs.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getprocs.3,v 1.19 2013/06/05 03:40:26 tedu Exp $
+.\" $OpenBSD: kvm_getprocs.3,v 1.20 2014/01/21 03:15:45 schwarze Exp $
.\" $NetBSD: kvm_getprocs.3,v 1.13 2003/08/07 16:44:37 agc Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -34,7 +34,7 @@
.\"
.\" @(#)kvm_getprocs.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt KVM_GETPROCS 3
.Os
.Sh NAME
@@ -107,7 +107,7 @@ The number of processes found is returned in the reference parameter
The processes are returned as a contiguous array of
.Vt kinfo_proc
structures, the definition for which is available in
-.Aq Pa sys/sysctl.h .
+.In sys/sysctl.h .
This memory is locally allocated, and subsequent calls to
.Fn kvm_getprocs
and
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3
index b597eca9849..2bd7b0d7150 100644
--- a/lib/libkvm/kvm_open.3
+++ b/lib/libkvm/kvm_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_open.3,v 1.16 2013/08/14 08:39:25 jmc Exp $
+.\" $OpenBSD: kvm_open.3,v 1.17 2014/01/21 03:15:45 schwarze Exp $
.\" $NetBSD: kvm_open.3,v 1.2 1996/03/18 22:33:52 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -34,7 +34,7 @@
.\"
.\" @(#)kvm_open.3 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt KVM_OPEN 3
.Os
.Sh NAME
@@ -74,7 +74,7 @@ if it exists, otherwise
.Dv _PATH_UNIX
is used.
Both are defined in
-.Aq Pa paths.h .
+.In paths.h .
.Pp
.Fa corefile
is the kernel memory device file.
@@ -89,7 +89,7 @@ is
the default indicated by
.Dv _PATH_MEM
from
-.Aq Pa paths.h
+.In paths.h
is used.
.Pp
.Fa swapfile
@@ -168,7 +168,7 @@ argument.
This buffer should be
.Dv _POSIX2_LINE_MAX
characters large (from
-.Aq Pa limits.h ) .
+.In limits.h ) .
.Sh RETURN VALUES
The
.Fn kvm_open