summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-15 12:50:22 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-15 12:50:31 +0100
commitb428a1b95a6469deccbf3355e2d6f30679658c16 (patch)
tree597872a90f783d3d249b43186e9d7349cdf03506
parent7ea4a747e1ae1e8a326bdd7c05ec5ed11a9462a2 (diff)
arc4random.3, man-pages.7: ffix
Reported-by: Jakub Wilk <jwilk@jwilk.net> Cc: Tom Schwindl <schwindl@posteo.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/arc4random.32
-rw-r--r--man7/man-pages.72
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/arc4random.3 b/man3/arc4random.3
index c3d3fe3d5..d99adad81 100644
--- a/man3/arc4random.3
+++ b/man3/arc4random.3
@@ -9,7 +9,7 @@ arc4random, arc4random_uniform, arc4random_buf
\- cryptographically-secure pseudorandom number generator
.SH LIBRARY
Standard C library
-.RI ( libc ", " -lc )
+.RI ( libc ", " \-lc )
.SH SYNOPSIS
.nf
.B #include <stdlib.h>
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index af06d27dc..2af6f937b 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -194,7 +194,7 @@ It shows the common name of the library,
and in parentheses,
the name of the library file
and, if needed, the linker flag needed to link a program against it:
-.RI ( libfoo "[, " -lfoo ]).
+.RI ( libfoo "[, " \-lfoo ]).
.TP
.B SYNOPSIS
A brief summary of the command or function's interface.