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 .Aq Pa and variantes for header files.



details:   https://anonhg.NetBSD.org/src/rev/ff3c1fe42d7b
branches:  trunk
changeset: 753316:ff3c1fe42d7b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 22 22:00:37 2010 +0000

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

diffstat:

 lib/librmt/rmtops.3       |  4 ++--
 lib/librt/mq_receive.3    |  4 ++--
 lib/librt/mq_send.3       |  4 ++--
 lib/libutil/getbootfile.3 |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 31ed467d3cb3 -r ff3c1fe42d7b lib/librmt/rmtops.3
--- a/lib/librmt/rmtops.3       Mon Mar 22 21:58:31 2010 +0000
+++ b/lib/librmt/rmtops.3       Mon Mar 22 22:00:37 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rmtops.3,v 1.13 2009/04/11 17:10:57 joerg Exp $
+.\"    $NetBSD: rmtops.3,v 1.14 2010/03/22 22:00:37 joerg Exp $
 .\"
 .Dd October 16, 2001
 .Dt RMTOPS 3
@@ -77,7 +77,7 @@
 .\" is recognized.
 .Pp
 For transparency, the user should include the file
-.Aq Pa rmt.h ,
+.In rmt.h ,
 which has the following defines in it:
 .Bd -literal
 #define access rmtaccess
diff -r 31ed467d3cb3 -r ff3c1fe42d7b lib/librt/mq_receive.3
--- a/lib/librt/mq_receive.3    Mon Mar 22 21:58:31 2010 +0000
+++ b/lib/librt/mq_receive.3    Mon Mar 22 22:00:37 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mq_receive.3,v 1.1 2009/01/05 21:19:49 rmind Exp $
+.\"    $NetBSD: mq_receive.3,v 1.2 2010/03/22 22:00:37 joerg Exp $
 .\"
 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
 .\"
@@ -86,7 +86,7 @@
 The
 .Fa timespec
 argument is defined in the
-.Aq time.h
+.In time.h
 header.
 .Pp
 Under no circumstance will the operation fail with a timeout if a
diff -r 31ed467d3cb3 -r ff3c1fe42d7b lib/librt/mq_send.3
--- a/lib/librt/mq_send.3       Mon Mar 22 21:58:31 2010 +0000
+++ b/lib/librt/mq_send.3       Mon Mar 22 22:00:37 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mq_send.3,v 1.1 2009/01/05 21:19:49 rmind Exp $
+.\"    $NetBSD: mq_send.3,v 1.2 2010/03/22 22:00:37 joerg Exp $
 .\"
 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
 .\"
@@ -116,7 +116,7 @@
 The
 .Fa timespec
 argument is defined in the
-.Aq time.h
+.In time.h
 header.
 .Pp
 Under no circumstance will the operation fail with a timeout if there is
diff -r 31ed467d3cb3 -r ff3c1fe42d7b lib/libutil/getbootfile.3
--- a/lib/libutil/getbootfile.3 Mon Mar 22 21:58:31 2010 +0000
+++ b/lib/libutil/getbootfile.3 Mon Mar 22 22:00:37 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getbootfile.3,v 1.7 2008/04/30 13:10:52 martin Exp $
+.\"    $NetBSD: getbootfile.3,v 1.8 2010/03/22 22:00:37 joerg Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -47,7 +47,7 @@
 .Xr secure_path 3 ) ,
 .Dv _PATH_UNIX
 from
-.Aq Pa paths.h
+.In paths.h
 is returned instead.
 .Sh SEE ALSO
 .Xr secure_path 3 ,



Home | Main Index | Thread Index | Old Index