From 82b6d79719367fb6cfebdcf86dacefdd650af4ef Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 1 Nov 2010 07:21:04 +0100 Subject: [PATCH] timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, dprintf.3, aio.7: grfix Signed-off-by: Michael Kerrisk --- man2/timer_create.2 | 2 +- man2/timer_delete.2 | 2 +- man2/timer_getoverrun.2 | 2 +- man2/timer_settime.2 | 2 +- man3/dprintf.3 | 2 +- man7/aio.7 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 00a0e4840..b38b5730c 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 88c74402e..a3b453189 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 2d2ec9397..5c144a89d 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 bf3c8d53f..fe0ced8e5 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 981a15b5c..4a72516e5 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 cf9be80ee..d5e684666 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