summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2023-04-17 01:19:16 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-18 22:57:34 +0200
commit6693a21cf73c502f2429b4ec07698130a2be9a93 (patch)
treee5d6f3cdad8bada02372475041b66e23f9d085f0
parent32fb0c72d195df28989655659cdea34e5c2f7081 (diff)
man*/: ffix
Escape dashes on UUIDs, URLs, and file and package names. Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/futex.22
-rw-r--r--man4/random.42
-rw-r--r--man7/capabilities.72
-rw-r--r--man7/hier.72
-rw-r--r--man7/rtld-audit.72
5 files changed, 5 insertions, 5 deletions
diff --git a/man2/futex.2 b/man2/futex.2
index 92eccde5b..eb4abac9e 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -1965,7 +1965,7 @@ Drepper, U., 2011. \fIFutexes Are Tricky\fP,
.UR http://www.akkadia.org/drepper/futex.pdf
.UE
.PP
-Futex example library, futex-*.tar.bz2 at
+Futex example library, futex\-*.tar.bz2 at
.br
.UR https://mirrors.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
.UE
diff --git a/man4/random.4 b/man4/random.4
index 38396b667..edd047b77 100644
--- a/man4/random.4
+++ b/man4/random.4
@@ -265,7 +265,7 @@ These values can be changed by writing to the files.
.TP
.IR uuid " and " boot_id
These read-only files
-contain random strings like 6fd5a44b-35f4-4ad4-a9b9-6b9be13e1fe9.
+contain random strings like 6fd5a44b\-35f4\-4ad4\-a9b9\-6b9be13e1fe9.
The former is generated afresh for each read, the latter was
generated once.
.\"
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index a9a676891..013efb0a5 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -1759,7 +1759,7 @@ capabilities and user namespaces, see
.SH STANDARDS
No standards govern capabilities, but the Linux capability implementation
is based on the withdrawn
-.UR https://archive.org\:/details\:/posix_1003.1e-990310
+.UR https://archive.org\:/details\:/posix_1003.1e\-990310
POSIX.1e draft standard
.UE .
.SH NOTES
diff --git a/man7/hier.7 b/man7/hier.7
index dc254c269..20a8a103b 100644
--- a/man7/hier.7
+++ b/man7/hier.7
@@ -273,7 +273,7 @@ and
point at a random kernel tree.
Debian systems don't do this
and use headers from a known good kernel
-version, provided in the libc*-dev package.)
+version, provided in the libc*\-dev package.)
.TP
.I /usr/include/g++
Include files to use with the GNU C++ compiler.
diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7
index c5d4fdddc..cc4b0431b 100644
--- a/man7/rtld-audit.7
+++ b/man7/rtld-audit.7
@@ -7,7 +7,7 @@
.\"
.TH RTLD-AUDIT 7 (date) "Linux man-pages (unreleased)"
.SH NAME
-rtld-audit \- auditing API for the dynamic linker
+rtld\-audit \- auditing API for the dynamic linker
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"