comparison doc/interpreter/io.txi @ 4449:e2c91da0aa16

[project @ 2003-07-09 02:21:11 by jwe]
author jwe
date Wed, 09 Jul 2003 02:21:11 +0000
parents f7b63f362168
children bdbee5282954
comparison
equal deleted inserted replaced
4448:042cdbb7f317 4449:e2c91da0aa16
127 Note that Octave can not yet save or load structure variables or any 127 Note that Octave can not yet save or load structure variables or any
128 user-defined types. 128 user-defined types.
129 129
130 @DOCSTRING(save) 130 @DOCSTRING(save)
131 131
132 There are three variables that modify the behavior of @code{save} and one 132 There are three variables that modify the behavior of @code{save} and
133 that controls whether variables are saved when Octave exits unexpectedly. 133 three more that control whether variables are saved when Octave exits
134 unexpectedly.
134 135
135 @DOCSTRING(crash_dumps_octave_core) 136 @DOCSTRING(crash_dumps_octave_core)
137
138 @DOCSTRING(sighup_dumps_octave_core)
139
140 @DOCSTRING(sigterm_dumps_octave_core)
136 141
137 @DOCSTRING(default_save_format) 142 @DOCSTRING(default_save_format)
138 143
139 @DOCSTRING(save_precision) 144 @DOCSTRING(save_precision)
140 145