From 3cbdf2ffbb74fa1cf78af4a76ba51e4cc479c493 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 29 Jun 2024 05:25:16 -0700 Subject: doc: typo in new text about file descriptor option. * txr.1: Fix "descriptr" typo. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index b9366939..af05e63c 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3