summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraiz <raiz@firemail.cc>2016-12-29 15:37:17 +0300
committerraiz <raiz@firemail.cc>2016-12-29 15:37:17 +0300
commit7cb96580dbf9c83b426c9a390dc4bfa6ecb5d6cf (patch)
treeff3535bbc47f15fe5b38213705784db305830173
parent5f8fdd0e151866700d7f82ec3147758c44d5eaf0 (diff)
fix TODO markdown syntax && update
-rw-r--r--TODO.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index 314cd91..c95b57d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,6 @@
-[ ] fix build on OpenBSD
-[ ] fix build on NetBSD
-[ ] fix build on FreeBSD
-[ ] test wifi functions after the last few commits
-[ ] allow calling routines from command line arguments like: slstatus --datetime "%F %T"
- [ ] see if drkhsh approves it
+* [ ] fix build on OpenBSD
+* [ ] fix build on NetBSD
+* [ ] fix build on FreeBSD
+* [ ] test wifi functions after the last few commits
+* [ ] allow calling routines from command line arguments like: slstatus --datetime "%F %T"
+* [X] see if drkhsh approves it