Module Name:    src
Committed By:   jruoho
Date:           Thu Apr 22 08:00:34 UTC 2010

Modified Files:
        src/lib/libc/gen: confstr.3
        src/lib/libc/sys: pathconf.2

Log Message:
Use .In for includes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gen/confstr.3
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/pathconf.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/confstr.3
diff -u src/lib/libc/gen/confstr.3:1.19 src/lib/libc/gen/confstr.3:1.20
--- src/lib/libc/gen/confstr.3:1.19	Tue Mar 10 23:14:40 2009
+++ src/lib/libc/gen/confstr.3	Thu Apr 22 08:00:34 2010
@@ -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

Index: src/lib/libc/sys/pathconf.2
diff -u src/lib/libc/sys/pathconf.2:1.22 src/lib/libc/sys/pathconf.2:1.23
--- src/lib/libc/sys/pathconf.2:1.22	Wed Mar 11 13:39:14 2009
+++ src/lib/libc/sys/pathconf.2	Thu Apr 22 08:00:34 2010
@@ -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

Reply via email to