summaryrefslogtreecommitdiffstats
path: root/Doc/libtermios.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libtermios.tex')
-rw-r--r--Doc/libtermios.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libtermios.tex b/Doc/libtermios.tex
index e55aab4..3d007c3 100644
--- a/Doc/libtermios.tex
+++ b/Doc/libtermios.tex
@@ -73,7 +73,7 @@ suspend input, or \code{TERMIOS.TCION} to restart input.
Here's a function that prompts for a password with echoing turned off.
Note the technique using a separate \code{termios.tcgetattr()} call
-and a \code{try {\ldots} finally} statement to ensure that the old tty
+and a \code{try \ldots{} finally} statement to ensure that the old tty
attributes are restored exactly no matter what happens:
\begin{verbatim}