aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/timer_create.22
-rw-r--r--man2/timer_delete.22
-rw-r--r--man2/timer_getoverrun.22
-rw-r--r--man2/timer_settime.22
4 files changed, 4 insertions, 4 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).