fix a typo
authorGerald Carter <jerry@samba.org>
Thu, 25 Aug 2005 20:13:06 +0000 (20:13 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 25 Aug 2005 20:13:06 +0000 (20:13 +0000)
git-svn-id: file:///home/svn/samba-web/trunk@776 44aeb9d7-1cd8-0310-b257-a505e0beeac2

patches/index.html

index c2660340b610d9eed31f928c569c78452686747e..c30bc18eca022452183e338087954918a7076647 100755 (executable)
 <p>Follow these instructions for applying patches:</p>
 <pre>$ tar zxvf samba-3.0.x.tar.gz
 $ cd samba-3.0.x
-$ patch -p0 &lt; &ltpath to downloaded patchfile&gt;
+$ patch -p0 &lt; &lt;path to downloaded patchfile&gt;
 $ cd source
 ....build Samba as normal....
 </pre>
 
 <p>Please note that in some cases it will be necessary to regenerate
    the configure script by executing autogen.sh located in the 
-   source/ directory.  In all cases, it is best to do a full build 
+   source/ directory.  In all cases, it is best to do a clean build 
    after applying any patches.</p>