OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / release / man1 / tty.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU tty man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\" 
18 .TH tty 1 "18 June 2002" "GNU Shell Utilities 2.1"
19 .SH 名前
20 tty \- 標準入力に接続されている端末のファイル名を表示する
21 .SH 書式
22 .B tty [\-s] [\-\-silent] [\-\-quiet]
23 .sp
24 .B tty [\-\-help] [\-\-version]
25 .SH 説明
26 .B tty
27 は自分の標準入力に接続されている端末のファイル名を出力する。
28 もし標準入力が端末でなければ、 `not a tty'と出力する。
29 終了ステータスは以下の通り:
30 .\"nakano add .LP here
31 .LP
32 .nf
33 0 標準入力が端末
34 1 標準入力が端末でない
35 2 間違った引数が与えられた
36 3 書き込みエラーが発生した
37 .fi
38 .SH オプション
39 .TP
40 .B "\-\-help"
41 標準出力に使用方法のメッセージを出力して正常終了する。
42 何も表示せず、終了ステータスだけを返す。
43 .TP
44 .B "\-\-version"
45 標準出力にバージョン情報を出力して正常終了する。
46 .SH 注意
47 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
48 ページの更新は Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が行っています。