• R/O
  • SSH
  • HTTPS

yash: Commit


Commit MetaInfo

Revisão4230 (tree)
Hora2023-01-27 23:14:42
Autormagicant

Mensagem de Log

Correct documentation

Mudança Sumário

Diff

--- yash/trunk/doc/ja/job.txt (revision 4229)
+++ yash/trunk/doc/ja/job.txt (revision 4230)
@@ -14,7 +14,7 @@
1414 - link:expand.html#cmdsub[コマンド置換]のコマンドを実行する{zwsp}link:exec.html#subshell[サブシェル]もまた独立したプロセスグループに属します。しかしシェルはこれをジョブとしては扱わないため、停止・再開させることはできません。
1515 - シェルが{zwsp}link:interact.html[対話モード]の場合、プロンプトを出す前に毎回コマンド +link:_jobs.html[jobs] -n+ を実行するのと同様にしてジョブの状態変化を報告します。
1616 - link:syntax.html#async[非同期コマンド]の標準入力が自動的に /dev/null にリダイレクトされません。
17-- SIGTSTP シグナルを受けても、シェルは停止しません。
17+- SIGTTIN, SIGTTOU, SIGTSTP シグナルを受けても、シェルは停止しません。
1818 - link:params.html#sp-hyphen[特殊パラメータ +-+] の値に +m+ が含まれます。
1919 - link:_wait.html[Wait 組込みコマンド]で待っているジョブが終了したとき、そのことを示すメッセージを出力します。(link:interact.html[対話モード]の時のみ。{zwsp}link:posix.html[POSIX 準拠モード]を除く)
2020
--- yash/trunk/doc/job.txt (revision 4229)
+++ yash/trunk/doc/job.txt (revision 4230)
@@ -32,7 +32,8 @@
3232 +link:_jobs.html[jobs] -n+ is executed.
3333 - The standard input of an link:syntax.html#async[asynchronous command] is not
3434 automatically redirected to /dev/null.
35-- The shell does not exit when it receives the SIGTSTP signal.
35+- The shell does not stop when it receives the SIGTTIN, SIGTTOU, or SIGTSTP
36+ signal.
3637 - The value of the link:params.html#sp-hyphen[+-+ special parameter] contains
3738 +m+.
3839 - When a job finished for which the link:_wait.html[wait built-in] has been
Show on old repository browser