summaryrefslogtreecommitdiff
path: root/rc/bin/Bfn
diff options
context:
space:
mode:
authormoody <moody@posixcafe.org>2021-02-27 19:35:06 +0100
committermoody <moody@posixcafe.org>2021-02-27 19:35:06 +0100
commitf704965a457bd9766af9b929dbf30941cdfd9e52 (patch)
treed10da3474a1702ab7828ca451de55715846c1e38 /rc/bin/Bfn
parent51f4f46ae05251967a6152514d9a935e960d022b (diff)
B, Bfn: fix invocation with multiple files, improve manual page
Diffstat (limited to 'rc/bin/Bfn')
-rwxr-xr-xrc/bin/Bfn2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/Bfn b/rc/bin/Bfn
index 907a414ee..d9b77ac9b 100755
--- a/rc/bin/Bfn
+++ b/rc/bin/Bfn
@@ -14,5 +14,5 @@ switch($#res){
case 0
echo $1: not found >[2=1]
case 1
- plumb $res
+ B $res
}