@@ -18,9 +18,8 @@ msgstr ""
18
18
"Generated-By : Babel 2.17.0\n "
19
19
20
20
#: ../../library/tty.rst:2
21
- #, fuzzy
22
21
msgid ":mod:`!tty` --- Terminal control functions"
23
- msgstr ":mod:`tty` --- 터미널 제어 함수"
22
+ msgstr ":mod:`! tty` --- 터미널 제어 함수"
24
23
25
24
#: ../../library/tty.rst:11
26
25
msgid "**Source code:** :source:`Lib/tty.py`"
@@ -69,30 +68,32 @@ msgid ""
69
68
msgstr ""
70
69
71
70
#: ../../library/tty.rst:50
72
- #, fuzzy
73
71
msgid ""
74
72
"Change the mode of the file descriptor *fd* to raw. If *when* is omitted,"
75
73
" it defaults to :const:`termios.TCSAFLUSH`, and is passed to "
76
74
":func:`termios.tcsetattr`. The return value of :func:`termios.tcgetattr` "
77
75
"is saved before setting *fd* to raw mode; this value is returned."
78
76
msgstr ""
79
77
"파일 기술자 *fd*\\ 의 모드를 raw로 변경합니다. *when*\\ 이 생략되면, 기본값은 "
80
- ":const:`termios.TCSAFLUSH`\\ 이며 :func:`termios.tcsetattr`\\ 로 전달됩니다."
78
+ ":const:`termios.TCSAFLUSH`\\ 이며 :func:`termios.tcsetattr`\\ 로 전달됩니다. "
79
+ "*fd*\\ 를 raw 모드로 설정하기 전에 :func:`termios.tcgetattr`\\ 의 반환값을 보관합니다; 이 값을 "
80
+ "반환합니다."
81
81
82
82
#: ../../library/tty.rst:55 ../../library/tty.rst:69
83
83
msgid "The return value is now the original tty attributes, instead of ``None``."
84
84
msgstr ""
85
85
86
86
#: ../../library/tty.rst:61
87
- #, fuzzy
88
87
msgid ""
89
88
"Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, "
90
89
"it defaults to :const:`termios.TCSAFLUSH`, and is passed to "
91
90
":func:`termios.tcsetattr`. The return value of :func:`termios.tcgetattr` "
92
91
"is saved before setting *fd* to cbreak mode; this value is returned."
93
92
msgstr ""
94
93
"파일 기술자 *fd*\\ 의 모드를 cbreak로 변경합니다. *when*\\ 이 생략되면, 기본값은 "
95
- ":const:`termios.TCSAFLUSH`\\ 이며 :func:`termios.tcsetattr`\\ 로 전달됩니다."
94
+ ":const:`termios.TCSAFLUSH`\\ 이며 :func:`termios.tcsetattr`\\ 로 전달됩니다. "
95
+ "*fd*\\ 를 cbreak 모드로 설정하기 전에 :func:`termios.tcgetattr`\\ 의 반환값을 보관합니다; 이 값을 "
96
+ "반환합니다."
96
97
97
98
#: ../../library/tty.rst:66
98
99
msgid ""
0 commit comments