summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriru <devnull@localhost>2011-04-17 17:27:47 -0300
committeriru <devnull@localhost>2011-04-17 17:27:47 -0300
commit3029059953480750c19c209cbef5700a1e1ec1d4 (patch)
tree51b0833d46c3e1d73460793c19855b3fd0588cdc
parentb261a0c31b3d2e134b3c6cc07020e83c593a29db (diff)
parent55a28480b2ca7ca66dbd6e3e626f74221bf6c392 (diff)
merge
-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}'}