summaryrefslogtreecommitdiff
path: root/doc/glibc-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-22 17:52:06 +0200
committerBruno Haible <bruno@clisp.org>2020-08-22 17:52:42 +0200
commit3c8ec93cf07da89693c230e7e91933fc562a2142 (patch)
tree0bdbd3f02b268a00429d5cd89cea0b1f307090ed /doc/glibc-functions
parent851250d07b17e9af52c43881eedc369f1341e1d1 (diff)
downloadgnulib-3c8ec93cf07da89693c230e7e91933fc562a2142.tar.gz
doc: Mention sig2str module.
* doc/glibc-functions/sigabbrev_np.texi: Mention the sig2str module.
Diffstat (limited to 'doc/glibc-functions')
-rw-r--r--doc/glibc-functions/sigabbrev_np.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/glibc-functions/sigabbrev_np.texi b/doc/glibc-functions/sigabbrev_np.texi
index 90a4c06ed4..8e91af7cb4 100644
--- a/doc/glibc-functions/sigabbrev_np.texi
+++ b/doc/glibc-functions/sigabbrev_np.texi
@@ -22,3 +22,7 @@ glibc 2.31, Mac OS X 10.13, FreeBSD 6.4, NetBSD 9.0, OpenBSD 3.8, Minix 3.1.8, A
Portability problems not fixed by Gnulib:
@itemize
@end itemize
+
+Note: Gnulib has a module @code{sig2str} that contains an equivalent function
+and also one that does the opposite conversion, from an abbreviated signal name
+to a signal number.