]> git.g-eek.se Git - interimap.git/commit
Manpages: clarify that the tunnel command is run following Perl's `exec` semantics.
authorGuilhem Moulin <guilhem@fripost.org>
Mon, 27 May 2019 16:40:49 +0000 (18:40 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Mon, 27 May 2019 16:47:29 +0000 (18:47 +0200)
commit7c4d78faf324dab6428dc414ac84ecda1a18e685
treece75e6628440419c65e5fc3409411bef6d9aaefa
parent8e379c62a48d68cd5ab2a32c6fc9244b1ae94084
Manpages: clarify that the tunnel command is run following Perl's `exec` semantics.

It is passed to `/bin/sh -c` when it contains shell metacharacters; and
split into words and passed to execvp(3) otherwise.

        https://perldoc.perl.org/functions/exec.html

(Since c8fb54897f046a5a3fb4c1d45dc21fd8bcd882e3 the value no longer
needs to stard with a forward slash.)
Changelog
interimap.md
pullimap.md