diff options
author | vlakoff <vlakoff@gmail.com> | 2013-03-05 21:58:49 +0100 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-03-05 22:01:38 +0100 |
commit | b527bb5ebb262351aa3c9fd393d91b98c8fbee00 (patch) | |
tree | eaa60dc3c817e97cd795efbc18930834ff8834db /user_guide_src | |
parent | d8efc9559c0fdd4cb75f621042eb028a762fd984 (diff) |
Documentation: update reserved names list
Added constants from 50dfe0175df02fe4aa243757bdf1b42fb9fc3169 (exit status codes)
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/general/reserved_names.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/user_guide_src/source/general/reserved_names.rst b/user_guide_src/source/general/reserved_names.rst index d91292363..1ca3b608a 100644 --- a/user_guide_src/source/general/reserved_names.rst +++ b/user_guide_src/source/general/reserved_names.rst @@ -66,4 +66,14 @@ Constants - FOPEN_WRITE_CREATE - FOPEN_READ_WRITE_CREATE - FOPEN_WRITE_CREATE_STRICT -- FOPEN_READ_WRITE_CREATE_STRICT
\ No newline at end of file +- FOPEN_READ_WRITE_CREATE_STRICT +- EXIT_SUCCESS +- EXIT_ERROR +- EXIT_CONFIG +- EXIT_UNKNOWN_FILE +- EXIT_UNKNOWN_CLASS +- EXIT_UNKNOWN_METHOD +- EXIT_USER_INPUT +- EXIT_DATABASE +- EXIT__AUTO_MIN +- EXIT__AUTO_MAX
\ No newline at end of file |