OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / release / man1 / true.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 true 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 .\" Updated & Modified Sat Jan 24 21:25:01 JST 2004
18 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
19 .\" 
20 .TH true 1 "18 June 2002" "GNU Shell Utilities 2.1"
21 .SH 名前
22 true \- 何もせずに成功する
23 .SH 書式
24 .B true [\-\-help] [\-\-version]
25 .SH 説明
26 .B true
27 は終了ステータスとして「成功」を意味する 0 を返す以外何もしない。
28
29 バイナリとして実装されているので、
30 成功するコマンドがシェルスクリプトで必要になった場合は
31 これを利用すると良い (しかしシェルの組み込みコマンドの
32 `\fB:\fP' の方が高速かもしれない)。
33
34 環境変数 POSIXLY_CORRECT が設定されている場合、
35 \fBtrue\fR は \fB\-\-help\fR と \fB\-\-version\fR を無視する。
36 .SH オプション
37 .TP
38 .B "\-\-help"
39 標準出力に使用方法のメッセージを出力して正常終了する。
40 .TP
41 .B "\-\-version"
42 標準出力にバージョン情報を出力して正常終了する。
43 .SH 注意
44 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
45 ページの更新は Ragnar Hojland Espinosa
46 <ragnar@ragnar-hojland.com> が行っています。