From c1a2fc6577a5d41fe0cd70738f288209c6299b1f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 24 Jun 2017 11:44:23 -0700 Subject: doc: tcsetattr actions arg optiona. * txr.1: the actions argument of tcsetattr is optional and its defaulting is correctly described. Fix the syntax synopsis which wrongly indicates that it is required. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 27d89308..327d2007 100644 --- a/txr.1 +++ b/txr.1 @@ -50705,7 +50705,7 @@ and .coNP Functions @ tcgetattr and @ tcsetattr .synb .mets (tcgetattr <> [ device ]) -.mets (tcsetattr < termios < actions <> [ device ]) +.mets (tcsetattr < termios >> [ actions <> [ device ]]) .syne .desc The -- cgit v1.2.3