diff options
author | iru <devnull@localhost> | 2011-04-17 17:27:47 -0300 |
---|---|---|
committer | iru <devnull@localhost> | 2011-04-17 17:27:47 -0300 |
commit | 3029059953480750c19c209cbef5700a1e1ec1d4 (patch) | |
tree | 51b0833d46c3e1d73460793c19855b3fd0588cdc | |
parent | b261a0c31b3d2e134b3c6cc07020e83c593a29db (diff) | |
parent | 55a28480b2ca7ca66dbd6e3e626f74221bf6c392 (diff) |
merge
-rwxr-xr-x | rc/bin/lc | 2 | ||||
-rw-r--r-- | sys/man/1/ns | 2 | ||||
-rw-r--r-- | sys/src/9/boot/bootrc | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -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}'} |