diff options
| -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}'} |
