[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/Hardware/Machines/DEC/vax/data2xml.pl: 1.4 -> 1.5



以下のページの更新をしました。ツッコミをお願いします。

Documentation/Hardware/Machines/DEC/vax/data2xml.pl: 1.4 -> 1.5

金曜日までに異議がなければ、 commit します。

変更点は、 \1 を 1 にしただけです。

以下、訳と原文の差分です。

--- Documentation/Hardware/Machines/DEC/vax/data2xml.pl.orig	2006-05-11 01:48:40.000000000 +0900
+++ Documentation/Hardware/Machines/DEC/vax/data2xml.pl	2006-05-11 01:48:40.000000000 +0900
@@ -1,8 +1,8 @@
 #!/usr/bin/env perl
 
-#	$NetBSD: data2xml.pl,v 1.4 2005/04/09 19:45:09 heinz Exp $
+#	$NetBSD: data2xml.pl,v 1.5 2006/05/10 15:32:59 kano Exp $
 #	<!-- Based on english version: -->
-#	<!-- NetBSD: data2xml.pl,v 1.4 2005/04/09 19:45:09 heinz Exp   -->
+#	<!-- NetBSD: data2xml.pl,v 1.5 2006/05/10 15:32:59 kano Exp   -->
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -235,7 +235,7 @@
 	$all = "\n\n<sect3 id=\"$section:$name\">\n".
      		"<title>$name2title{$name}&nbsp;<small>".
 	     "<ulink url=\"#section:$section\">".
-	     "($secdata{$section}{'title'} インデックス)</ulink></small></title>\n<table id=\"$section:$name:table\" border=\"\1\">\n";
+	     "($secdata{$section}{'title'} インデックス)</ulink></small></title>\n<table id=\"$section:$name:table\" border=\"1\">\n";
 	$file{'full'} .= $all;
 	$file{$section} .= $all;
 	$all='';
Index: Documentation/Hardware/Machines/DEC/vax/data2xml.pl
===================================================================
RCS file: /cvsroot/htdocs/Documentation/Hardware/Machines/DEC/vax/data2xml.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Documentation/Hardware/Machines/DEC/vax/data2xml.pl	9 Apr 2005 19:45:09 -0000	1.4
+++ Documentation/Hardware/Machines/DEC/vax/data2xml.pl	10 May 2006 15:32:59 -0000	1.5
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-#	$NetBSD: data2xml.pl,v 1.4 2005/04/09 19:45:09 heinz Exp $
+#	$NetBSD: data2xml.pl,v 1.5 2006/05/10 15:32:59 kano Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -229,7 +229,7 @@
 	$all = "\n\n<sect3 id=\"$section:$name\">\n".
      		"<title>$name2title{$name}&nbsp;<small>".
 	     "<ulink url=\"#section:$section\">".
-	     "($secdata{$section}{'title'} index)</ulink></small></title>\n<table id=\"$section:$name:table\" border=\"\1\">\n";
+	     "($secdata{$section}{'title'} index)</ulink></small></title>\n<table id=\"$section:$name:table\" border=\"1\">\n";
 	$file{'full'} .= $all;
 	$file{$section} .= $all;
 	$all='';