diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-04 06:30:39 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-04 06:30:39 +0000 |
| commit | 4df883b9631ae3cd1992821dd192eea38207e90b (patch) | |
| tree | e18308211da6442fd9d05771191a0962e0f765e6 | |
| parent | 1bf04717bdb7b6325c01ffd836a7a7e21cc8b70b (diff) | |
| download | man-pages-4df883b9631ae3cd1992821dd192eea38207e90b.tar.gz | |
ffix
| -rw-r--r-- | man1/time.1 | 2 | ||||
| -rw-r--r-- | man2/access.2 | 2 | ||||
| -rw-r--r-- | man2/fcntl.2 | 4 | ||||
| -rw-r--r-- | man2/vmsplice.2 | 2 | ||||
| -rw-r--r-- | man2/write.2 | 2 | ||||
| -rw-r--r-- | man3/mq_open.3 | 2 | ||||
| -rw-r--r-- | man3/posix_fallocate.3 | 2 | ||||
| -rw-r--r-- | man4/rtc.4 | 4 | ||||
| -rw-r--r-- | man7/mq_overview.7 | 2 | ||||
| -rw-r--r-- | man7/spufs.7 | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/man1/time.1 b/man1/time.1 index baf0ab0254..90491a4026 100644 --- a/man1/time.1 +++ b/man1/time.1 @@ -67,7 +67,7 @@ The variables .BR LC_CTYPE , .BR LC_MESSAGES , .BR LC_NUMERIC , -.BR NLSPATH, +.BR NLSPATH , and .B PATH are used. diff --git a/man2/access.2 b/man2/access.2 index c27fa9391c..e7223f5bd0 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -152,7 +152,7 @@ executed. SVr4, 4.3BSD, POSIX.1-2001. .SH NOTES .PP -.BR Warning: +.BR Warning : Using .BR access () to check if a user is authorized to, for example, diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 1b157f3e04..c8723af8d0 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -353,7 +353,7 @@ If the flag is enabled, then the system call fails with the error .BR EAGAIN or -.BR EWOULDBLOCK. +.BR EWOULDBLOCK . To make use of mandatory locks, mandatory locking must be enabled both on the file system that contains the file to be locked, @@ -644,7 +644,7 @@ Indicates what type of lease we hold on the file referred to by .I fd by returning either -.BR F_RDLCK ", " F_WRLCK ", or " F_UNLCK, +.BR F_RDLCK ", " F_WRLCK ", or " F_UNLCK , indicating, respectively, that the calling process holds a read, a write, or no lease on the file. (The third argument to diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index 87fdd2c7bd..bc58850dc3 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -127,7 +127,7 @@ either not valid, or doesn't refer to a pipe. .B EINVAL .I nr_segs is 0 or greater than -.BR IOV_MAX; +.BR IOV_MAX ; or memory not aligned if .B SPLICE_F_GIFT set. diff --git a/man2/write.2 b/man2/write.2 index bb0c8bf46e..d26fc88f1a 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -50,7 +50,7 @@ writes up to bytes from the buffer pointed .IR buf to the file referred to by the file descriptor -.IR fd. +.IR fd . The number of bytes written may be less than .I count diff --git a/man3/mq_open.3 b/man3/mq_open.3 index f9bac7d8f8..6a9af8760f 100644 --- a/man3/mq_open.3 +++ b/man3/mq_open.3 @@ -47,7 +47,7 @@ The .I oflag argument specifies flags that control the operation of the call. Exactly one of the following must be specified in -.IR oflag: +.IR oflag : .TP .B O_RDONLY Open the queue to receive messages only. diff --git a/man3/posix_fallocate.3 b/man3/posix_fallocate.3 index 719b68da5d..45abed383a 100644 --- a/man3/posix_fallocate.3 +++ b/man3/posix_fallocate.3 @@ -79,7 +79,7 @@ does not refer to a regular file. .B ENOSPC There is not enough space left on the device containing the file referred to by -.IR fd. +.IR fd . .TP .B ESPIPE .I fd diff --git a/man4/rtc.4 b/man4/rtc.4 index a41e59bd75..aa407e0e4a 100644 --- a/man4/rtc.4 +++ b/man4/rtc.4 @@ -100,8 +100,8 @@ interrupts, but another one can. The .B /dev/rtc (or -.BR /dev/rtc0, -.BR /dev/rtc1, +.BR /dev/rtc0 , +.BR /dev/rtc1 , etc) device can be opened only once (until it is closed) and it is read-only. On diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index a4bb4e64e8..4e8cf744c2 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -227,7 +227,7 @@ Notification method: 0 is .BR SIGEV_SIGNAL ; 1 is -.BR SIGEV_NONE; +.BR SIGEV_NONE ; and 2 is .BR SIGEV_THREAD . diff --git a/man7/spufs.7 b/man7/spufs.7 index 6053a95f77..1a1209e303 100644 --- a/man7/spufs.7 +++ b/man7/spufs.7 @@ -274,7 +274,7 @@ is smaller than four, returns \-1 and sets .I errno to -.BR EINVAL. +.BR EINVAL . Otherwise, a four-byte value is placed in the data buffer. This value is the number of elements that can be read from (for .I mbox_stat |
