[DOC] [Bug #19290] fix formatting
This commit is contained in:
parent
0bb07e5ba4
commit
f527a0911d
@ -954,7 +954,7 @@ void Init_objspace_dump(VALUE rb_mObjSpace);
|
|||||||
*
|
*
|
||||||
* You need to <code>require 'objspace'</code> to use this extension module.
|
* You need to <code>require 'objspace'</code> to use this extension module.
|
||||||
*
|
*
|
||||||
* Generally, you *SHOULD NOT* use this library if you do not know
|
* Generally, you *SHOULD* *NOT* use this library if you do not know
|
||||||
* about the MRI implementation. Mainly, this library is for (memory)
|
* about the MRI implementation. Mainly, this library is for (memory)
|
||||||
* profiler developers and MRI developers who need to know about MRI
|
* profiler developers and MRI developers who need to know about MRI
|
||||||
* memory usage.
|
* memory usage.
|
||||||
|
6
signal.c
6
signal.c
@ -1383,7 +1383,7 @@ reserved_signal_p(int signo)
|
|||||||
* Signal.trap("CLD") { puts "Child died" }
|
* Signal.trap("CLD") { puts "Child died" }
|
||||||
* fork && Process.wait
|
* fork && Process.wait
|
||||||
*
|
*
|
||||||
* produces:
|
* <em>produces:</em>
|
||||||
* Terminating: 27461
|
* Terminating: 27461
|
||||||
* Child died
|
* Child died
|
||||||
* Terminating: 27460
|
* Terminating: 27460
|
||||||
@ -1535,10 +1535,10 @@ int ruby_enable_coredump = 0;
|
|||||||
* # ...
|
* # ...
|
||||||
* Process.kill("TERM", pid)
|
* Process.kill("TERM", pid)
|
||||||
*
|
*
|
||||||
* produces:
|
* <em>produces:</em>
|
||||||
* Debug now: true
|
* Debug now: true
|
||||||
* Debug now: false
|
* Debug now: false
|
||||||
* Terminating...
|
* Terminating...
|
||||||
*
|
*
|
||||||
* The list of available signal names and their interpretation is
|
* The list of available signal names and their interpretation is
|
||||||
* system dependent. Signal delivery semantics may also vary between
|
* system dependent. Signal delivery semantics may also vary between
|
||||||
|
@ -15,7 +15,7 @@ module Kernel
|
|||||||
#
|
#
|
||||||
# warn("warning 1", "warning 2")
|
# warn("warning 1", "warning 2")
|
||||||
#
|
#
|
||||||
# <em>produces:</em>
|
# <em>produces:</em>
|
||||||
#
|
#
|
||||||
# warning 1
|
# warning 1
|
||||||
# warning 2
|
# warning 2
|
||||||
@ -35,7 +35,7 @@ module Kernel
|
|||||||
#
|
#
|
||||||
# bar
|
# bar
|
||||||
#
|
#
|
||||||
# <em>produces:</em>
|
# <em>produces:</em>
|
||||||
#
|
#
|
||||||
# baz.rb:6: warning: invalid call to foo
|
# baz.rb:6: warning: invalid call to foo
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user