diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 05:26:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 05:26:25 +0100 |
commit | 3906ade6a031f1fc97d49b09e867814e304abafd (patch) | |
tree | 42f9bd5c48feefe6c58c8fd964a6ce192aee3daa /doc/info | |
parent | add info manual (diff) | |
download | exec-as-3906ade6a031f1fc97d49b09e867814e304abafd.tar.gz exec-as-3906ade6a031f1fc97d49b09e867814e304abafd.tar.bz2 exec-as-3906ade6a031f1fc97d49b09e867814e304abafd.tar.xz |
do not require argv[0], it is possible to only specify the file to run, and let argv be empty
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/exec-as.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/exec-as.texinfo b/doc/info/exec-as.texinfo index e918650..69f8850 100644 --- a/doc/info/exec-as.texinfo +++ b/doc/info/exec-as.texinfo @@ -83,7 +83,7 @@ exec, you need to use @command{exec} too: @node Invoking @chapter Invoking -At least two arguments are required. The first +At least one argument are required. The first argument is the file to run. This can either be an absolute path, an explicitly relative path, or a file in @env{$PATH}. The second argument |