diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-01 07:21:04 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-01 07:21:04 +0100 |
| commit | 82b6d79719367fb6cfebdcf86dacefdd650af4ef (patch) | |
| tree | 72a9e7233e4ea7b21c27cdeb56f0009a7557f410 | |
| parent | 9db92f1640b1bed527e5edbfef0dbc7980323556 (diff) | |
| download | man-pages-82b6d79719367fb6cfebdcf86dacefdd650af4ef.tar.gz | |
timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, dprintf.3, aio.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/timer_create.2 | 2 | ||||
| -rw-r--r-- | man2/timer_delete.2 | 2 | ||||
| -rw-r--r-- | man2/timer_getoverrun.2 | 2 | ||||
| -rw-r--r-- | man2/timer_settime.2 | 2 | ||||
| -rw-r--r-- | man3/dprintf.3 | 2 | ||||
| -rw-r--r-- | man7/aio.7 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 00a0e48401..b38b5730ce 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -183,7 +183,7 @@ Could not allocate memory. .SH VERSIONS This system call is available since Linux 2.6. .SH CONFORMING TO -POSIX.1-2001 +POSIX.1-2001. .SH NOTES A program may create multiple interval timers using .BR timer_create (). diff --git a/man2/timer_delete.2 b/man2/timer_delete.2 index 88c74402e8..a3b4531895 100644 --- a/man2/timer_delete.2 +++ b/man2/timer_delete.2 @@ -62,7 +62,7 @@ is not a valid timer ID. .SH VERSIONS This system call is available since Linux 2.6. .SH CONFORMING TO -POSIX.1-2001 +POSIX.1-2001. .SH SEE ALSO .BR clock_gettime (2), .BR timer_create (2), diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index 2d2ec93973..5c144a89d0 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -92,7 +92,7 @@ is not a valid timer ID. .SH VERSIONS This system call is available since Linux 2.6. .SH CONFORMING TO -POSIX.1-2001 +POSIX.1-2001. .SH NOTES When timer notifications are delivered via signals .RB ( SIGEV_SIGNAL ), diff --git a/man2/timer_settime.2 b/man2/timer_settime.2 index bf3c8d53fe..fe0ced8e59 100644 --- a/man2/timer_settime.2 +++ b/man2/timer_settime.2 @@ -201,7 +201,7 @@ is negative or greater than 999,999,999. .SH VERSIONS These system calls are available since Linux 2.6. .SH CONFORMING TO -POSIX.1-2001 +POSIX.1-2001. .SH EXAMPLE See .BR timer_create (2). diff --git a/man3/dprintf.3 b/man3/dprintf.3 index 981a15b5c3..4a72516e5a 100644 --- a/man3/dprintf.3 +++ b/man3/dprintf.3 @@ -67,7 +67,7 @@ instead of to a stream. .SH "CONFORMING TO" These functions are GNU extensions that are nowadays specified in -POSIX.1-2008 +POSIX.1-2008. .\" .SH NOTES .\" These functions are GNU extensions, not in C or POSIX. .\" Clearly, the names were badly chosen. diff --git a/man7/aio.7 b/man7/aio.7 index cf9be80eee..d5e684666a 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -190,7 +190,7 @@ or was greater than the limit returned by the call .SH VERSIONS The POSIX AIO interfaces are provided by glibc since version 2.1. .SH CONFORMING TO -POSIX.1-2001, POSIX.1-2008 +POSIX.1-2001, POSIX.1-2008. .SH EXAMPLE The program below opens each of the files named in its command-line arguments and queues a request on the resulting file descriptor using |
