diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-17 17:29:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-17 17:29:06 +0200 |
commit | d04679a2e30ecc35a68e876829984c9dfba710e4 (patch) | |
tree | 209cb4a0962153e7ca948d82e7efaa9b3db750ae /README | |
parent | update dist (diff) | |
download | exec-as-d04679a2e30ecc35a68e876829984c9dfba710e4.tar.gz exec-as-d04679a2e30ecc35a68e876829984c9dfba710e4.tar.bz2 exec-as-d04679a2e30ecc35a68e876829984c9dfba710e4.tar.xz |
Rewrite and relicense1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,11 +2,11 @@ NAME exec-as - exec(1) with explicit argv[0] SYNOPSIS - exec-as FILE [ARGV0 [ARGV]...] + exec-as command [argv0 [arg ...]] DESCRIPTION - exec-as shall spawn the program FILE, using execvp(3), - using ARGV0 as the value for argv[0], and the following + exec-as runs the program command, using execvp(3), + using argv0 as the value for argv[0], and the following arguments for the following values in argv. NOTES @@ -26,4 +26,3 @@ EXAMPLES SEE ALSO exec(1), exec(3) - |