mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 06:57:58 -04:00
33 lines
955 B
Plaintext
33 lines
955 B
Plaintext
$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
|