diff options
| author | Joakim Verona | 2011-06-16 00:22:07 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-06-16 00:22:07 +0200 |
| commit | a7513ade3bc0fe79430d5541d88c9dcda0932bec (patch) | |
| tree | 4383951ba698a11e9f8933a9d8c72e00aa872a10 /admin/notes/exit-value | |
| parent | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (diff) | |
| parent | 4bba86e6210a74326e843a8fdc8409127105e1fe (diff) | |
| download | emacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.tar.gz emacs-a7513ade3bc0fe79430d5541d88c9dcda0932bec.zip | |
merge from upstream
Diffstat (limited to 'admin/notes/exit-value')
| -rw-r--r-- | admin/notes/exit-value | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/exit-value b/admin/notes/exit-value index e59bb614b9b..cad6862c8aa 100644 --- a/admin/notes/exit-value +++ b/admin/notes/exit-value | |||
| @@ -10,7 +10,7 @@ different dispatch model that is not explained further here). | |||
| 10 | From the point of view of the program, nowadays stdlib.h on both type of | 10 | From the point of view of the program, nowadays stdlib.h on both type of |
| 11 | systems provides macros `EXIT_SUCCESS' and `EXIT_FAILURE' that should DTRT. | 11 | systems provides macros `EXIT_SUCCESS' and `EXIT_FAILURE' that should DTRT. |
| 12 | 12 | ||
| 13 | NB: The numerical values of these macros DO NOT need to fulfill the the exit | 13 | NB: The numerical values of these macros DO NOT need to fulfill the exit |
| 14 | value requirements outlined in the first paragraph! That is the job of the | 14 | value requirements outlined in the first paragraph! That is the job of the |
| 15 | `exit' function. Thus, this kind of construct shows misunderstanding: | 15 | `exit' function. Thus, this kind of construct shows misunderstanding: |
| 16 | 16 | ||