diff --git a/todo/done.txt b/todo/done.txt
index ce5d23e24..540c87b68 100644
--- a/todo/done.txt
+++ b/todo/done.txt
@@ -1,5 +1,21 @@
DONE:
+o The XML version of Nmap lists and describes the six port states
+ recognized by Nmap near the top of the "Port Scanning Basics"
+ section. That can be seen in the HTML rendering at
+ http://nmap.org/book/man-port-scanning-basics.html. But in the man
+ page (nroff) rendering, the list is missing and it just gives the
+ title: "The six port states recognized by Nmap". UPDATE: Now the
+ descriptions for each state appear in the man page, but the headings
+ ("open", etc.) are missing. We should figure out
+ why, and fix it.
+ - The bug in the stylesheets means that (From Daniel): "if you have an
+ element and it's followed by anything other than whitespace+CDATA
+ (like " foo") then the remaining cdata or element until
+ the next new element will be nroff-commented so this
+ blah is ok, but this blah, is not ok because of the commaand this blah nmap -A is bad no matter how much whitespace intervenes"
+
+
o Fix a segmentation fault in Ncat when scanned with the SSL NSE
scripts. I was able to reproduce this on 2013-09-27 with latest SVN
by running:
diff --git a/todo/nmap.txt b/todo/nmap.txt
index b659b88c3..03b8e87da 100644
--- a/todo/nmap.txt
+++ b/todo/nmap.txt
@@ -14,16 +14,6 @@ o Make Windows 8.1 VM with VS 2013 and do more testing of Nmap compilation/runni
o Make and test build on a newer OS X than 10.6 (10.10 was recently released)
-o The XML version of Nmap lists and describes the six port states
- recognized by Nmap near the top of the "Port Scanning Basics"
- section. That can be seen in the HTML rendering at
- http://nmap.org/book/man-port-scanning-basics.html. But in the man
- page (nroff) rendering, the list is missing and it just gives the
- title: "The six port states recognized by Nmap". UPDATE: Now the
- descriptions for each state appear in the man page, but the headings
- ("open", etc.) are missing. We should figure out
- why, and fix it.
-
o Update OpenSSL library to 1.0.1j
o Audit ncat's ssl algorithm and ciphersuite choices