diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-10 03:41:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-10 03:41:35 +0000 |
| commit | eeeffe2d3bd3d2f404d3f6d6ec56623c0cb2943d (patch) | |
| tree | 93372c0f0baceaf7c03940ebeace2f8c8f01746e | |
| parent | ade562fbcc408a527ca18bd6b70a3a673ee3364e (diff) | |
| download | man-pages-eeeffe2d3bd3d2f404d3f6d6ec56623c0cb2943d.tar.gz | |
grfix
| -rw-r--r-- | man2/semctl.2 | 4 | ||||
| -rw-r--r-- | man3/fwide.3 | 2 | ||||
| -rw-r--r-- | man5/networks.5 | 2 | ||||
| -rw-r--r-- | man8/ld.so.8 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/man2/semctl.2 b/man2/semctl.2 index 6bccaa3d9b..bcc4091ab7 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -269,7 +269,7 @@ The system call returns the value of for the .IR semnum \-th semaphore of the set -(i.e. the PID of the process that executed the last +(i.e., the PID of the process that executed the last .BR semop (2) call for the .IR semnum \-th @@ -291,7 +291,7 @@ The system call returns the value of this semaphore to become zero) for the .IR semnum \-th semaphore of the set -(i.e. the number of processes waiting for +(i.e., the number of processes waiting for .B semval of the .IR semnum \-th diff --git a/man3/fwide.3 b/man3/fwide.3 index 4d6c6fb1d0..d65cae64b8 100644 --- a/man3/fwide.3 +++ b/man3/fwide.3 @@ -38,7 +38,7 @@ It returns a positive value if \fIstream\fP is wide-character oriented, that is, if wide-character I/O is permitted but char I/O is disallowed. It returns a negative value if \fIstream\fP is byte oriented, -i.e. if char I/O is permitted but wide-character I/O is disallowed. +i.e., if char I/O is permitted but wide-character I/O is disallowed. It returns zero if \fIstream\fP has no orientation yet; in this case the next I/O operation might change the orientation (to byte oriented if it is a char diff --git a/man5/networks.5 b/man5/networks.5 index b982c593b9..37b524d763 100644 --- a/man5/networks.5 +++ b/man5/networks.5 @@ -65,7 +65,7 @@ and .BR netstat (8) utilities. Only Class A, B or C networks are supported, partitioned networks -(i.e. network/26 or network/28) are not supported by this facility. +(i.e., network/26 or network/28) are not supported by this facility. .SH FILES .TP .I /etc/networks diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 40e3671304..2bc77ba08c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -195,7 +195,7 @@ is ignored for set-user-ID/set-group-ID binaries. (glibc since 2.1) If set to a non-empty string, output symbol versioning information about the -program if querying information about the program (i.e. either +program if querying information about the program (i.e., either .B LD_TRACE_LOADED_OBJECTS has been set, or .B \-\-list |
