wok-next annotate cvs/stuff/patches/cvs-1.11.23-doc-Add-mandatory-argument-to-sp.patch @ rev 20593

Up gpm (1.20.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 16:28:35 2018 +0300 (2018-04-14)
parents
children
rev   line source
al@20586 1 From f40baecd3d09b1018185bcefde35464a79dbd68d Mon Sep 17 00:00:00 2001
al@20586 2 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
al@20586 3 Date: Wed, 5 Jun 2013 08:38:11 +0200
al@20586 4 Subject: [PATCH] doc: Add mandatory argument to @sp
al@20586 5
al@20586 6 Texinfo-5.1 fails if @sp macro is not followed by a number. The
al@20586 7 numeric argument is mandatory according to Texinfo documentation.
al@20586 8 ---
al@20586 9 doc/cvs.texinfo | 4 ++--
al@20586 10 1 file changed, 2 insertions(+), 2 deletions(-)
al@20586 11
al@20586 12 diff --git a/doc/cvs.texinfo b/doc/cvs.texinfo
al@20586 13 index ad3a414..14bc79a 100644
al@20586 14 --- a/doc/cvs.texinfo
al@20586 15 +++ b/doc/cvs.texinfo
al@20586 16 @@ -111,9 +111,9 @@ approved by the Free Software Foundation.
al@20586 17 @sp 4
al@20586 18 @comment The title is printed in a large font.
al@20586 19 @center @titlefont{Version Management}
al@20586 20 -@sp
al@20586 21 +@sp 1
al@20586 22 @center @titlefont{with}
al@20586 23 -@sp
al@20586 24 +@sp 1
al@20586 25 @center @titlefont{CVS}
al@20586 26 @sp 2
al@20586 27 @center for @sc{cvs} @value{VERSION}
al@20586 28 --
al@20586 29 1.8.1.4
al@20586 30