Module Name: src
Committed By: joerg
Date: Mon Mar 22 22:00:37 UTC 2010
Modified Files:
src/lib/librmt: rmtops.3
src/lib/librt: mq_receive.3 mq_send.3
src/lib/libutil: getbootfile.3
Log Message:
Use .In instead of .Aq Pa and variantes for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/librmt/rmtops.3
cvs rdiff -u -r1.1 -r1.2 src/lib/librt/mq_receive.3 src/lib/librt/mq_send.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libutil/getbootfile.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librmt/rmtops.3
diff -u src/lib/librmt/rmtops.3:1.13 src/lib/librmt/rmtops.3:1.14
--- src/lib/librmt/rmtops.3:1.13 Sat Apr 11 17:10:57 2009
+++ src/lib/librmt/rmtops.3 Mon Mar 22 22:00:37 2010
@@ -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
Index: src/lib/librt/mq_receive.3
diff -u src/lib/librt/mq_receive.3:1.1 src/lib/librt/mq_receive.3:1.2
--- src/lib/librt/mq_receive.3:1.1 Mon Jan 5 21:19:49 2009
+++ src/lib/librt/mq_receive.3 Mon Mar 22 22:00:37 2010
@@ -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
Index: src/lib/librt/mq_send.3
diff -u src/lib/librt/mq_send.3:1.1 src/lib/librt/mq_send.3:1.2
--- src/lib/librt/mq_send.3:1.1 Mon Jan 5 21:19:49 2009
+++ src/lib/librt/mq_send.3 Mon Mar 22 22:00:37 2010
@@ -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
Index: src/lib/libutil/getbootfile.3
diff -u src/lib/libutil/getbootfile.3:1.7 src/lib/libutil/getbootfile.3:1.8
--- src/lib/libutil/getbootfile.3:1.7 Wed Apr 30 13:10:52 2008
+++ src/lib/libutil/getbootfile.3 Mon Mar 22 22:00:37 2010
@@ -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 ,