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 /exec-as.1 | |
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 '')
-rw-r--r-- | exec-as.1 (renamed from doc/man/exec-as.1) | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/doc/man/exec-as.1 b/exec-as.1 index f66bb9d..cf5c14f 100644 --- a/doc/man/exec-as.1 +++ b/exec-as.1 @@ -1,19 +1,19 @@ .TH EXEC-AS 1 EXEC-AS .SH NAME -exec-as - passphrase strength evaluator +exec-as - exec(1) with explicit argv[0] .SH SYNOPSIS .B exec-as -.I FILE -.RI [ ARGV0 -.RI [ ARGV ]...] +.I command +.RI [ argv0 +.RI [ arg \ ...]] .SH DESCRIPTION .B exec-as -shall spawn the program -.IR FILE , +runs the program +.IR command , using .BR execvp (3), using -.I ARGV0 +.I argv0 as the value for .BR argv[0] , and the following arguments for the following values in @@ -46,16 +46,5 @@ to .BR exec (1), .BR exec (3) .SH AUTHORS -Principal author, Mattias Andrée. See the COPYING file for the full -list of authors. -.SH LICENSE -Copyright \(co 2015 Mattias Andrée -.br -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -.br -There is NO WARRANTY, to the extent permitted by law. -.SH BUGS -Please report bugs to https://github.com/maandree/exec-as/issues or to -maandree@member.fsf.org +Mattias Andrée +.RI < maandree@kth.se > |