aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man1/tty.1
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/man/man1/tty.1')
-rw-r--r--ja_JP.eucJP/man/man1/tty.17
1 files changed, 4 insertions, 3 deletions
diff --git a/ja_JP.eucJP/man/man1/tty.1 b/ja_JP.eucJP/man/man1/tty.1
index 42a9e92e37..0101556c91 100644
--- a/ja_JP.eucJP/man/man1/tty.1
+++ b/ja_JP.eucJP/man/man1/tty.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)tty.1 8.1 (Berkeley) 6/6/93
-.\" %FreeBSD: src/usr.bin/tty/tty.1,v 1.6 1999/08/28 01:07:01 peter Exp %
+.\" %FreeBSD: src/usr.bin/tty/tty.1,v 1.6.2.1 2002/06/21 15:29:47 charnier Exp %
.\" $FreeBSD$
.\"
.Dd June 6, 1993
@@ -47,7 +47,8 @@
.Op Fl s
.Sh 解説
.Nm
-は、標準入力になっている端末の名前を標準出力へ出力します。この名前は、
+ユーティリティは、標準入力になっている端末の名前を標準出力へ出力します。
+この名前は、
.Xr ttyname 3
で得られる文字列です。標準入力が端末でない場合は、
``not a tty'' と出力します。
@@ -61,7 +62,7 @@
.El
.Pp
.Nm
-は標準入力が端末だった場合は 0 を、端末でなかった場合
+ユーティリティは、標準入力が端末だった場合は 0 を、端末でなかった場合
は 1 を、エラーが起きた場合は 2 以上の値を返します。
.Sh 関連項目
.Xr test 1 ,