aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:17:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:17:36 +1200
commit9421ffbb44f647885024b98a761c99e103dd9195 (patch)
tree4dc7e3bf36d8a580294cd5abbd383a4fad2cdb40 /ISSUES.markdown
parentAdd some notes about ENV for Bash (diff)
downloaddotfiles-9421ffbb44f647885024b98a761c99e103dd9195.tar.gz
dotfiles-9421ffbb44f647885024b98a761c99e103dd9195.zip
Add issue grizzling about pandoc(1)
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 1f79f04f..77874005 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -14,3 +14,6 @@ Known issues
randomised name in "${TMPDIR:-/tmp}". Is mktemp(1) on every *BSD?
* Where practical, the remaining Bash scripts in bin need to be reimplemented
as POSIX sh
+* OpenBSD doesn't have a `pandoc` package at all. It would be nice to find
+ some way of converting the README.markdown into a palatable troff format
+ with some more readily available (and preferably less heavyweight) tool.