Source-Changes-HG archive

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

[src/trunk]: src/lib Use .In instead of .Ar Pa



details:   https://anonhg.NetBSD.org/src/rev/5c9bc6d62d31
branches:  trunk
changeset: 753314:5c9bc6d62d31
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 22 21:56:05 2010 +0000

description:
Use .In instead of .Ar Pa

diffstat:

 lib/libpthread/pthread_once.3 |   4 ++--
 lib/libz/zlib.3               |  12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r deb9e593536c -r 5c9bc6d62d31 lib/libpthread/pthread_once.3
--- a/lib/libpthread/pthread_once.3     Mon Mar 22 21:55:06 2010 +0000
+++ b/lib/libpthread/pthread_once.3     Mon Mar 22 21:56:05 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_once.3,v 1.3 2008/05/02 18:11:04 martin Exp $
+.\" $NetBSD: pthread_once.3,v 1.4 2010/03/22 21:56:05 joerg Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -109,7 +109,7 @@
 The constant
 .Fa PTHREAD_ONCE_INIT
 is defined by header
-.Aq Pa pthread.h .
+.In pthread.h .
 .Pp
 The behavior of
 .Fn pthread_once
diff -r deb9e593536c -r 5c9bc6d62d31 lib/libz/zlib.3
--- a/lib/libz/zlib.3   Mon Mar 22 21:55:06 2010 +0000
+++ b/lib/libz/zlib.3   Mon Mar 22 21:56:05 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: zlib.3,v 1.6 2009/03/12 12:47:49 joerg Exp $
+.\"    $NetBSD: zlib.3,v 1.7 2010/03/22 21:56:42 joerg Exp $
 .\"    $OpenBSD: zlib.3,v 1.1 2003/09/25 09:12:09 jmc Exp $
 .\"
 .\"  Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
@@ -169,7 +169,7 @@
 for consistency.
 If the first character differs, the library code actually used is
 not compatible with the
-.Aq Pa zlib.h
+.In zlib.h
 header file used by the application.
 This check is automatically made by
 .Fn deflateInit
@@ -713,7 +713,7 @@
 memLevel=9 uses maximum memory for optimal speed.
 The default value is 8.
 See
-.Aq Pa zconf.h
+.In zconf.h
 for total memory usage as a function of
 .Fa windowBits
 and
@@ -1529,7 +1529,7 @@
 must be able to allocate exactly 65536 bytes,
 but will not be required to allocate more than this if the symbol MAXSEG_64K
 is defined (see
-.Aq Pa zconf.h ) .
+.In zconf.h ) .
 .Pp
 WARNING: On MSDOS, pointers returned by
 .Fa zalloc
@@ -1539,7 +1539,7 @@
 To reduce memory requirements and avoid any allocation of 64K objects,
 at the expense of compression ratio,
 compile the library with -DMAX_WBITS=14 (see
-.Aq Pa zconf.h ) .
+.In zconf.h ) .
 .Pp
 The fields
 .Fa total_in
@@ -1633,7 +1633,7 @@
 .Pa http://www.gzip.org/zlib/
 .Sh HISTORY
 This manual page is based on an HTML version of
-.Aq Pa zlib.h
+.In zlib.h
 converted by
 .An piaip Aq piaip%csie.ntu.edu.tw@localhost
 and was converted to mdoc format by the



Home | Main Index | Thread Index | Old Index