summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stty/stty.1')
-rw-r--r--bin/stty/stty.16
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index 26732d2..28f3e1d 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -480,14 +480,12 @@ This means that unsetting
may not put back all the setting that were previously in effect.
To set the terminal into a raw state and then accurately restore it, the following
shell code is recommended:
-.nf
-
+.Bd -literal
save_state=$(stty -g)
stty raw
\&...
stty "$save_state"
-
-.fi
+.Ed
.It Cm size
The size of the terminal is printed as two numbers on a single line,
first rows, then columns.
OpenPOWER on IntegriCloud