Fix path, typo.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 18 Sep 2008 17:18:13 +0000 (19:18 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Sep 2008 17:18:13 +0000 (19:18 +0200)
README.Coding
prog_guide4.txt

index 52ecf0e102fc91ef056ca2f1d360d9752415a8a5..8063ae8691a78996e372bb068abe17a3bce0f51e 100644 (file)
@@ -173,7 +173,7 @@ Goto
 ----
 
 While many people have been academically taught that goto's are fundamentally
-evil, then can greatly enhance readability and reduce memory leaks when used
+evil, they can greatly enhance readability and reduce memory leaks when used
 as the single exit point from a function.  But in no Samba world what so ever 
 is a goto outside of a function or block of code a good idea.
 
index bba58b31b3b9350ba0e0d9e56b32d67e31710a87..2f5be5f7915582977ad0bbed19a21c0aad04ea00 100644 (file)
@@ -194,7 +194,7 @@ in the data and bss columns in "size" anyway (it will be included in
 How to use talloc
 -----------------
 
-Please see the separate document, source/lib/talloc/talloc_guide.txt
+Please see the separate document, lib/talloc/talloc_guide.txt
 You _must_ read this if you want to program in Samba4.
 
 
@@ -646,7 +646,7 @@ file cannot be deleted until you reboot
 trans2 qpathinfo doesn't see the delete_pending flag correctly, but
 qfileinfo does!
 
-get rid of pstring, fstring, strtok
+get rid of strtok
 
 add programming documentation note about lp_set_cmdline()