• R/O
  • SSH
  • HTTPS

yash: Commit


Commit MetaInfo

Revision4231 (tree)
Time2023-01-28 00:08:49
Authormagicant

Log Message

Correct documentation

Change Summary

Incremental Difference

--- yash/trunk/doc/ja/job.txt (revision 4230)
+++ yash/trunk/doc/ja/job.txt (revision 4231)
@@ -11,7 +11,6 @@
1111 - シェルが起動する各プロセスは、{zwsp}link:syntax.html#pipelines[パイプライン]ごとに共通の一意なプロセスグループに属します。すなわち、シェルが起動するコマンドはそれぞれパイプラインごとにdfn:[ジョブ]として扱われます。
1212 - シェルがジョブを起動しそのジョブのプロセスが終了するのを待っている間にそのプロセスが停止した場合、シェルは (プロセスが実際に終了したときと同様に) 次のコマンドの処理に移ります。このときシェルはジョブが停止したことを覚えているので、後でジョブを再開させることができます。
1313 - ジョブが{zwsp}link:syntax.html#async[同期的]に実行される場合、そのジョブの実行中はそのジョブのプロセスグループが端末のフォアグラウンドプロセスグループになります。ジョブの実行が終了 (または停止) すると、再びシェルがフォアグラウンドになります。
14-- link:expand.html#cmdsub[コマンド置換]のコマンドを実行する{zwsp}link:exec.html#subshell[サブシェル]もまた独立したプロセスグループに属します。しかしシェルはこれをジョブとしては扱わないため、停止・再開させることはできません。
1514 - シェルが{zwsp}link:interact.html[対話モード]の場合、プロンプトを出す前に毎回コマンド +link:_jobs.html[jobs] -n+ を実行するのと同様にしてジョブの状態変化を報告します。
1615 - link:syntax.html#async[非同期コマンド]の標準入力が自動的に /dev/null にリダイレクトされません。
1716 - SIGTTIN, SIGTTOU, SIGTSTP シグナルを受けても、シェルは停止しません。
--- yash/trunk/doc/job.txt (revision 4230)
+++ yash/trunk/doc/job.txt (revision 4231)
@@ -22,11 +22,6 @@
2222 job.
2323 When the job is finished (or suspended),
2424 the shell gets back to the foreground.
25-- The link:exec.html#subshell[subshell] executing a
26- link:expand.html#cmdsub[command substitution] has its own unique process
27- group ID like a job.
28- However, the shell does not remember the subshell as a job,
29- so it cannot be suspended or resumed.
3025 - If the shell is link:interact.html[interactive], job status is reported
3126 before every command line prompt as if the command
3227 +link:_jobs.html[jobs] -n+ is executed.
Show on old repository browser