Module Name: src
Committed By: joerg
Date: Mon Mar 22 21:55:39 UTC 2010
Modified Files:
src/lib/libcompat/4.1: ftime.3
src/lib/libcompat/4.4: cuserid.3
Log Message:
Use .In instead of .Ar Pa for headers.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libcompat/4.1/ftime.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libcompat/4.4/cuserid.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/libcompat/4.1/ftime.3
diff -u src/lib/libcompat/4.1/ftime.3:1.14 src/lib/libcompat/4.1/ftime.3:1.15
--- src/lib/libcompat/4.1/ftime.3:1.14 Thu Aug 7 16:44:15 2003
+++ src/lib/libcompat/4.1/ftime.3 Mon Mar 22 21:55:39 2010
@@ -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;
Index: src/lib/libcompat/4.4/cuserid.3
diff -u src/lib/libcompat/4.4/cuserid.3:1.12 src/lib/libcompat/4.4/cuserid.3:1.13
--- src/lib/libcompat/4.4/cuserid.3:1.12 Fri Apr 1 12:51:07 2005
+++ src/lib/libcompat/4.4/cuserid.3 Mon Mar 22 21:55:39 2010
@@ -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