shithub: riscv

Download patch

ref: 3029059953480750c19c209cbef5700a1e1ec1d4
parent: b261a0c31b3d2e134b3c6cc07020e83c593a29db
parent: 55a28480b2ca7ca66dbd6e3e626f74221bf6c392
author: iru <devnull@localhost>
date: Sun Apr 17 13:27:47 EDT 2011

merge

--- a/rc/bin/lc
+++ b/rc/bin/lc
@@ -1,2 +1,2 @@
 #!/bin/rc
-ls -p $* | mc
+ls -pF $* | mc
--- a/sys/man/1/ns
+++ b/sys/man/1/ns
@@ -42,3 +42,5 @@
 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.
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -56,7 +56,7 @@
 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}'}