beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

Wrong man information on behavior in case of no named input files #543

Closed gpoul closed 7 years ago

gpoul commented 9 years ago

The information in the man page in file https://github.com/petdance/ack2/blob/dev/ack#L1136 seems to be wrong as it states that

Ack searches the named input FILEs (or standard input if no files are named, or the file name - is given) for lines containing a match to the given PATTERN.

but that doesn't seem to be the current behavior anymore, is it? Currently it seems that it does not read from standard input if no files are named.

hoelzro commented 9 years ago

@gpoul Thanks for pointing this out; it most definitely does not.

petdance commented 7 years ago

Updated. Thanks. 7baceb4