Blame SOURCES/cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch

36e843
From f40baecd3d09b1018185bcefde35464a79dbd68d Mon Sep 17 00:00:00 2001
36e843
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
36e843
Date: Wed, 5 Jun 2013 08:38:11 +0200
36e843
Subject: [PATCH] doc: Add mandatory argument to @sp
36e843
36e843
Texinfo-5.1 fails if @sp macro is not followed by a number. The
36e843
numeric argument is mandatory according to Texinfo documentation.
36e843
---
36e843
 doc/cvs.texinfo | 4 ++--
36e843
 1 file changed, 2 insertions(+), 2 deletions(-)
36e843
36e843
diff --git a/doc/cvs.texinfo b/doc/cvs.texinfo
36e843
index ad3a414..14bc79a 100644
36e843
--- a/doc/cvs.texinfo
36e843
+++ b/doc/cvs.texinfo
36e843
@@ -111,9 +111,9 @@ approved by the Free Software Foundation.
36e843
 @sp 4
36e843
 @comment The title is printed in a large font.
36e843
 @center @titlefont{Version Management}
36e843
-@sp
36e843
+@sp 1
36e843
 @center @titlefont{with}
36e843
-@sp
36e843
+@sp 1
36e843
 @center @titlefont{CVS}
36e843
 @sp 2
36e843
 @center for @sc{cvs} @value{VERSION}
36e843
-- 
36e843
1.8.1.4
36e843