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

pkgsrc/doc/guide/files/fixes.xml: 1.51 -> 1.52



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

pkgsrc/doc/guide/files/fixes.xml: 1.51 -> 1.52

> revision 1.52
> date: 2006/05/10 22:43:15;  author: rillig;  state: Exp;  lines: +7 -7
> Ran "make detab".

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

以下、訳と原文それぞれの新旧の差分です。

--- fixes.xml.orig	2006-11-13 00:28:06.000000000 +0900
+++ fixes.xml	2006-11-13 00:28:06.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: fixes.xml,v 1.51 2006/04/16 04:27:18 jlam Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.52 2006/05/10 22:43:15 rillig Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: fixes.xml,v 1.51 2006/04/16 04:27:18 jlam Exp   -->
+<!-- NetBSD: fixes.xml,v 1.52 2006/05/10 22:43:15 rillig Exp   -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>パッケージを動くようにする</title>
@@ -546,9 +546,9 @@
 
     AGE
         このライブラリーが実装しているインターフェースの最新のものと最古のものの間の差。
-	すなわち、このライブラリーが実装しているのは、
-	`CURRENT - AGE' から `CURRENT' までの番号の範囲にある、
-	すべてのインターフェース番号です。
+        すなわち、このライブラリーが実装しているのは、
+        `CURRENT - AGE' から `CURRENT' までの番号の範囲にある、
+        すべてのインターフェース番号です。
 
     二つのファイブラリーの CURRENT と AGE 番号がいずれも同じ場合、
     ダイナミックリンカーは REVISION 番号が大きいほうのライブラリーを選びます。
@@ -778,8 +778,8 @@
 
 <programlisting>
     FreeBSD     __FreeBSD__
-    DragonFly	__DragonFly__
-    Interix	__INTERIX
+    DragonFly   __DragonFly__
+    Interix     __INTERIX
     Linux       linux, __linux, __linux__
     NetBSD      __NetBSD__
     OpenBSD     __OpenBSD__
@@ -800,7 +800,7 @@
 
 <programlisting>
     GCC         __GNUC__ (メジャーバージョン), __GNUC_MINOR__
-    SunPro	__SUNPRO_C (バージョン 5.7 なら 0x570)
+    SunPro      __SUNPRO_C (バージョン 5.7 なら 0x570)
 </programlisting>
 
       </sect3>
Index: fixes.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/fixes.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- fixes.xml	16 Apr 2006 04:27:18 -0000	1.51
+++ fixes.xml	10 May 2006 22:43:15 -0000	1.52
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.51 2006/04/16 04:27:18 jlam Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.52 2006/05/10 22:43:15 rillig Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>Making your package work</title>
@@ -588,9 +588,9 @@
 
     AGE
         The difference between the newest and oldest interfaces that
-	this library implements.  In other words, the library implements
-	all the interface numbers in the range from number `CURRENT -
-	AGE' to `CURRENT'.
+        this library implements.  In other words, the library implements
+        all the interface numbers in the range from number `CURRENT -
+        AGE' to `CURRENT'.
 
     If two libraries have identical CURRENT and AGE numbers, then the
     dynamic linker chooses the library with the greater REVISION number.
@@ -824,8 +824,8 @@
 
 <programlisting>
     FreeBSD     __FreeBSD__
-    DragonFly	__DragonFly__
-    Interix	__INTERIX
+    DragonFly   __DragonFly__
+    Interix     __INTERIX
     Linux       linux, __linux, __linux__
     NetBSD      __NetBSD__
     OpenBSD     __OpenBSD__
@@ -846,7 +846,7 @@
 
 <programlisting>
     GCC         __GNUC__ (major version), __GNUC_MINOR__
-    SunPro	__SUNPRO_C (0x570 for version 5.7)
+    SunPro      __SUNPRO_C (0x570 for version 5.7)
 </programlisting>
 
       </sect3>