Use .In instead of .Ar Pa for headers.

This commit is contained in:
joerg 2010-03-22 21:55:06 +00:00
parent 07cd2d7f41
commit 3c70878e9a
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ftime.3,v 1.14 2003/08/07 16:44:15 agc Exp $
.\" $NetBSD: ftime.3,v 1.15 2010/03/22 21:55:39 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -60,7 +60,7 @@ The
.Fn ftime
routine fills in a structure pointed to by its argument,
as defined by
.Aq Pa sys/timeb.h :
.In sys/timeb.h :
.Bd -literal -offset indent
struct timeb {
time_t time;

View File

@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ctermid.3 5.2 (Berkeley) 4/19/91
.\" $NetBSD: cuserid.3,v 1.12 2005/04/01 12:51:07 christos Exp $
.\" $NetBSD: cuserid.3,v 1.13 2010/03/22 21:55:39 joerg Exp $
.\"
.Dd November 28, 1993
.Dt CUSERID 3
@ -64,7 +64,7 @@ is assumed to point to an array at least
.Dv L_cuserid
(as defined in the include
file
.Aq Pa stdio.h )
.In stdio.h )
bytes long.
Otherwise, the user name is copied to a static buffer.
.Sh RETURN VALUES

View File

@ -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 @@ attempt to use the
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 @@ or (if the sysctl information is not available)
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 @@ is
the default indicated by
.Dv _PATH_MEM
from
.Aq Pa paths.h
.In paths.h
is used.
.Pp
.Fa swapfile
@ -108,7 +108,7 @@ If
.Dv NULL ,
.Dv _PATH_DRUM
from
.Aq Pa paths.h
.In paths.h
is used.
.Pp
The
@ -199,7 +199,7 @@ will place any error message in the
.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