fpathconf.3: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-18 20:17:21 +02:00
parent 081a3c719b
commit 5425e5c59c
1 changed files with 9 additions and 9 deletions

View File

@ -77,7 +77,7 @@ equal to one of the following constants returns the following
configuration options:
.TP
.B _PC_LINK_MAX
returns the maximum number of links to the file.
The maximum number of links to the file.
If
.I fd
or
@ -87,7 +87,7 @@ The corresponding macro is
.BR _POSIX_LINK_MAX .
.TP
.B _PC_MAX_CANON
returns the maximum length of a formatted input line, where
The maximum length of a formatted input line, where
.I fd
or
.I path
@ -96,7 +96,7 @@ The corresponding macro is
.BR _POSIX_MAX_CANON .
.TP
.B _PC_MAX_INPUT
returns the maximum length of an input line, where
The maximum length of an input line, where
.I fd
or
.I path
@ -105,7 +105,7 @@ The corresponding macro is
.BR _POSIX_MAX_INPUT .
.TP
.B _PC_NAME_MAX
returns the maximum length of a filename in the directory
The maximum length of a filename in the directory
.I path
or
.IR fd
@ -114,7 +114,7 @@ The corresponding macro is
.BR _POSIX_NAME_MAX .
.TP
.B _PC_PATH_MAX
returns the maximum length of a relative pathname when
The maximum length of a relative pathname when
.I path
or
.I fd
@ -123,7 +123,7 @@ The corresponding macro is
.BR _POSIX_PATH_MAX .
.TP
.B _PC_PIPE_BUF
returns the size of the pipe buffer, where
The size of the pipe buffer, where
.I fd
must refer to a pipe or FIFO and
.I path
@ -132,7 +132,7 @@ The corresponding macro is
.BR _POSIX_PIPE_BUF .
.TP
.B _PC_CHOWN_RESTRICTED
returns nonzero if the
This returns nonzero if the
.BR chown (2)
call may not be used on this file.
If
@ -145,14 +145,14 @@ The corresponding macro is
.BR _POSIX_CHOWN_RESTRICTED .
.TP
.B _PC_NO_TRUNC
returns nonzero if accessing filenames longer than
This returns nonzero if accessing filenames longer than
.B _POSIX_NAME_MAX
generates an error.
The corresponding macro is
.BR _POSIX_NO_TRUNC .
.TP
.B _PC_VDISABLE
returns nonzero if special character processing can be disabled, where
This returns nonzero if special character processing can be disabled, where
.I fd
or
.I path