Use .In instead of .Aq Pa for header files.

This commit is contained in:
joerg 2010-03-22 18:36:27 +00:00
parent 26590112cf
commit 165d9f9f8e
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: stdarg.3,v 1.18 2003/09/08 17:54:34 wiz Exp $
.\" $NetBSD: stdarg.3,v 1.19 2010/03/22 18:36:27 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -57,7 +57,7 @@
A function may be called with a varying number of arguments of varying
types.
The include file
.Aq Pa stdarg.h
.In stdarg.h
declares a type
.Pq Em va_list
and defines three macros for stepping
@ -246,7 +246,7 @@ These macros are
compatible with the historic macros they replace.
A backward compatible version can be found in the include
file
.Aq Pa varargs.h .
.In varargs.h .
.Sh BUGS
Unlike the
.Em varargs

View File

@ -1,4 +1,4 @@
.\" $NetBSD: varargs.3,v 1.6 2003/08/07 10:31:01 agc Exp $
.\" $NetBSD: varargs.3,v 1.7 2010/03/22 18:36:27 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -61,7 +61,7 @@ interfaces.
A function may be called with a varying number of arguments of varying
types.
The include file
.Aq Pa varargs.h
.In varargs.h
declares a type
.Pq Em va_list
and defines three macros for stepping
@ -190,7 +190,7 @@ void foo(fmt, va_alist)
These historic macros were replaced in
.St -ansiC
by the include file
.Aq Pa stdarg.h ;
.In stdarg.h ;
see
.Xr stdarg 3
for its description.