diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 10:44:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-24 10:44:08 +0000 |
commit | 8d67429c8b37415b04ec195dab9bdbcec8ec013a (patch) | |
tree | e42f15e902ef3d0454703e90691040c3b603042e /doc/upgrade.html | |
parent | 79d5c4eff6101f329b8ea52dd9e6d2336ea8bc93 (diff) | |
download | execline-8d67429c8b37415b04ec195dab9bdbcec8ec013a.tar.xz |
Make forstdin only split on newlines by default
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index aa23ab2..690c87e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,7 +23,8 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.9.4.0. </li> - <li> New <tt>-e</tt> option to <a href="forstdin.html">forstdin</a>. </li> + <li> <a href="forstdin.html">forstdin</a> gets a new <tt>-e</tt> +option, and now only splits on newlines by default. </li> <li> New <tt>default</tt> directive to <a href="trap.html">trap</a>, replacing the <tt>timeout</tt> one, which was ill-suited to that program. </li> </ul> |