diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/nofork_noexec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nofork_noexec.txt b/docs/nofork_noexec.txt index 0ad4e6e60..cfb02145a 100644 --- a/docs/nofork_noexec.txt +++ b/docs/nofork_noexec.txt | |||
@@ -98,7 +98,7 @@ It itself calls run_nofork_applet(), if argv[0] turned out to be a name | |||
98 | of a NOFORK applet. | 98 | of a NOFORK applet. |
99 | 99 | ||
100 | run_nofork_applet() saves/inits/restores option parsing, xfunc_error_retval, | 100 | run_nofork_applet() saves/inits/restores option parsing, xfunc_error_retval, |
101 | applet_name. Thus, for example, caller does not need to worry about | 101 | logmode, applet_name. Thus, for example, caller does not need to worry about |
102 | option_mask32 getting trashed. | 102 | option_mask32 getting trashed. |
103 | 103 | ||
104 | 104 | ||