From: Nikos Mavrogiannopoulos Date: Sun, 8 May 2011 08:11:45 +0000 (+0200) Subject: removed references that produced nothing in pdf. X-Git-Tag: gnutls_2_99_2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a16a1b0f07bc02cc95f2210447e339f699fcbc;p=thirdparty%2Fgnutls.git removed references that produced nothing in pdf. --- diff --git a/doc/cha-preface.texi b/doc/cha-preface.texi index 10e41d61fd..1b2d5a33f4 100644 --- a/doc/cha-preface.texi +++ b/doc/cha-preface.texi @@ -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}.