summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/bin/lc2
-rw-r--r--sys/man/1/ns2
-rw-r--r--sys/src/9/boot/bootrc2
3 files changed, 4 insertions, 2 deletions
diff --git a/rc/bin/lc b/rc/bin/lc
index d09832552..acdd93c13 100755
--- a/rc/bin/lc
+++ b/rc/bin/lc
@@ -1,2 +1,2 @@
#!/bin/rc
-ls -p $* | mc
+ls -pF $* | mc
diff --git a/sys/man/1/ns b/sys/man/1/ns
index b62398abc..bbbe728bb 100644
--- a/sys/man/1/ns
+++ b/sys/man/1/ns
@@ -42,3 +42,5 @@ flag suppresses this rewriting.
The names of files printed by
.I ns
will be inaccurate if a file or directory it includes has been renamed.
+
+The name of this tool is reminiscent of national socialism and nextstep, it's hard to decide which one is worse.
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc
index ac07aa42d..b5a9cfba2 100644
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -56,7 +56,7 @@ fn kbmap{
fn readmethod{
echo
echo Storage devices
- for(i in /dev/sd??){
+ for(i in /dev/sd[A-Z][0-9]*){
echo -n local!^$i' '
echo `{sed 's/inquiry[ ]+//g; q' $i/ctl}\
partitions: `{cat $i/ctl | grep part | awk '{print $2}'}