hgbook
diff en/hook.tex @ 937:d7159547e28a
Fixing some URLs that was breaking the build... Some still not working here, but i'll fix it later
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Sat Feb 14 13:27:23 2009 +0100 (2009-02-14) |
parents | 97e929385442 |
children |
line diff
1.1 --- a/en/hook.tex Sun Aug 31 12:14:23 2008 -0400 1.2 +++ b/en/hook.tex Sat Feb 14 13:27:23 2009 +0100 1.3 @@ -509,7 +509,7 @@ 1.4 whitespace from a file. This is concise and useful enough that I will 1.5 reproduce it here. 1.6 \begin{codesample2} 1.7 - perl -pi -e 's,[ \textbackslash{}t]+\$,,' filename 1.8 + perl -pi -e 's,\textbackslash{}s+\$,,' filename 1.9 \end{codesample2} 1.10 1.11 \section{Bundled hooks}