Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Use .In for includes.



details:   https://anonhg.NetBSD.org/src/rev/9e795672e7c6
branches:  trunk
changeset: 754158:9e795672e7c6
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 22 08:00:34 2010 +0000

description:
Use .In for includes.

diffstat:

 lib/libc/gen/confstr.3  |  9 +++++----
 lib/libc/sys/pathconf.2 |  9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r 547f614468f1 -r 9e795672e7c6 lib/libc/gen/confstr.3
--- a/lib/libc/gen/confstr.3    Thu Apr 22 07:10:47 2010 +0000
+++ b/lib/libc/gen/confstr.3    Thu Apr 22 08:00:34 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: confstr.3,v 1.19 2009/03/10 23:14:40 joerg Exp $
+.\"    $NetBSD: confstr.3,v 1.20 2010/04/22 08:00:34 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)confstr.3   8.1 (Berkeley) 6/4/93
 .\"
-.Dd December 2, 2006
+.Dd April 22, 2010
 .Dt CONFSTR 3
 .Os
 .Sh NAME
@@ -55,8 +55,9 @@
 The
 .Fa name
 argument specifies the system variable to be queried.
-Symbolic constants for each name value are found in the include file
-.Li \*[Lt]unistd.h\*[Gt] .
+Symbolic constants for each name value are found in the
+.In unistd.h
+header.
 The
 .Fa len
 argument specifies the size of the buffer referenced by the
diff -r 547f614468f1 -r 9e795672e7c6 lib/libc/sys/pathconf.2
--- a/lib/libc/sys/pathconf.2   Thu Apr 22 07:10:47 2010 +0000
+++ b/lib/libc/sys/pathconf.2   Thu Apr 22 08:00:34 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pathconf.2,v 1.22 2009/03/11 13:39:14 joerg Exp $
+.\"    $NetBSD: pathconf.2,v 1.23 2010/04/22 08:00:34 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)pathconf.2  8.1 (Berkeley) 6/4/93
 .\"
-.Dd August 14, 2008
+.Dd April 22, 2010
 .Dt PATHCONF 2
 .Os
 .Sh NAME
@@ -66,8 +66,9 @@
 The
 .Fa name
 argument specifies the system variable to be queried.
-Symbolic constants for each name value are found in the include file
-.Li \*[Lt]unistd.h\*[Gt] .
+Symbolic constants for each name value are found in the
+.In unistd.h
+header.
 .Pp
 The available values are as follows:
 .Pp



Home | Main Index | Thread Index | Old Index