Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Use .In instead of .Aq Pa for header files.



details:   https://anonhg.NetBSD.org/src/rev/4c404630c54e
branches:  trunk
changeset: 753307:4c404630c54e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 22 18:36:27 2010 +0000

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

diffstat:

 share/man/man3/stdarg.3  |  6 +++---
 share/man/man3/varargs.3 |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 069613b21fb7 -r 4c404630c54e share/man/man3/stdarg.3
--- a/share/man/man3/stdarg.3   Mon Mar 22 18:35:09 2010 +0000
+++ b/share/man/man3/stdarg.3   Mon Mar 22 18:36:27 2010 +0000
@@ -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 @@
 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
diff -r 069613b21fb7 -r 4c404630c54e share/man/man3/varargs.3
--- a/share/man/man3/varargs.3  Mon Mar 22 18:35:09 2010 +0000
+++ b/share/man/man3/varargs.3  Mon Mar 22 18:36:27 2010 +0000
@@ -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 @@
 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 @@
 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.



Home | Main Index | Thread Index | Old Index