Pa Aq -> Aq Pa so that both work.

This commit is contained in:
wiz 2003-06-27 14:50:31 +00:00
parent bb64da9790
commit e414629c30

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_open.3,v 1.12 2003/04/16 13:35:07 wiz Exp $
.\" $NetBSD: kvm_open.3,v 1.13 2003/06/27 14:50:31 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -78,7 +78,7 @@ the currently running system is assumed,
which is indicated by
.Dv _PATH_UNIX
in
.Pa Aq paths.h .
.Aq Pa paths.h .
.Pp
.Fa corefile
is the kernel memory device file.
@ -93,7 +93,7 @@ is
the default indicated by
.Dv _PATH_MEM
from
.Pa Aq paths.h
.Aq Pa paths.h
is used.
.Pp
.Fa swapfile
@ -102,7 +102,7 @@ If
.Dv NULL ,
.Dv _PATH_DRUM
from
.Pa Aq paths.h
.Aq Pa paths.h
is used.
.Pp
The
@ -193,7 +193,7 @@ will place any error message in the
.Fa errbuf
argument.
This buffer should be _POSIX2_LINE_MAX characters large (from
.Pa Aq limits.h ) .
.Aq Pa limits.h ) .
.Sh RETURN VALUES
The
.Fn kvm_open