aboutsummaryrefslogtreecommitdiff
path: root/plumb/basic
diff options
context:
space:
mode:
Diffstat (limited to 'plumb/basic')
-rw-r--r--plumb/basic4
1 files changed, 2 insertions, 2 deletions
diff --git a/plumb/basic b/plumb/basic
index a0b0c75b..c89b6c2d 100644
--- a/plumb/basic
+++ b/plumb/basic
@@ -95,10 +95,10 @@ attr add addr=$3
plumb to edit
plumb client $editor
-# .m files are looked up in /sys/module and passed to edit
+# .m files are looked up in /usr/inferno/module and passed to edit
type is text
data matches '([a-zA-Z¡-￿0-9/_\-]+\.m)('$addr')?'
-arg isfile /sys/module/$1
+arg isfile /usr/inferno/module/$1
data set $file
attr add addr=$3
plumb to edit