OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / util-linux / draft / man1 / reset.1
1 .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
2 .\" May be distributed under the GNU General Public License
3 .\"
4 .\" Japanese Version Copyright (c) 1999 NAKANO Takeo all rights reserved.
5 .\" Translated Sat 23 Oct 1999 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
6 .\"
7 .TH RESET 1 "10 October 1993" "Linux 0.99" "Linux Programmer's Manual"
8 .\"O .SH NAME
9 .\"O reset \- reset the terminal
10 .SH Ì¾Á°
11 reset \- Ã¼Ëö¤ò¥ê¥»¥Ã¥È¤¹¤ë
12 .\"O .SH SYNOPSIS
13 .SH ½ñ¼°
14 .BR reset
15 .\"O .SH DESCRIPTION
16 .SH ÀâÌÀ
17 .\"O .B reset
18 .\"O calls
19 .\"O .BR tput (1)
20 .\"O with the
21 .\"O .IR clear , rmacs , rmm , rmul , rs1 , rs2 ", and " rs3
22 .\"O arguments.  This causes
23 .\"O .B tput
24 .\"O to send appropriate reset strings to the terminal based on information in
25 .\"O .I /etc/termcap
26 .\"O (for the GNU or BSD
27 .\"O .BR tput )
28 .\"O or in the terminfo database
29 .\"O (for the
30 .\"O .B ncurses
31 .\"O .BR tput ).
32 .B reset
33 ¤Ï
34 .BR tput (1)
35 ¤ò
36 .IR clear , rmacs , rmm , rmul , rs1 , rs2 , rs3
37 °ú¿ô¤òÉÕ¤±¤Æ¸Æ¤Ö¡£¤¹¤ë¤È
38 .B tput
39 ¤Ï¡¢¸½ºß¤ÎüËö¤ËŬ¹ç¤·¤¿¥ê¥»¥Ã¥Èʸ»úÎó¤òÁ÷¤ë¡£
40 ʸ»úÎó¤Î¾ðÊó¤Ï¡¢ GNU ¤Þ¤¿¤Ï BSD \fBtput\fR ¤Ç¤Ï
41 .I /etc/termcap
42 ¤«¤é¼èÆÀ¤µ¤ì¡¢ \fBncurses\fR ¤Î \fBtput\fR ¤Ç¤Ï
43 .I /etc/terminfo
44 ¤«¤é¼èÆÀ¤µ¤ì¤ë¡£
45 .\"O This sequence seems to be sufficient to reset the Linux VC's when they
46 .\"O start printing "funny-looking" characters.  For good measure,
47 .\"O .BR stty (1)
48 .\"O is called with the
49 .\"O .I sane
50 .\"O argument in an attempt to get cooked mode back.
51 ¤³¤Îʸ»úÎó¥·¡¼¥±¥ó¥¹¤Ç¡¢
52 ¡Ö̯¤Ê¡×ʸ»ú¤òɽ¼¨¤·¤Ï¤¸¤á¤¿
53 Linux ²¾ÁÛ¥³¥ó¥½¡¼¥ë¤ò¥ê¥»¥Ã¥È¤¹¤ë¤Ë¤Ï½¼Ê¬¤Ê¤è¤¦¤Ç¤¢¤ë¡£
54 üËö¤ò cooked ¥â¡¼¥É (²Ã¹©¥â¡¼¥É) ¤ËÌ᤽¤¦¤È¤¹¤ë»î¤ß¤Ë¤ª¤¤¤Æ¤Ï¡¢
55 ¤¦¤Þ¤¯¤¤¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¤ò³Îǧ¤¹¤ë¤¿¤á¡¢
56 .BR stty (1)
57 ¤¬°ú¿ô
58 .I sane
59 ¤È¤È¤â¤Ë¸Æ¤Ó½Ð¤µ¤ì¤ë¡£
60 .\"O .SH "SEE ALSO"
61 .SH ´ØÏ¢¹àÌÜ
62 .BR clear (1),
63 .BR stty (1),
64 .BR tput (1)
65 .\"O .SH AUTHOR
66 .SH Ãø¼Ô
67 Rik Faith (faith@cs.unc.edu)