From 4b3f0312c9358a3a05b75aaab72aeee1ac869101 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 13 Dec 1996 22:04:31 +0000 Subject: (lib.tex): Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama. --- Doc/libtermios.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/libtermios.tex') diff --git a/Doc/libtermios.tex b/Doc/libtermios.tex index e55aab4119..3d007c3e1d 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} -- cgit v1.2.1