aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-25 16:20:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-25 16:20:24 +0000
commitb00f24f6356d9e5f1fcdf70a24defd5376080e6b (patch)
tree8a7f3b486aa9aee13c4ab3985d77a9786089b965 /TODO
parent01ab75c7a0975692f32fd806b8eb8fc5d07b312e (diff)
downloadmandoc-b00f24f6356d9e5f1fcdf70a24defd5376080e6b.tar.gz
mandoc-b00f24f6356d9e5f1fcdf70a24defd5376080e6b.tar.zst
mandoc-b00f24f6356d9e5f1fcdf70a24defd5376080e6b.zip
Arguments to `Bsx' and friends are separated by a non-breaking space.
This removes a TODO raised by schwarze@.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 3f47d148..9b307247 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.85 2011/01/25 15:17:18 kristaps Exp $
+* $Id: TODO,v 1.86 2011/01/25 16:20:24 kristaps Exp $
************************************************************************
************************************************************************
@@ -225,9 +225,6 @@
should be "NetBSD 1.0A", not "NetBSD 1.0a",
see OpenBSD ccdconfig(8).
-- The space character joining .Dx .Fx .Nx .Ox (are these all?) to its
- argument is non-breaking. See the cdio(1) HISTORY and many others.
-
- In .Bl -tag, if a tag exceeds the right margin and must be continued
on the next line, it must be indented by -width, not width+1;
see "rule block|pass" in OpenBSD ifconfig(8).