svn commit: samba-web r861 - in trunk/devel: .

deryck at samba.org deryck at samba.org
Wed Nov 23 11:19:55 GMT 2005


Author: deryck
Date: 2005-11-23 11:19:53 +0000 (Wed, 23 Nov 2005)
New Revision: 861

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=861

Log:

Close <li> and add <br /> for space between sections.

deryck

Modified:
   trunk/devel/index.html


Changeset:
Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html	2005-11-23 03:34:28 UTC (rev 860)
+++ trunk/devel/index.html	2005-11-23 11:19:53 UTC (rev 861)
@@ -109,10 +109,10 @@
         <li><a href="http://www.cb1.com/~lkcl/ntdom/">http://www.cb1.com/~lkcl/ntdom/</a></li>
         <li><a href="/samba/ftp/specs/">Archive of SMB/CIFS Protocol Drafts</a></li>
         <li>Chris Hertel's <a href="http://www.linux-mag.com/2001-05/smb_01.html">&quot;Understanding the Network Neighborhood&quot;</a> and <a href="http://ubiqx.org/cifs/">Implementing CIFS</a></li>
-	<li>Luke Leighton's book with New Riders Publishing <a href="http://www.amazon.com/exec/obidos/ASIN/1578701503/qid%3D1032301305/sr%3D11-1/ref%3Dsr%5F11%5F1/102-4220271-1136156">DCE/RPC over SMB: Samba and Windows NT Domain Internals</a>, ISBN 1-57870-150-3.<br/>&nbsp;</li>
+	<li>Luke Leighton's book with New Riders Publishing <a href="http://www.amazon.com/exec/obidos/ASIN/1578701503/qid%3D1032301305/sr%3D11-1/ref%3Dsr%5F11%5F1/102-4220271-1136156">DCE/RPC over SMB: Samba and Windows NT Domain Internals</a>, ISBN 1-57870-150-3.</li>
 	 <li>The <a href="/samba/devel/smbtorture-raw-functions.txt">smbtorture
   documentation</a> written by Stephen Zarkos are well worth reading
-  if you use the Samba test suite
+  if you use the Samba test suite</li><br />
         </ul></li>
     <li>Get a symbolic debugger (gdb, ddd, ups, etc...) and step through the smbd source code as it is running in response to a SMB call (or RPC) that you are interested in.</li></ul>
   <ul>



More information about the samba-cvs mailing list