change empty string match requirement

This commit is contained in:
Remzi Arpaci-Dusseau
2018-01-26 16:47:21 -06:00
parent 645e0b9f64
commit cd94826cbf

View File

@@ -208,7 +208,7 @@ even this line, which has barfood in it, will be printed.
is already open; you can use **fgets()** (or similar routines) to
read from it.
* For simplicity, if passed the empty string as a search string, **my-grep**
should not match any lines in the file.
can either match NO lines or match ALL lines, both are acceptable.
## my-zip and my-unzip