summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2002-01-02 16:31:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2002-01-02 16:31:31 +0000
commit86bb05ee9cbe11bd3aa108b719b0ecdd8444d3f5 (patch)
tree7fafd07f81e82835dd0f1c1d15fe7586a5907f35 /lib
parent8fbb35a71dad0591c7815d721b184a02bbb65b6e (diff)
Grammar and format fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/pathconf.228
1 files changed, 15 insertions, 13 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index be5dec02b8f..7bf955237e1 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pathconf.2,v 1.7 1999/06/29 14:10:11 aaron Exp $
+.\" $OpenBSD: pathconf.2,v 1.8 2002/01/02 16:31:30 aaron Exp $
.\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -70,32 +70,34 @@ The
.Fa name
argument specifies the system variable to be queried.
Symbolic constants for each name value are found in the include file
-.Li <unistd.h> .
+.Aq Pa unistd.h .
.Pp
The available values are as follows:
.Pp
.Bl -tag -width "123456"
.Pp
-.It Li _PC_LINK_MAX
+.It Dv _PC_LINK_MAX
The maximum file link count.
-.It Li _PC_MAX_CANON
-The maximum number of bytes in terminal canonical input line.
-.It Li _PC_MAX_INPUT
+.It Dv _PC_MAX_CANON
+The maximum number of bytes in a terminal canonical input line.
+.It Dv _PC_MAX_INPUT
The minimum maximum number of bytes for which space is available in
a terminal input queue.
-.It Li _PC_NAME_MAX
+.It Dv _PC_NAME_MAX
The maximum number of bytes in a file name.
-.It Li _PC_PATH_MAX
+.It Dv _PC_PATH_MAX
The maximum number of bytes in a pathname.
-.It Li _PC_PIPE_BUF
+.It Dv _PC_PIPE_BUF
The maximum number of bytes which will be written atomically to a pipe.
-.It Li _PC_CHOWN_RESTRICTED
+.It Dv _PC_CHOWN_RESTRICTED
Return 1 if appropriate privileges are required for the
.Xr chown 2
system call, otherwise 0.
-.It Li _PC_NO_TRUNC
-Return 1 if file names longer than KERN_NAME_MAX are truncated.
-.It Li _PC_VDISABLE
+.It Dv _PC_NO_TRUNC
+Return 1 if file names longer than
+.Dv KERN_NAME_MAX
+are truncated.
+.It Dv _PC_VDISABLE
Returns the terminal character disabling value.
.El
.Sh RETURN VALUES