Use .In for includes.
This commit is contained in:
parent
516d9bde16
commit
69cf4af7f3
|
@ -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 @@ defined string values.
|
|||
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
|
||||
|
|
|
@ -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 @@ argument is an open file descriptor.
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue