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 for headers.
details: https://anonhg.NetBSD.org/src/rev/deb9e593536c
branches: trunk
changeset: 753313:deb9e593536c
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Mar 22 21:55:06 2010 +0000
description:
Use .In instead of .Ar Pa for headers.
diffstat:
lib/libcompat/4.1/ftime.3 | 4 ++--
lib/libcompat/4.4/cuserid.3 | 4 ++--
lib/libkvm/kvm_open.3 | 12 ++++++------
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (93 lines):
diff -r 2266caee7fb9 -r deb9e593536c lib/libcompat/4.1/ftime.3
--- a/lib/libcompat/4.1/ftime.3 Mon Mar 22 20:37:26 2010 +0000
+++ b/lib/libcompat/4.1/ftime.3 Mon Mar 22 21:55:06 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftime.3,v 1.14 2003/08/07 16:44:15 agc Exp $
+.\" $NetBSD: ftime.3,v 1.15 2010/03/22 21:55:39 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -60,7 +60,7 @@
.Fn ftime
routine fills in a structure pointed to by its argument,
as defined by
-.Aq Pa sys/timeb.h :
+.In sys/timeb.h :
.Bd -literal -offset indent
struct timeb {
time_t time;
diff -r 2266caee7fb9 -r deb9e593536c lib/libcompat/4.4/cuserid.3
--- a/lib/libcompat/4.4/cuserid.3 Mon Mar 22 20:37:26 2010 +0000
+++ b/lib/libcompat/4.4/cuserid.3 Mon Mar 22 21:55:06 2010 +0000
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ctermid.3 5.2 (Berkeley) 4/19/91
-.\" $NetBSD: cuserid.3,v 1.12 2005/04/01 12:51:07 christos Exp $
+.\" $NetBSD: cuserid.3,v 1.13 2010/03/22 21:55:39 joerg Exp $
.\"
.Dd November 28, 1993
.Dt CUSERID 3
@@ -64,7 +64,7 @@
.Dv L_cuserid
(as defined in the include
file
-.Aq Pa stdio.h )
+.In stdio.h )
bytes long.
Otherwise, the user name is copied to a static buffer.
.Sh RETURN VALUES
diff -r 2266caee7fb9 -r deb9e593536c lib/libkvm/kvm_open.3
--- a/lib/libkvm/kvm_open.3 Mon Mar 22 20:37:26 2010 +0000
+++ b/lib/libkvm/kvm_open.3 Mon Mar 22 21:55:06 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kvm_open.3,v 1.16 2009/09/14 19:34:12 apb Exp $
+.\" $NetBSD: kvm_open.3,v 1.17 2010/03/22 21:55:06 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@
device indicated by
.Dv _PATH_KSYMS
in
-.Aq Pa paths.h ;
+.In paths.h ;
if that fails, then they will use the file indicated by the
.Xr sysctl 3
variable
@@ -84,7 +84,7 @@
the default kernel path indicated by
.Dv _PATH_UNIX
in
-.Aq Pa paths.h .
+.In paths.h .
.Pp
.Fa corefile
is the kernel memory device file.
@@ -99,7 +99,7 @@
the default indicated by
.Dv _PATH_MEM
from
-.Aq Pa paths.h
+.In paths.h
is used.
.Pp
.Fa swapfile
@@ -108,7 +108,7 @@
.Dv NULL ,
.Dv _PATH_DRUM
from
-.Aq Pa paths.h
+.In paths.h
is used.
.Pp
The
@@ -199,7 +199,7 @@
.Fa errbuf
argument.
This buffer should be _POSIX2_LINE_MAX characters large (from
-.Aq Pa limits.h ) .
+.In limits.h ) .
.Sh RETURN VALUES
The
.Fn kvm_open
Home |
Main Index |
Thread Index |
Old Index