aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-03 01:08:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-03 01:08:00 +1300
commit90b112ab614f85c3de98f340b1f50caccd3c58fa (patch)
tree4e06380225376d05cebf3ef37382330f8bd21696 /ISSUES.markdown
parentAdd an issue with unf(1df) (diff)
downloaddotfiles-90b112ab614f85c3de98f340b1f50caccd3c58fa.tar.gz
dotfiles-90b112ab614f85c3de98f340b1f50caccd3c58fa.zip
Add another issue
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 19177f71..9042d3ba 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -26,3 +26,5 @@ Known issues
* dr(1df) is probably more practical in awk
* unf(1df) doesn't work on NetBSD sed(1); might be time to give up and
rewrite it in awk
+* sd2u(1df) and su2d(1df) are not portable because \r in the replacement text
+ is not POSIX. Again, best bet is awk. *sigh*