aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/dlopen.32
-rw-r--r--man3/getauxval.36
-rw-r--r--man3/gnu_get_libc_version.32
-rw-r--r--man3/pthread_atfork.32
-rw-r--r--man3/sem_post.32
-rw-r--r--man3/setjmp.32
-rw-r--r--man3/strftime.32
7 files changed, 9 insertions, 9 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 3b21e8257c..8e18f70c07 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -622,7 +622,7 @@ main(void)
.BR dlerror (3),
.BR dlinfo (3),
.BR dlsym (3),
-.BR rtld-audit (7),
+.BR rtld\-audit (7),
.BR ld.so (8),
.BR ldconfig (8)
.PP
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 2b7b1f270f..c8643ebc74 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -192,7 +192,7 @@ Alternatively,
a nonzero value may be triggered by a Linux Security Module.
When this value is nonzero,
the dynamic linker disables the use of certain environment variables (see
-.BR ld-linux.so (8))
+.BR ld\-linux.so (8))
and glibc changes other aspects of its behavior.
(See also
.BR secure_getenv (3).)
@@ -247,7 +247,7 @@ This function is a nonstandard glibc extension.
.SH NOTES
The primary consumer of the information in the auxiliary vector
is the dynamic linker,
-.BR ld-linux.so (8).
+.BR ld\-linux.so (8).
The auxiliary vector is a convenient and efficient shortcut
that allows the kernel to communicate a certain set of standard
information that the dynamic linker usually or always needs.
@@ -284,4 +284,4 @@ was zero.
.SH SEE ALSO
.BR secure_getenv (3),
.BR vdso (7),
-.BR ld-linux.so (8)
+.BR ld\-linux.so (8)
diff --git a/man3/gnu_get_libc_version.3 b/man3/gnu_get_libc_version.3
index 42826a674f..4aa9fe7528 100644
--- a/man3/gnu_get_libc_version.3
+++ b/man3/gnu_get_libc_version.3
@@ -28,7 +28,7 @@
gnu_get_libc_version, gnu_get_libc_release \- get glibc version and release
.SH SYNOPSIS
.nf
-.B #include <gnu/libc-version.h>
+.B #include <gnu/libc\-version.h>
.PP
.B const char *gnu_get_libc_version(void);
.B const char *gnu_get_libc_release(void);
diff --git a/man3/pthread_atfork.3 b/man3/pthread_atfork.3
index 2d480bd7e9..ac517d0f39 100644
--- a/man3/pthread_atfork.3
+++ b/man3/pthread_atfork.3
@@ -111,7 +111,7 @@ After a
.BR fork (2)
in a multithreaded process returns in the child,
the child should call only async-signal-safe functions (see
-.BR signal-safety (7))
+.BR signal\-safety (7))
until such time as it calls
.BR execve (2)
to execute a new program.
diff --git a/man3/sem_post.3 b/man3/sem_post.3
index 2f1b53320d..69b970b7c5 100644
--- a/man3/sem_post.3
+++ b/man3/sem_post.3
@@ -85,4 +85,4 @@ and
.BR sem_getvalue (3),
.BR sem_wait (3),
.BR sem_overview (7),
-.BR signal-safety (7)
+.BR signal\-safety (7)
diff --git a/man3/setjmp.3 b/man3/setjmp.3
index c456681b13..828d663f66 100644
--- a/man3/setjmp.3
+++ b/man3/setjmp.3
@@ -324,4 +324,4 @@ returning from the initial call to
.IR main ().
.SH SEE ALSO
.BR signal (7),
-.BR signal-safety (7)
+.BR signal\-safety (7)
diff --git a/man3/strftime.3 b/man3/strftime.3
index ce4ac62709..62625673d0 100644
--- a/man3/strftime.3
+++ b/man3/strftime.3
@@ -177,7 +177,7 @@ Modifier: use alternative ("era-based") format, see below. (SU)
.TP
.B %F
Equivalent to
-.B %Y-%m-%d
+.B %Y\-%m\-%d
(the ISO\ 8601 date format). (C99)
.TP
.B %G