aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/psignal.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-17 22:43:18 +0200
committerAlejandro Colomar <alx@kernel.org>2025-03-30 12:31:37 +0200
commita82917ada0509758ac6d717402858536af3a032d (patch)
treece8bc810a6c9f2f0ef5c7641392613d6b8a2ed0e /man/man3/psignal.3
parentc47826785d91e9cd8c2957d789e50a50e36833e0 (diff)
downloadman-pages-a82917ada0509758ac6d717402858536af3a032d.tar.gz
man/: srcfix (\fX => \f[X])
While doing this global change, fix other minor issues found nearby. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/psignal.3')
-rw-r--r--man/man3/psignal.321
1 files changed, 16 insertions, 5 deletions
diff --git a/man/man3/psignal.3 b/man/man3/psignal.3
index 6927982fe1..884e7cb42c 100644
--- a/man/man3/psignal.3
+++ b/man/man3/psignal.3
@@ -42,11 +42,22 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
The
.BR psignal ()
-function displays a message on \fIstderr\fP
-consisting of the string \fIs\fP, a colon, a space, a string
-describing the signal number \fIsig\fP, and a trailing newline.
-If the string \fIs\fP is NULL or empty, the colon and space are omitted.
-If \fIsig\fP is invalid,
+function displays a message on
+.I stderr
+consisting of the string
+.IR s ,
+a colon,
+a space,
+a string
+describing the signal number
+.IR sig ,
+and a trailing newline.
+If the string
+.I s
+is NULL or empty, the colon and space are omitted.
+If
+.I sig
+is invalid,
the message displayed will indicate an unknown signal.
.P
The