aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/futimesat.24
-rw-r--r--man2/getrlimit.24
-rw-r--r--man2/nanosleep.24
-rw-r--r--man2/select.24
-rw-r--r--man2/semop.24
-rw-r--r--man2/sigwaitinfo.24
-rw-r--r--man2/timer_create.24
-rw-r--r--man2/timer_delete.24
-rw-r--r--man2/timer_getoverrun.24
-rw-r--r--man2/timer_settime.24
10 files changed, 30 insertions, 10 deletions
diff --git a/man2/futimesat.2 b/man2/futimesat.2
index 7b8144c5fe..6ac9a92003 100644
--- a/man2/futimesat.2
+++ b/man2/futimesat.2
@@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR futimesat ():
-_GNU_SOURCE
+.nf
+ _GNU_SOURCE
+.fi
.SH DESCRIPTION
This system call is obsolete.
Use
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index 417532ea05..c58c81129b 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -82,7 +82,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR prlimit ():
-_GNU_SOURCE
+.nf
+ _GNU_SOURCE
+.fi
.SH DESCRIPTION
The
.BR getrlimit ()
diff --git a/man2/nanosleep.2 b/man2/nanosleep.2
index 248cfb1578..6d62a6d45f 100644
--- a/man2/nanosleep.2
+++ b/man2/nanosleep.2
@@ -47,7 +47,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR nanosleep ():
-_POSIX_C_SOURCE\ >=\ 199309L
+.nf
+ _POSIX_C_SOURCE\ >=\ 199309L
+.fi
.SH DESCRIPTION
.BR nanosleep ()
suspends the execution of the calling thread
diff --git a/man2/select.2 b/man2/select.2
index 65ddf5c41d..68e5a6b59d 100644
--- a/man2/select.2
+++ b/man2/select.2
@@ -64,7 +64,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR pselect ():
-_POSIX_C_SOURCE\ >=\ 200112L
+.nf
+ _POSIX_C_SOURCE\ >=\ 200112L
+.fi
.SH DESCRIPTION
.BR select ()
allows a program to monitor multiple file descriptors,
diff --git a/man2/semop.2 b/man2/semop.2
index 99de83b684..77db49f82c 100644
--- a/man2/semop.2
+++ b/man2/semop.2
@@ -52,7 +52,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR semtimedop ():
-_GNU_SOURCE
+.nf
+ _GNU_SOURCE
+.fi
.SH DESCRIPTION
Each semaphore in a System\ V semaphore set
has the following associated values:
diff --git a/man2/sigwaitinfo.2 b/man2/sigwaitinfo.2
index 87eaf39aaf..a3fd0a556e 100644
--- a/man2/sigwaitinfo.2
+++ b/man2/sigwaitinfo.2
@@ -42,7 +42,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR sigwaitinfo (),
.BR sigtimedwait ():
-_POSIX_C_SOURCE\ >=\ 199309L
+.nf
+ _POSIX_C_SOURCE\ >=\ 199309L
+.fi
.SH DESCRIPTION
.BR sigwaitinfo ()
suspends execution of the calling thread until one of the signals in
diff --git a/man2/timer_create.2 b/man2/timer_create.2
index 2184793cd9..abd561c0e5 100644
--- a/man2/timer_create.2
+++ b/man2/timer_create.2
@@ -43,7 +43,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR timer_create ():
-_POSIX_C_SOURCE\ >=\ 199309L
+.nf
+ _POSIX_C_SOURCE\ >=\ 199309L
+.fi
.SH DESCRIPTION
.BR timer_create ()
creates a new per-process interval timer.
diff --git a/man2/timer_delete.2 b/man2/timer_delete.2
index deb1cd900a..1d2420da69 100644
--- a/man2/timer_delete.2
+++ b/man2/timer_delete.2
@@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR timer_delete ():
-_POSIX_C_SOURCE\ >=\ 199309L
+.nf
+ _POSIX_C_SOURCE\ >=\ 199309L
+.fi
.SH DESCRIPTION
.BR timer_delete ()
deletes the timer whose ID is given in
diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2
index 09a83ea178..48d8b9fab5 100644
--- a/man2/timer_getoverrun.2
+++ b/man2/timer_getoverrun.2
@@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR timer_getoverrun ():
-_POSIX_C_SOURCE\ >=\ 199309L
+.nf
+ _POSIX_C_SOURCE\ >=\ 199309L
+.fi
.SH DESCRIPTION
.BR timer_getoverrun ()
returns the "overrun count" for the timer referred to by
diff --git a/man2/timer_settime.2 b/man2/timer_settime.2
index b7c20c04be..19b850920e 100644
--- a/man2/timer_settime.2
+++ b/man2/timer_settime.2
@@ -46,7 +46,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR timer_settime (),
.BR timer_gettime ():
-_POSIX_C_SOURCE\ >=\ 199309L
+.nf
+ _POSIX_C_SOURCE\ >=\ 199309L
+.fi
.SH DESCRIPTION
.BR timer_settime ()
arms or disarms the timer identified by