diff options
| -rw-r--r-- | man3/arc4random.3 | 2 | ||||
| -rw-r--r-- | man7/man-pages.7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/arc4random.3 b/man3/arc4random.3 index c3d3fe3d5b..d99adad816 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 af06d27dc9..2af6f937bc 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. |
