]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: ffix
authorGuillem Jover <guillem@hadrons.org>
Sun, 16 Apr 2023 23:19:16 +0000 (01:19 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 18 Apr 2023 20:57:34 +0000 (22:57 +0200)
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>
man2/futex.2
man4/random.4
man7/capabilities.7
man7/hier.7
man7/rtld-audit.7

index 92eccde5b1aa149b1a44deba9fc9095919ef260a..eb4abac9e81eb224084a79d04e281314b68da0eb 100644 (file)
@@ -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
index 38396b667944a3c90db86efcb26f72872966022c..edd047b77fa6aa06924b9317856415f7029f72ff 100644 (file)
@@ -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.
 .\"
index a9a676891ed47818c1a7a149e0b1a0dc0b9c0b8b..013efb0a5d325d90ae5ecdada7d9698deb5ac796 100644 (file)
@@ -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
index dc254c26922b912628bf888f88ed92bdebbfe274..20a8a103b9c697e661d49de85a72188f835ab568 100644 (file)
@@ -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.
index c5d4fdddcb33057c7df45c2738ea375e6fe9ba6f..cc4b0431bde12bebddb6c09b63b147810e74ec76 100644 (file)
@@ -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) */"