mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] [Bug #19290] fix formatting
This commit is contained in:
parent
0bb07e5ba4
commit
f527a0911d
3 changed files with 6 additions and 6 deletions
6
signal.c
6
signal.c
|
@ -1383,7 +1383,7 @@ reserved_signal_p(int signo)
|
|||
* Signal.trap("CLD") { puts "Child died" }
|
||||
* fork && Process.wait
|
||||
*
|
||||
* produces:
|
||||
* <em>produces:</em>
|
||||
* Terminating: 27461
|
||||
* Child died
|
||||
* Terminating: 27460
|
||||
|
@ -1535,10 +1535,10 @@ int ruby_enable_coredump = 0;
|
|||
* # ...
|
||||
* Process.kill("TERM", pid)
|
||||
*
|
||||
* produces:
|
||||
* <em>produces:</em>
|
||||
* Debug now: true
|
||||
* Debug now: false
|
||||
* Terminating...
|
||||
* Terminating...
|
||||
*
|
||||
* The list of available signal names and their interpretation is
|
||||
* system dependent. Signal delivery semantics may also vary between
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue