diff options
author | rsc <devnull@localhost> | 2003-12-02 21:57:32 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-12-02 21:57:32 +0000 |
commit | e89321a56e6d3c1559e166898510d6ddab9e6ffe (patch) | |
tree | 07a988f0ba62dbb056649edbaccd36d61af2c742 /plumb | |
parent | 1ccf253eb2479d536f690f1805a7719a7cfe96dc (diff) | |
download | plan9port-e89321a56e6d3c1559e166898510d6ddab9e6ffe.tar.gz plan9port-e89321a56e6d3c1559e166898510d6ddab9e6ffe.tar.bz2 plan9port-e89321a56e6d3c1559e166898510d6ddab9e6ffe.zip |
B that knows about address syntax,
change plumber to use it.
Diffstat (limited to 'plumb')
-rw-r--r-- | plumb/basic | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plumb/basic b/plumb/basic index 514deb30..dd391698 100644 --- a/plumb/basic +++ b/plumb/basic @@ -56,7 +56,7 @@ arg isfile $1 data set $file attr add addr=$3 plumb to edit -plumb start /usr/local/plan9/bin/B $file +plumb start /usr/local/plan9/bin/B $file:$3 # plumb client window $editor # .h files are looked up in /sys/include and passed to edit @@ -66,7 +66,7 @@ arg isfile /sys/include/$1 data set $file attr add addr=$3 plumb to edit -plumb start /usr/local/plan9/bin/B $file +plumb start /usr/local/plan9/bin/B $file:$3 # plumb client window $editor # .m files are looked up in /sys/module and passed to edit @@ -76,7 +76,7 @@ arg isfile /sys/module/$1 data set $file attr add addr=$3 plumb to edit -plumb start /usr/local/plan9/bin/B $file +plumb start /usr/local/plan9/bin/B $file:$3 # plumb client window $editor # faces -> new mail window for message |