blob: 40855eac875003c51c5d9f0aa0a114f6ed83f3b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
$NetBSD: patch-ab,v 1.6 2013/10/14 06:51:02 adam Exp $
http://savannah.nongnu.org/bugs/?39166
Texinfo-5.1 fails if @sp macro is not followed by a number. The
numeric argument is mandatory according to Texinfo documentation.
--- doc/cvs.texinfo.orig 2005-09-23 02:02:53.000000000 +0000
+++ doc/cvs.texinfo
@@ -111,9 +111,9 @@ approved by the Free Software Foundation
@sp 4
@comment The title is printed in a large font.
@center @titlefont{Version Management}
-@sp
+@sp 1
@center @titlefont{with}
-@sp
+@sp 1
@center @titlefont{CVS}
@sp 2
@center for @sc{cvs} @value{VERSION}
@@ -13377,6 +13377,11 @@ additional information and can store the
a file, or mail it to appropriate persons, or maybe
post it to a local newsgroup, or@dots{} Your
imagination is the limit! @xref{loginfo}.
+
+@cindex tag, in CVSROOT/config
+@item tag=@var{value}
+Enable an additional keyword that gets expanded on checkout;
+any string is legal.
@end table
@menu
|