From cd0318a314d3912aa095d04752633e884ba901ee 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