From 3c70878e9a33bc15432458ef59075c3b28eebe66 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 22 Mar 2010 21:55:06 +0000 Subject: [PATCH] Use .In instead of .Ar Pa for headers. --- lib/libcompat/4.1/ftime.3 | 4 ++-- lib/libcompat/4.4/cuserid.3 | 4 ++-- lib/libkvm/kvm_open.3 | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index 79dbcc43cbe9..145152d2634d 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -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; diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 5ed7fd405f17..97bc304015f4 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -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 diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index ca0c6aeb4b0e..f2b4dfd0c1f4 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -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