From dec3f26d0337cc82213c020d0ab54627f1eff6c7 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Wed, 18 Apr 2012 21:00:30 +0900 Subject: [PATCH] GNU_bash: some bash release pages was not placed properly. bashbug.1, rbash.1, builtins.1 which should be placed in release/man1 were just under 'release' directory by mistake. This commit fixed the bug. --- manual/GNU_bash/release/bashbug.1 | 70 --------------------------------- manual/GNU_bash/release/builtins.1 | 24 ----------- manual/GNU_bash/release/man1/bashbug.1 | 31 +++++++++++++-- manual/GNU_bash/release/man1/builtins.1 | 17 ++++---- manual/GNU_bash/release/man1/rbash.1 | 6 +-- manual/GNU_bash/release/rbash.1 | 14 ------- 6 files changed, 40 insertions(+), 122 deletions(-) delete mode 100644 manual/GNU_bash/release/bashbug.1 delete mode 100644 manual/GNU_bash/release/builtins.1 delete mode 100644 manual/GNU_bash/release/rbash.1 diff --git a/manual/GNU_bash/release/bashbug.1 b/manual/GNU_bash/release/bashbug.1 deleted file mode 100644 index 3efdb5b0..00000000 --- a/manual/GNU_bash/release/bashbug.1 +++ /dev/null @@ -1,70 +0,0 @@ -.\" MAN PAGE COMMENTS to -.\" -.\" Chet Ramey -.\" Case Western Reserve University -.\" chet@po.cwru.edu -.\" -.\" Last Change: Tue Apr 3 15:46:30 EDT 2007 -.\" -.\" Translated Sun Nov 21 22:37:41 JST 1999 -.\" by FUJIWARA Teruyoshi -.\" Updated 2011-09-11, Akihiro MOTOKI -.\" -.TH BASHBUG 1 "1998 July 30" "GNU Bash-4.0" -.SH 名前 -bashbug \- bash のバグを報告する -.SH 書式 -\fBbashbug\fP [\fI--version\fP] [\fI--help\fP] [\fIemail-address\fP] -.SH 説明 -.B bashbug -は、bash 関連のバグ報告を所定の形式で作成してメールで送付するのを補助 -するシェルスクリプトです。 -.B bashbug -は環境変数 -.SM -.B EDITOR -で指定されたエディタを起動し、バグ報告形式の下書きの一時的なコピーを開 -きます。ユーザは適切な項目を埋めてエディタを終了しなければなりません。 -すると -.B bashbug -は完成した報告を \fIbug-bash@gnu.org\fP あるいは \fIemail-address\fP 宛に -メールで送ります。報告をメールで送れない場合、この報告はコマンドを実行 -したユーザのホームディレクトリの \fIdead.bashbug\fP というファイルに -保存されます。 -.PP -バグ報告形式の下書きは、複数の節からできています。最初の節には、 -マシン、オペレーティングシステム、bash のバージョン、コンパイル環境が -書かれます。2 番目の節にはバグの説明を書かなければなりません。 -3 番目の節にはバグを再現させる方法の説明を書かなければなりません。 -4 番目の節(省略可能)は修正方法の提案のためのものです。 -修正は歓迎されます。 -.SH 環境変数 -.B bashbug -は、以下の環境変数が存在していれば、これらを使用します: -.TP -.B EDITOR -好みのエディタを指定します。 -.SM -.B EDITOR -が設定されていなければ、 -.B bashbug -はデフォルトで -.BR emacs -を使います。 -.TP -.B HOME -メールでの送信に失敗したバグ報告が保存されるディレクトリ。 -.TP -.B TMPDIR -一時的なファイルやディレクトリが作成されるディレクトリ。 -.SH 関連項目 -.TP -\fIbash\fP(1) -.SH 作者 -Brian Fox, Free Software Foundation -.br -bfox@gnu.org -.PP -Chet Ramey, Case Western Reserve University -.br -chet@po.cwru.edu diff --git a/manual/GNU_bash/release/builtins.1 b/manual/GNU_bash/release/builtins.1 deleted file mode 100644 index 8e5a5666..00000000 --- a/manual/GNU_bash/release/builtins.1 +++ /dev/null @@ -1,24 +0,0 @@ -.\" This is a hack to force bash builtins into the whatis database -.\" and to get the list of builtins to come up with the man command. -.\" -.\" Translated Sun Nov 21 22:37:25 JST 1999 -.\" by FUJIWARA Teruyoshi -.\" Updated & Modified Sat May 8 01:36:19 JST 2004 -.\" by Yuichi SATO -.\" -.TH BASH_BUILTINS 1 "2004 Apr 20" "GNU Bash-4.0" -.SH 名前 -bash, :, ., [, alias, bg, bind, break, builtin, caller, -cd, command, compgen, complete, -compopt, continue, declare, dirs, disown, echo, enable, eval, exec, exit, -export, false, fc, fg, getopts, hash, help, history, jobs, kill, -let, local, logout, mapfile, popd, printf, pushd, pwd, read, -readonly, return, set, -shift, shopt, source, suspend, test, times, trap, true, type, typeset, -ulimit, umask, unalias, unset, wait \- bash の組み込みコマンド -(\fBbash\fR(1) を参照) -.SH bash の組み込みコマンド -.nr zZ 1 -.so man1/bash.1 -.SH 関連項目 -bash(1), sh(1) diff --git a/manual/GNU_bash/release/man1/bashbug.1 b/manual/GNU_bash/release/man1/bashbug.1 index c66c809b..3efdb5b0 100644 --- a/manual/GNU_bash/release/man1/bashbug.1 +++ b/manual/GNU_bash/release/man1/bashbug.1 @@ -1,11 +1,20 @@ +.\" MAN PAGE COMMENTS to +.\" +.\" Chet Ramey +.\" Case Western Reserve University +.\" chet@po.cwru.edu +.\" +.\" Last Change: Tue Apr 3 15:46:30 EDT 2007 +.\" .\" Translated Sun Nov 21 22:37:41 JST 1999 .\" by FUJIWARA Teruyoshi -.\" -.TH BASHBUG 1 "1998 July 30" GNU +.\" Updated 2011-09-11, Akihiro MOTOKI +.\" +.TH BASHBUG 1 "1998 July 30" "GNU Bash-4.0" .SH 名前 bashbug \- bash のバグを報告する .SH 書式 -\fBbashbug\fP [\fIaddress\fP] +\fBbashbug\fP [\fI--version\fP] [\fI--help\fP] [\fIemail-address\fP] .SH 説明 .B bashbug は、bash 関連のバグ報告を所定の形式で作成してメールで送付するのを補助 @@ -18,7 +27,7 @@ bashbug \- bash のバグを報告する きます。ユーザは適切な項目を埋めてエディタを終了しなければなりません。 すると .B bashbug -は完成した報告を \fIbug-bash@gnu.org\fP あるいは \fIaddress\fP 宛に +は完成した報告を \fIbug-bash@gnu.org\fP あるいは \fIemail-address\fP 宛に メールで送ります。報告をメールで送れない場合、この報告はコマンドを実行 したユーザのホームディレクトリの \fIdead.bashbug\fP というファイルに 保存されます。 @@ -45,3 +54,17 @@ bashbug \- bash のバグを報告する .TP .B HOME メールでの送信に失敗したバグ報告が保存されるディレクトリ。 +.TP +.B TMPDIR +一時的なファイルやディレクトリが作成されるディレクトリ。 +.SH 関連項目 +.TP +\fIbash\fP(1) +.SH 作者 +Brian Fox, Free Software Foundation +.br +bfox@gnu.org +.PP +Chet Ramey, Case Western Reserve University +.br +chet@po.cwru.edu diff --git a/manual/GNU_bash/release/man1/builtins.1 b/manual/GNU_bash/release/man1/builtins.1 index 8d493a02..8e5a5666 100644 --- a/manual/GNU_bash/release/man1/builtins.1 +++ b/manual/GNU_bash/release/man1/builtins.1 @@ -6,14 +6,17 @@ .\" Updated & Modified Sat May 8 01:36:19 JST 2004 .\" by Yuichi SATO .\" -.TH BASH_BUILTINS 1 "2001 November 27" "GNU Bash-2.05a" +.TH BASH_BUILTINS 1 "2004 Apr 20" "GNU Bash-4.0" .SH 名前 -bash, :, ., [, alias, bg, bind, break, builtin, cd, command, compgen, complete, -continue, declare, dirs, disown, echo, enable, eval, exec, exit, -export, fc, fg, getopts, hash, help, history, jobs, kill, -let, local, logout, popd, printf, pushd, pwd, read, readonly, return, set, -shift, shopt, source, suspend, test, times, trap, type, typeset, -ulimit, umask, unalias, unset, wait \- bash の組み込みコマンド。\fBbash\fR(1) を参照すること。 +bash, :, ., [, alias, bg, bind, break, builtin, caller, +cd, command, compgen, complete, +compopt, continue, declare, dirs, disown, echo, enable, eval, exec, exit, +export, false, fc, fg, getopts, hash, help, history, jobs, kill, +let, local, logout, mapfile, popd, printf, pushd, pwd, read, +readonly, return, set, +shift, shopt, source, suspend, test, times, trap, true, type, typeset, +ulimit, umask, unalias, unset, wait \- bash の組み込みコマンド +(\fBbash\fR(1) を参照) .SH bash の組み込みコマンド .nr zZ 1 .so man1/bash.1 diff --git a/manual/GNU_bash/release/man1/rbash.1 b/manual/GNU_bash/release/man1/rbash.1 index 96d044d0..ebc0e6c9 100644 --- a/manual/GNU_bash/release/man1/rbash.1 +++ b/manual/GNU_bash/release/man1/rbash.1 @@ -4,10 +4,10 @@ .\" Translated Tue Dec 5 20:00:23 JST 2000 .\" by Yuichi SATO .\" -.TH RBASH 1 "1999 Nov 29" GNU +.TH RBASH 1 "2004 Apr 20" "GNU Bash-4.0" .SH 名前 -rbash \- 制限付きの bash。\fBbash\fR(1) を参照すること -.SH "制限付きのシェル(RESTRICTED SHELL)" +rbash \- 制限付きの bash (\fBbash\fR(1) を参照) +.SH "制限付きのシェル (RESTRICTED SHELL)" .nr zY 1 .so man1/bash.1 .SH 関連項目 diff --git a/manual/GNU_bash/release/rbash.1 b/manual/GNU_bash/release/rbash.1 deleted file mode 100644 index ebc0e6c9..00000000 --- a/manual/GNU_bash/release/rbash.1 +++ /dev/null @@ -1,14 +0,0 @@ -.\" -.\" Japanese Version Copyright (c) 2000 Yuichi SATO -.\" all rights reserved. -.\" Translated Tue Dec 5 20:00:23 JST 2000 -.\" by Yuichi SATO -.\" -.TH RBASH 1 "2004 Apr 20" "GNU Bash-4.0" -.SH 名前 -rbash \- 制限付きの bash (\fBbash\fR(1) を参照) -.SH "制限付きのシェル (RESTRICTED SHELL)" -.nr zY 1 -.so man1/bash.1 -.SH 関連項目 -bash(1) -- 2.11.0