aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ISSUES.markdown2
-rw-r--r--sh/shrc.d/sd.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index c9a832d1..90bd18c0 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -1,8 +1,6 @@
Known issues
============
-* The terminfo files probably still do not work on NetBSD (needs retesting
- and manual page reading).
* man(1) completion doesn't work on OpenBSD as manpath(1) isn't a thing on
that system; need to find some way of finding which manual directories
should be searched at runtime, if there is one.
diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh
index c6513aac..80ae7c12 100644
--- a/sh/shrc.d/sd.sh
+++ b/sh/shrc.d/sd.sh
@@ -43,7 +43,7 @@ sd() {
fi
# Set the positional parameters to either the requested directory, or
- # all of the current directory's siblings if no request
+ # all siblings of the current directory if no request
spec=$1
set --
if [ -n "$spec" ] ; then