diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-06-29 14:01:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-06-29 14:01:27 -0700 |
commit | 49084ad6fc1246fb5a27c79a391ccf68a72be1ca (patch) | |
tree | e92d9fd43fe19513ac2b19ca2607dbe7b88cf94d /txr.1 | |
parent | f1f41419f964a4c7010b0ad3ec68f0d21fe6f81d (diff) | |
download | txr-49084ad6fc1246fb5a27c79a391ccf68a72be1ca.tar.gz txr-49084ad6fc1246fb5a27c79a391ccf68a72be1ca.tar.bz2 txr-49084ad6fc1246fb5a27c79a391ccf68a72be1ca.zip |
doc: remove references to non-fork platforms.
* txr.1: Remove references to limitations in open-process on
platforms which don't have fork. It's simply not implemented on
those platforms at all any more. This documentation referred
to a MinGW port of TXR which has not been maintained in many
years. Also remove text which says that open-subprocess is only
available on platforms with fork.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 19 |
1 files changed, 3 insertions, 16 deletions
@@ -62534,9 +62534,7 @@ situation also. If a coprocess terminates abnormally or unsuccessfully, an exception is raised. -On platforms which have the -.code fork -function, the +The .meta mode-string argument of .code open-process @@ -62619,22 +62617,11 @@ output of the process. In that process, standard error is redirected to standard output, standard input is connected to the null device, and descriptor 27 is redirected to descriptor 31. -Note: on platforms which don't have a -.code fork -function, the implementation of -.code open-process -is simulated via -.code open-command -and therefore does not support the redirection syntax; it is parsed -and ignored. - The .code open-subprocess function is a variant of -.code open-process -that is available on platforms which have a -.code fork -function. This function has all the same argument conventions and semantics as +.codn open-process . +This function has all the same argument conventions and semantics as .codn open-process , adding the .meta function |