diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-24 11:44:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-24 11:44:23 -0700 |
commit | c1a2fc6577a5d41fe0cd70738f288209c6299b1f (patch) | |
tree | 009bea5b7520f288d866288a9d9bae18ff3cb001 | |
parent | 4bf7266d1a28a4562fa7c6536a0406e4bd2555d3 (diff) | |
download | txr-c1a2fc6577a5d41fe0cd70738f288209c6299b1f.tar.gz txr-c1a2fc6577a5d41fe0cd70738f288209c6299b1f.tar.bz2 txr-c1a2fc6577a5d41fe0cd70738f288209c6299b1f.zip |
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.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |