summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-05 16:58:20 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-05 16:58:20 +0000
commiteadb156dcd6cc942185410bbc0bff99188e387a6 (patch)
tree4ecd3247b3d16e801b5ede49ba4060035f9feff5
parent2eda4dac4f3ddf40c22d053d9dc9a09ee85fbc52 (diff)
downloadmandoc-eadb156dcd6cc942185410bbc0bff99188e387a6.tar.gz
remove a stray iso-latin-1 character; noticed by bentley@
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 47c9ec3e..a18ad39c 100644
--- a/NEWS
+++ b/NEWS
@@ -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.