summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-06-27 10:55:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-06-27 10:55:10 -0700
commit0197d1dc1c43b808bfbe641ef702b10128fbdc9d (patch)
tree596ff259d99d8afca2ae324ba3aff2632fc0c197 /txr.1
parent432dac666c1b87bfee9a6eeefbb05908d465d420 (diff)
downloadtxr-0197d1dc1c43b808bfbe641ef702b10128fbdc9d.tar.gz
txr-0197d1dc1c43b808bfbe641ef702b10128fbdc9d.tar.bz2
txr-0197d1dc1c43b808bfbe641ef702b10128fbdc9d.zip
New function strsignal.
* configure: detect strsignal, producing HAVE_STRSIGNAL symbol in config.h. * sysif.c (strsignal_wrap): New function. (sysif_init): Register strsignal intrinsic. * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.110
1 files changed, 10 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 597c0723..84b1dab7 100644
--- a/txr.1
+++ b/txr.1
@@ -60916,6 +60916,16 @@ The return value is
if the function succeeds, otherwise
.codn nil .
+.coNP Function @ strsignal
+.synb
+.mets (strsignal << signal )
+.syne
+.desc
+The
+.code strsignal
+function returns a character string describing the specified signal number.
+It is based on the same-named POSIX C library function.
+
.SS* Unix Processes
.coNP Functions @ fork and @ wait