]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed references that produced nothing in pdf.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 8 May 2011 08:11:45 +0000 (10:11 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 8 May 2011 08:12:14 +0000 (10:12 +0200)
doc/cha-preface.texi

index 10e41d61fd7d7da6aae361edf061b65d78cf26e6..1b2d5a33f4b55b732221870ebfe4ad6cfd5004b0 100644 (file)
@@ -224,12 +224,13 @@ For code contributions, a number of style guides will help you:
 @itemize @bullet
 
 @item Coding Style.
-Follow the GNU Standards document (@pxref{top, GNU Coding Standards,,
-standards}).
+Follow the GNU Standards document.
+@c (@pxref{top, GNU Coding Standards,,standards}).
 
 If you normally code using another coding standard, there is no
 problem, but you should use @samp{indent} to reformat the code
-(@pxref{top, GNU Indent,, indent}) before submitting your work.
+@c (@pxref{top, GNU Indent,, indent}) 
+before submitting your work.
 
 @item Use the unified diff format @samp{diff -u}.