CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/02 09:45:52
Modified files:
usr.bin/tr : tr.c
Log message:
tr(1): main(): eliminate isstring2 variable
If only there we a way to express how many positional arguments we
needed to run tr(1) in a given operating mode.
... oh. Wait. We have argc for that.
Remove the isstring2 variable to simplify some of the logic in main().
