diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-05 16:58:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-05 16:58:20 +0000 |
commit | eadb156dcd6cc942185410bbc0bff99188e387a6 (patch) | |
tree | 4ecd3247b3d16e801b5ede49ba4060035f9feff5 | |
parent | 2eda4dac4f3ddf40c22d053d9dc9a09ee85fbc52 (diff) | |
download | mandoc-eadb156dcd6cc942185410bbc0bff99188e387a6.tar.gz |
remove a stray iso-latin-1 character; noticed by bentley@
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ Changes in version 1.13.3, released on March 13, 2015 * roff(7): Three minor fixes with respect to evaluation of conditionals. * roff(7): Let .it accept numerical expressions, not just constants. * mandoc_char(7): Correct some character names and renderings. - * If earlier files set a non-zero exit status, never reset it to zero. + * If earlier files set a non-zero exit status, never reset it to zero. --- THANKS TO --- * Jonathan Gray (OpenBSD) for yet more testing with afl (the American Fuzzy Lop security fuzzer), again resulting in many bug reports. |