Ticket #8581: grep_command_fix_in_whatsnext.diff
File grep_command_fix_in_whatsnext.diff, 383 bytes (added by , 16 years ago) |
---|
-
docs/intro/whatsnext.txt
159 159 160 160 .. code-block:: bash 161 161 162 $ grep edit_inline /path/to/django/docs/*.txt162 $ grep -r edit_inline /path/to/django/docs/ 163 163 164 164 As HTML, locally 165 165 ----------------