diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-06-29 05:25:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-06-29 05:25:16 -0700 |
commit | 3cbdf2ffbb74fa1cf78af4a76ba51e4cc479c493 (patch) | |
tree | e1ac08c3ec73eade7e79d1cda3f8473c3811c3f6 | |
parent | d857031fbc52daf7cf2cf73b7f13a11acafec19f (diff) | |
download | txr-3cbdf2ffbb74fa1cf78af4a76ba51e4cc479c493.tar.gz txr-3cbdf2ffbb74fa1cf78af4a76ba51e4cc479c493.tar.bz2 txr-3cbdf2ffbb74fa1cf78af4a76ba51e4cc479c493.zip |
doc: typo in new text about file descriptor option.
* txr.1: Fix "descriptr" typo.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66257,7 +66257,7 @@ also supports a special syntax. This syntax specifies an alternative file descriptor in the process to which the returned stream should be connected. By default, when the process is opened for writing, its standard -output descriptpr 1 is used, and when it is opened for reading, +output descriptor 1 is used, and when it is opened for reading, its standard input descriptor 0 is used. This option overrides the choice of descriptor. The .meta fdno |