diff options
author | moody <moody@posixcafe.org> | 2021-02-27 19:35:06 +0100 |
---|---|---|
committer | moody <moody@posixcafe.org> | 2021-02-27 19:35:06 +0100 |
commit | f704965a457bd9766af9b929dbf30941cdfd9e52 (patch) | |
tree | d10da3474a1702ab7828ca451de55715846c1e38 /rc/bin/Bfn | |
parent | 51f4f46ae05251967a6152514d9a935e960d022b (diff) |
B, Bfn: fix invocation with multiple files, improve manual page
Diffstat (limited to 'rc/bin/Bfn')
-rwxr-xr-x | rc/bin/Bfn | 2 |
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 } |