summary refs log tree commit diff
path: root/src/arith_yacc.c
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2018-03-29 13:18:49 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-04-19 18:19:29 +0800
commit87a94a4dfa019ad3ef4443801b31079577c37758 (patch)
treee3bd1ad659022ba43ae5ec0bcca28f015055f990 /src/arith_yacc.c
parentexpand: Do not quote backslashes in unquoted parameter expansion (diff)
downloaddash-87a94a4dfa019ad3ef4443801b31079577c37758.tar.gz
dash-87a94a4dfa019ad3ef4443801b31079577c37758.zip
man: correct typos, iff -> if
Op 27-03-18 om 20:23 schreef Larry Hynes:
> Funny, I did wonder if it might be a contraction, but I did find
> it odd that it's not mentioned or explained. I'll leave it be, if
> you all are happy enough to keep it 'as is', or can resubmit if you
> think it's warranted.

I think the simple fact that it came up here is evidence that this is
too jargony for a manual. Patch attached.

- M.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/arith_yacc.c')
0 files changed, 0 insertions, 0 deletions
Herbert Xu 2018-04-19expand: Fix glibc glob(3) supportHerbert Xu 2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu