From 8ca695247e8324da4375e2ae2eecd738559fc673 Mon Sep 17 00:00:00 2001 From: Hiroki Sato <hrs@FreeBSD.org> Date: Thu, 19 Jul 2001 16:25:29 +0000 Subject: [PATCH] - Merge Makefiles to build individual chapters in handbook and the following from the English version: (new) -> 1.1 advanced-networking/isdn-bus.eps (new) -> 1.1 advanced-networking/isdn-twisted-pair.eps (new) -> 1.1 advanced-networking/natd.eps 1.34 -> 1.35 backups/chapter.sgml 1.29 -> 1.30 basics/chapter.sgml 1.14 -> 1.15 boot/chapter.sgml 1.453 -> 1.456 contrib/chapter.sgml 1.58 -> 1.60 eresources/chapter.sgml 1.31 -> 1.33 kerneldebug/chapter.sgml 1.17 -> 1.18 kernelopts/chapter.sgml 1.50 -> 1.58 l10n/chapter.sgml 1.19 -> 1.21 policies/chapter.sgml 1.5 -> 1.7 sound/chapter.sgml 1.216 -> 1.225 staff/chapter.sgml --- .../articles/contributing/article.sgml | 20 +- .../handbook/advanced-networking/Makefile | 17 ++ .../handbook/advanced-networking/isdn-bus.eps | 147 +++++++++++ .../advanced-networking/isdn-twisted-pair.eps | 242 ++++++++++++++++++ .../handbook/advanced-networking/natd.eps | 228 +++++++++++++++++ ja_JP.eucJP/books/handbook/backups/Makefile | 16 ++ .../books/handbook/backups/chapter.sgml | 56 ++-- ja_JP.eucJP/books/handbook/basics/Makefile | 16 ++ .../books/handbook/basics/chapter.sgml | 30 ++- .../books/handbook/bibliography/Makefile | 16 ++ ja_JP.eucJP/books/handbook/boot/Makefile | 16 ++ ja_JP.eucJP/books/handbook/boot/chapter.sgml | 16 +- ja_JP.eucJP/books/handbook/config/Makefile | 16 ++ ja_JP.eucJP/books/handbook/contrib/Makefile | 16 ++ .../books/handbook/contrib/chapter.sgml | 20 +- .../books/handbook/cutting-edge/Makefile | 16 ++ ja_JP.eucJP/books/handbook/disks/Makefile | 16 ++ .../books/handbook/eresources/Makefile | 16 ++ .../books/handbook/eresources/chapter.sgml | 22 +- ja_JP.eucJP/books/handbook/install/Makefile | 16 ++ .../books/handbook/introduction/Makefile | 16 ++ .../books/handbook/kernelconfig/Makefile | 16 ++ .../books/handbook/kerneldebug/Makefile | 16 ++ .../books/handbook/kerneldebug/chapter.sgml | 25 +- .../books/handbook/kernelopts/Makefile | 16 ++ .../books/handbook/kernelopts/chapter.sgml | 19 +- ja_JP.eucJP/books/handbook/l10n/Makefile | 16 ++ ja_JP.eucJP/books/handbook/l10n/chapter.sgml | 47 +++- ja_JP.eucJP/books/handbook/linuxemu/Makefile | 16 ++ ja_JP.eucJP/books/handbook/mail/Makefile | 16 ++ ja_JP.eucJP/books/handbook/mirrors/Makefile | 16 ++ .../books/handbook/multimedia/Makefile | 16 ++ .../books/handbook/multimedia/chapter.sgml | 18 +- ja_JP.eucJP/books/handbook/pgpkeys/Makefile | 16 ++ ja_JP.eucJP/books/handbook/policies/Makefile | 16 ++ .../books/handbook/policies/chapter.sgml | 12 +- ja_JP.eucJP/books/handbook/ports/Makefile | 16 ++ .../books/handbook/ppp-and-slip/Makefile | 16 ++ ja_JP.eucJP/books/handbook/printing/Makefile | 16 ++ ja_JP.eucJP/books/handbook/security/Makefile | 16 ++ .../books/handbook/serialcomms/Makefile | 16 ++ ja_JP.eucJP/books/handbook/sound/Makefile | 16 ++ ja_JP.eucJP/books/handbook/sound/chapter.sgml | 18 +- ja_JP.eucJP/books/handbook/staff/Makefile | 16 ++ ja_JP.eucJP/books/handbook/staff/chapter.sgml | 45 +++- ja_JP.eucJP/books/handbook/users/Makefile | 16 ++ ja_JP.eucJP/books/handbook/x11/Makefile | 16 ++ 47 files changed, 1345 insertions(+), 117 deletions(-) create mode 100644 ja_JP.eucJP/books/handbook/advanced-networking/Makefile create mode 100644 ja_JP.eucJP/books/handbook/advanced-networking/isdn-bus.eps create mode 100644 ja_JP.eucJP/books/handbook/advanced-networking/isdn-twisted-pair.eps create mode 100644 ja_JP.eucJP/books/handbook/advanced-networking/natd.eps create mode 100644 ja_JP.eucJP/books/handbook/backups/Makefile create mode 100644 ja_JP.eucJP/books/handbook/basics/Makefile create mode 100644 ja_JP.eucJP/books/handbook/bibliography/Makefile create mode 100644 ja_JP.eucJP/books/handbook/boot/Makefile create mode 100644 ja_JP.eucJP/books/handbook/config/Makefile create mode 100644 ja_JP.eucJP/books/handbook/contrib/Makefile create mode 100644 ja_JP.eucJP/books/handbook/cutting-edge/Makefile create mode 100644 ja_JP.eucJP/books/handbook/disks/Makefile create mode 100644 ja_JP.eucJP/books/handbook/eresources/Makefile create mode 100644 ja_JP.eucJP/books/handbook/install/Makefile create mode 100644 ja_JP.eucJP/books/handbook/introduction/Makefile create mode 100644 ja_JP.eucJP/books/handbook/kernelconfig/Makefile create mode 100644 ja_JP.eucJP/books/handbook/kerneldebug/Makefile create mode 100644 ja_JP.eucJP/books/handbook/kernelopts/Makefile create mode 100644 ja_JP.eucJP/books/handbook/l10n/Makefile create mode 100644 ja_JP.eucJP/books/handbook/linuxemu/Makefile create mode 100644 ja_JP.eucJP/books/handbook/mail/Makefile create mode 100644 ja_JP.eucJP/books/handbook/mirrors/Makefile create mode 100644 ja_JP.eucJP/books/handbook/multimedia/Makefile create mode 100644 ja_JP.eucJP/books/handbook/pgpkeys/Makefile create mode 100644 ja_JP.eucJP/books/handbook/policies/Makefile create mode 100644 ja_JP.eucJP/books/handbook/ports/Makefile create mode 100644 ja_JP.eucJP/books/handbook/ppp-and-slip/Makefile create mode 100644 ja_JP.eucJP/books/handbook/printing/Makefile create mode 100644 ja_JP.eucJP/books/handbook/security/Makefile create mode 100644 ja_JP.eucJP/books/handbook/serialcomms/Makefile create mode 100644 ja_JP.eucJP/books/handbook/sound/Makefile create mode 100644 ja_JP.eucJP/books/handbook/staff/Makefile create mode 100644 ja_JP.eucJP/books/handbook/users/Makefile create mode 100644 ja_JP.eucJP/books/handbook/x11/Makefile diff --git a/ja_JP.eucJP/articles/contributing/article.sgml b/ja_JP.eucJP/articles/contributing/article.sgml index b689dd3205..3a145174c0 100644 --- a/ja_JP.eucJP/articles/contributing/article.sgml +++ b/ja_JP.eucJP/articles/contributing/article.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.453 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml,v 1.68 2001/06/07 18:29:10 hrs Exp $ + Original revision: 1.456 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml,v 1.69 2001/07/18 19:29:09 hrs Exp $ --> <chapter id="contrib"> @@ -584,7 +584,9 @@ ���ޥ�ɤ���Ѥ��Ƥ����ʤ��ޤ���, <quote>context diff</quote>���������ޤ��褦�Ǥ�. �㤨��:</para> - <indexterm><primary>diff</primary></indexterm> + <indexterm> + <primary><command>diff</command></primary> + </indexterm> <screen>&prompt.user; <userinput>diff -c oldfile newfile</userinput></screen> <para>�ޤ���</para> @@ -607,7 +609,9 @@ �����˼�꤫���뤳�ȤϤǤ��ޤ���, ���������ޤǤ� ������ pr �ǡ����١����˻ĤäƤ��ޤ�.</para> - <indexterm><primary>uuencode</primary></indexterm> + <indexterm> + <primary><command>uuencode</command></primary> + </indexterm> <para>���ʤ��������������������Ȼפ���� (�㤨��, �ե�������ɲ�, ����ޤ���̾���ѹ��ʤ�), �ѹ��� <command>tar</command> �ե�����ˤޤȤ�, &man.uuencode.1; @@ -1353,6 +1357,10 @@ Copyright (C) [ǯ] <listitem> <para>Adam Herzog <email>adam@herzogdesigns.com</email></para> </listitem> + + <listitem> + <para>Adam Kranzel <email>adam@alameda.edu</email></para> + </listitem> <listitem> <para>Adam McDougall <email>mcdouga9@egr.msu.edu</email></para> @@ -2367,6 +2375,10 @@ Copyright (C) [ǯ] <para>Dishanker Rajakulendren <email>draj@oceanfree.net</email></para> </listitem> + <listitem> + <para>Dmitry A. Yanko<email>fm@astral.ntu-kpi.kiev.ua</email></para> + </listitem> + <listitem> <para>Dmitry Khrustalev <email>dima@xyzzy.machaon.ru</email></para> </listitem> diff --git a/ja_JP.eucJP/books/handbook/advanced-networking/Makefile b/ja_JP.eucJP/books/handbook/advanced-networking/Makefile new file mode 100644 index 0000000000..c0d8b8caaa --- /dev/null +++ b/ja_JP.eucJP/books/handbook/advanced-networking/Makefile @@ -0,0 +1,17 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + + +CHAPTERS= advanced-networking/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/advanced-networking/isdn-bus.eps b/ja_JP.eucJP/books/handbook/advanced-networking/isdn-bus.eps new file mode 100644 index 0000000000..cdb717f681 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/advanced-networking/isdn-bus.eps @@ -0,0 +1,147 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 99 -130 355 100 +%%Creator: G. Adam Stanislav +%%EndComments +%%BeginProlog +%%EndProlog + +%%BeginSetup +/t { + rlineto + -5 0 rlineto + 0 -7 rlineto + -6 0 rlineto + 0 20 rlineto + 6 0 rlineto + 0 -7 rlineto + 5 0 rlineto +} bind def + +/ldent { + 0 5 rlineto + -7 0 rlineto + 0 -5 rlineto +} bind def + +/rdent { + 0 5 rlineto + 11 0 rlineto + 0 -5 rlineto +} bind def + +/router { + moveto + 0 12 t + 0 12 rlineto + 70 0 rlineto + 0 -30 rlineto + -52.5 0 rlineto + ldent + closepath + 2 28 rmoveto + 0 -26 rlineto + 6.5 0 rlineto + rdent + 48.5 0 rlineto + 0 26 rlineto + closepath + fill +} bind def + +/box { + moveto + 0 17 t + 0 17 rlineto + 100 0 rlineto + 0 -40 rlineto + closepath + 2 38 rmoveto + 0 -36 rlineto + 96 0 rlineto + 0 36 rlineto + closepath + fill +} bind def + +/plug { + moveto + 0 7 rlineto + 6 0 rlineto + 0 -7 rlineto + closepath + fill +} bind def + +/internet { + moveto + 0 210 rlineto + 110 0 rlineto + 0 -210 rlineto + closepath + gsave + 5 7 div setcolor + fill + grestore + stroke +} bind def +%%EndSetup + +% draw the coax cable +3 7 div setcolor +114 -94 moveto +-4 0 rlineto +0 164 rlineto +4 0 rlineto +closepath +fill + +% draw some terminating resistors +newpath +112 -110 2 0 360 arc fill +newpath +112 85 2 0 360 arc fill +0 setcolor + +120 60 router +131 57.5 plug + +120 0 box +120 -60 box +120 -120 box + +gsave +[5 3] 0 setdash +235 -120 internet +grestore + +% Connect router to the Internet +232 40.5 plug +133 58 moveto +0 -15 rlineto +102 0 rlineto +0 2 rlineto +-100 0 rlineto +0 13 rlineto +closepath +fill + +/Helvetica-bold findfont dup 10 scalefont setfont + +140 74 moveto (Router) show +140 -42 moveto (Windows 95) show +130.5 -102 moveto (Sun Workstation) show +138 18 moveto (FreeBSD Box) show +161 47.5 moveto (ISDN BRI Line) show + +25 scalefont setfont + +265 51 moveto (The) show +245 27 moveto (Internet) show +1 setcolor +264 53 moveto (The) show +244 29 moveto (Internet) show + +%%Trailer +showpage +%%EOF + diff --git a/ja_JP.eucJP/books/handbook/advanced-networking/isdn-twisted-pair.eps b/ja_JP.eucJP/books/handbook/advanced-networking/isdn-twisted-pair.eps new file mode 100644 index 0000000000..5021a84aab --- /dev/null +++ b/ja_JP.eucJP/books/handbook/advanced-networking/isdn-twisted-pair.eps @@ -0,0 +1,242 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: -10 -70 355 100 +%%Creator: G. Adam Stanislav +%%EndComments +%%BeginProlog +%%EndProlog + +%%BeginSetup +/ldent { + 0 5 rlineto + -7 0 rlineto + 0 -5 rlineto +} bind def + +/uldent { + 0 -5 rlineto + 7 0 rlineto + 0 5 rlineto +} bind def + +/rdent { + 0 5 rlineto + 11 0 rlineto + 0 -5 rlineto +} bind def + +/urdent { + 0 -5 rlineto + -11 0 rlineto + 0 5 rlineto +} bind def + +/hub { + moveto + 0 30 rlineto + 84 0 rlineto + 0 -30 rlineto + -10.5 0 rlineto + ldent + -7 0 rlineto + ldent + -7 0 rlineto + ldent + -7 0 rlineto + ldent + -7 0 rlineto + ldent + closepath + 2 28 rmoveto + 0 -26 rlineto + 6.5 0 rlineto + rdent + 3 0 rlineto + rdent + 3 0 rlineto + rdent + 3 0 rlineto + rdent + 3 0 rlineto + rdent + 6.5 0 rlineto + 0 26 rlineto + closepath + fill +} bind def + +/router { + moveto + 0 30 rlineto + 70 0 rlineto + 0 -30 rlineto + -10.5 0 rlineto + ldent + -35 0 rlineto + ldent + closepath + 2 28 rmoveto + 0 -26 rlineto + 6.5 0 rlineto + rdent + 31 0 rlineto + rdent + 6.5 0 rlineto + 0 26 rlineto + closepath + fill +} bind def + +/box { + moveto + 0 40 rlineto + 10.5 0 rlineto + uldent + 82.5 0 rlineto + 0 -40 rlineto + closepath + 2 38 rmoveto + 0 -36 rlineto + 96 0 rlineto + 0 36 rlineto + -78.5 0 rlineto + urdent + closepath + fill +} bind def + +/plug { + moveto + 0 7 rlineto + 6 0 rlineto + 0 -7 rlineto + closepath + fill +} bind def + +/internet { + moveto + 0 90 rlineto + 110 0 rlineto + 0 -90 rlineto + closepath + gsave + 5 7 div setcolor + fill + grestore + stroke +} bind def +%%EndSetup + +0 60 hub +11 57.5 plug +25 57.5 plug +39 57.5 plug +53 57.5 plug +67 57.5 plug + +100 60 router +111 57.5 plug +153 57.5 plug + +0 -60 box +11 -24.5 plug +% Connect box 1 with hub +13 -20 moveto +0 78 rlineto +2 0 rlineto +0 -78 rlineto +closepath +fill + +120 0 box +% Connect box 2 with hub +131 35.5 plug +133 40 moveto +0 6 rlineto +-78 0 rlineto +0 12 rlineto +2 0 rlineto +0 -10 rlineto +78 0 rlineto +0 -8 rlineto +closepath +fill + +120 -60 box +131 -24.5 plug +% Connect with hub +133 -20 moveto +0 6 rlineto +-106 0 rlineto +0 72 rlineto +2 0 rlineto +0 -70 rlineto +106 0 rlineto +0 -8 rlineto +closepath +fill + +240 -60 box +251 -24.5 plug +% Connect with hub +253 -20 moveto +0 14 rlineto +-212 0 rlineto +0 68 rlineto +2 0 rlineto +0 -66 rlineto +212 0 rlineto +0 -16 rlineto +closepath +fill + +% Connect hub with router +69 58 moveto +0 -6 rlineto +46 0 rlineto +0 6 rlineto +-2 0 rlineto +0 -4 rlineto +-42 0 rlineto +0 4 rlineto +closepath +fill + +gsave +[5 3] 0 setdash +235 0 internet +grestore + +% Connect router to the Internet +232 40.5 plug +155 58 moveto +0 -15 rlineto +80 0 rlineto +0 2 rlineto +-78 0 rlineto +0 13 rlineto +closepath +fill + +/Helvetica-bold findfont dup 10 scalefont setfont + +32 74 moveto (Hub) show +120 74 moveto (Router) show +17 -42 moveto (Novell Server) show +140 -42 moveto (Windows 95) show +250.5 -42 moveto (Sun Workstation) show +138 18 moveto (FreeBSD Box) show +161 47.5 moveto (ISDN BRI Line) show + +25 scalefont setfont + +265 51 moveto (The) show +245 27 moveto (Internet) show +1 setcolor +264 53 moveto (The) show +244 29 moveto (Internet) show + +%%Trailer +showpage +%%EOF + diff --git a/ja_JP.eucJP/books/handbook/advanced-networking/natd.eps b/ja_JP.eucJP/books/handbook/advanced-networking/natd.eps new file mode 100644 index 0000000000..5677ace420 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/advanced-networking/natd.eps @@ -0,0 +1,228 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: -10 -10 355 100 +%%Creator: G. Adam Stanislav +%%EndComments +%%BeginProlog +%%EndProlog + +%%BeginSetup +/ldent { + 0 5 rlineto + -7 0 rlineto + 0 -5 rlineto +} bind def + +/uldent { + 0 -5 rlineto + 7 0 rlineto + 0 5 rlineto +} bind def + +/rdent { + 0 5 rlineto + 11 0 rlineto + 0 -5 rlineto +} bind def + +/urdent { + 0 -5 rlineto + -11 0 rlineto + 0 5 rlineto +} bind def + +/hub { + moveto + 0 30 rlineto + 70 0 rlineto + 0 -30 rlineto + -10.5 0 rlineto + ldent + -7 0 rlineto + ldent + -7 0 rlineto + ldent + -7 0 rlineto + ldent + closepath + 2 28 rmoveto + 0 -26 rlineto + 6.5 0 rlineto + rdent + 3 0 rlineto + rdent + 3 0 rlineto + rdent + 3 0 rlineto + rdent + 6.5 0 rlineto + 0 26 rlineto + closepath + fill +} bind def + +/router { + moveto + 0 30 rlineto + 70 0 rlineto + 0 -30 rlineto + -10.5 0 rlineto + ldent + -35 0 rlineto + ldent + closepath + 2 28 rmoveto + 0 -26 rlineto + 6.5 0 rlineto + rdent + 31 0 rlineto + rdent + 6.5 0 rlineto + 0 26 rlineto + closepath + fill +} bind def + +/box1 { + moveto + 0 40 rlineto + 10.5 0 rlineto + uldent + 82.5 0 rlineto + 0 -40 rlineto + closepath + 2 38 rmoveto + 0 -36 rlineto + 96 0 rlineto + 0 36 rlineto + -78.5 0 rlineto + urdent + closepath + fill +} bind def + +/box2 { + moveto + 0 40 rlineto + 10.5 0 rlineto + uldent + 65 0 rlineto + uldent + 10.5 0 rlineto + 0 -40 rlineto + closepath + 2 38 rmoveto + 0 -36 rlineto + 96 0 rlineto + 0 36 rlineto + -6.5 0 rlineto + urdent + -61 0 rlineto + urdent + closepath + fill +} bind def + +/plug { + moveto + 0 7 rlineto + 6 0 rlineto + 0 -7 rlineto + closepath + fill +} bind def + +/internet { + moveto + 0 90 rlineto + 110 0 rlineto + 0 -90 rlineto + closepath + gsave + 5 7 div setcolor + fill + grestore + stroke +} bind def +%%EndSetup + +0 60 hub +11 57.5 plug +25 57.5 plug + +135 60 router +146 57.5 plug +188 57.5 plug + +0 0 box1 +11 35.5 plug + +13 40 moveto +0 18 rlineto +2 0 rlineto +0 -18 rlineto +closepath +fill + +120 0 box2 +% Connect box2 with hub +131 35.5 plug +133 40 moveto +0 8 rlineto +-106 0 rlineto +0 10 rlineto +2 0 rlineto +0 -8 rlineto +106 0 rlineto +0 -10 rlineto +closepath +fill + +% Connect box2 with router +203 35.5 plug +205 40 moveto +0 8 rlineto +-57 0 rlineto +0 10 rlineto +2 0 rlineto +0 -8 rlineto +57 0 rlineto +0 -10 rlineto +closepath +fill + +gsave +[5 3] 0 setdash +235 0 internet +grestore + +% Connect router to the Internet +232 49.5 plug +190 58 moveto +0 -6 rlineto +45 0 rlineto +0 2 rlineto +-43 0 rlineto +0 4 rlineto +closepath +fill + +/Helvetica-bold findfont dup 10 scalefont setfont + +25 74 moveto (Hub) show +155 74 moveto (Router) show +28 18 moveto (Client A) show +149 23 moveto (Client B) show +123.5 10 moveto ((FreeBSD Gateway)) show + +25 scalefont setfont + +265 51 moveto (The) show +245 27 moveto (Internet) show +1 setcolor +264 53 moveto (The) show +244 29 moveto (Internet) show + +%%Trailer +showpage +%%EOF + diff --git a/ja_JP.eucJP/books/handbook/backups/Makefile b/ja_JP.eucJP/books/handbook/backups/Makefile new file mode 100644 index 0000000000..9dee639b9c --- /dev/null +++ b/ja_JP.eucJP/books/handbook/backups/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original rebision: 1.1 + +CHAPTERS= backups/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/backups/chapter.sgml b/ja_JP.eucJP/books/handbook/backups/chapter.sgml index 2444e9571b..5a658b2b3a 100644 --- a/ja_JP.eucJP/books/handbook/backups/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/backups/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.34 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/backups/chapter.sgml,v 1.17 2001/05/19 16:03:09 hrs Exp $ + Original revision: 1.35 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/backups/chapter.sgml,v 1.18 2001/07/18 19:29:08 hrs Exp $ --> <chapter id="backups"> @@ -290,8 +290,8 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <primary>�Хå����åץץ������(backup software)</primary> <secondary>dump / restore</secondary> </indexterm> - <indexterm><primary>dump</primary></indexterm> - <indexterm><primary>restore</primary></indexterm> + <indexterm><primary><command>dump</command></primary></indexterm> + <indexterm><primary><command>restore</command></primary></indexterm> <para>&man.dump.8; �� &man.restore.8; ������Ū�� Unix�ΥХå����åץץ������Ǥ�. @@ -315,7 +315,7 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> �ǥե�����ͤޥ�ɥ饤����֤������ʤ���Фʤ�ޤ���. </para> - <indexterm><primary>rhosts</primary></indexterm> + <indexterm><primary><filename>rhosts</filename></primary></indexterm> <para>&man.rdump.8; �� &man.rrestore.8; ��¾�Υ���ԥ塼������³����Ƥ���ơ��ץɥ饤�֤� �ͥåȥ����ͳ�ǥХå����åפޤ�. @@ -342,7 +342,7 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <indexterm> <primary>�Хå����åץץ������(backup software)</primary> - <secondary>tar</secondary> + <secondary><command>tar</command></secondary> </indexterm> <para>&man.tar.1; ATT Unix �ΥС������ 6 (1975����) �ˤ����Τܤ�����Ǥ��ޤ�. &man.tar.1; @@ -353,7 +353,7 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> &man.cpio.1; �ǻȤ��褦�ʴ�̯�ʥ��ޥ�ɥѥ��ץ饤���ɬ�פ���ޤ���.</para> - <indexterm><primary>tar</primary></indexterm> + <indexterm><primary><command>tar</command></primary></indexterm> <para>����ʬ�� &man.tar.1; �ˤϥͥåȥ����ͳ�ΥХå����åפε�ǽ�Ϥ���ޤ���, FreeBSD �ǻ��Ѥ���Ƥ��� GNU �� &man.tar.1; ��, @@ -380,7 +380,7 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <indexterm> <primary>�Хå����åץץ������(backup software)</primary> - <secondary>cpio</secondary> + <secondary><command>cpio</command></secondary> </indexterm> <para>&man.cpio.1; ������, Unix �ե��������ǥ����Ǹ��뤿��Υץ������Ǥ�. @@ -394,7 +394,7 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> �ǥ��쥯�ȥ�ĥ��õ���� �ե�����ꥹ�ȤˤĤ��Ƥε�ǽ�Ϥ���ޤ���.</para> - <indexterm><primary>cpio</primary></indexterm> + <indexterm><primary><command>cpio</command></primary></indexterm> <para>&man.cpio.1; �ϥͥåȥ����ͳ�ΥХå����åפε�ǽ�Ϥ���ޤ���. ��⡼�ȥơ��ץɥ饤�֤ˤϥѥ��ץ饤��� &man.rsh.1; @@ -419,9 +419,9 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <indexterm> <primary>�Хå����åץץ������(backup software)</primary> - <secondary>pax</secondary> + <secondary><command>pax</command></secondary> </indexterm> - <indexterm><primary>pax</primary></indexterm> + <indexterm><primary><command>pax</command></primary></indexterm> <indexterm><primary>POSIX</primary></indexterm> <indexterm><primary>IEEE</primary></indexterm> <para>&man.pax.1; �� <command>tar</command> �� @@ -443,9 +443,9 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <indexterm> <primary>�Хå����åץץ������(backup software)</primary> - <secondary>amanda</secondary> + <secondary><command>amanda</command></secondary> </indexterm> - <indexterm><primary>amanda</primary></indexterm> + <indexterm><primary><command>amanda</command></primary></indexterm> <para><ulink url="../ports/misc.html#amanda-2.4.0">Amanda</ulink> @@ -510,7 +510,9 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <sect2> <title>�ɤΥХå����åץץ�����ब��Ŭ�Ǥ��礦?</title> - <indexterm><primary>LISA</primary></indexterm> + <indexterm> + <primary>LISA</primary> + </indexterm> <para><emphasis>���Ū��</emphasis> &man.dump.8; ���ޤ��礦. Elizabeth D. Zwicky �Ϥ����Ǹ�Ƥ�����ץ�����ह�٤ƤˤĤ��� @@ -541,7 +543,9 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> <para>��������ɤΤ褦�ʺ�����Ф��Ƥ�ʲ��� 4���ƥåפ�����ɬ�פʽ����Ǥ�.</para> - <indexterm><primary>disklabel</primary></indexterm> + <indexterm> + <primary><command>disklabel</command></primary> + </indexterm> <para>���ƥå� 1�Ǥ�, �ե����륷���ƥ�ơ��֥�(<filename>/etc/fstab</filename>) @@ -799,10 +803,16 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting> <para>�ե����륷���ƥ���Ĥ��IJ�������</para> - <indexterm><primary>mount</primary></indexterm> + <indexterm> + <primary><command>mount</command></primary> + </indexterm> <indexterm><primary>root partition</primary></indexterm> - <indexterm><primary>disklabel</primary></indexterm> - <indexterm><primary>newfs</primary></indexterm> + <indexterm> + <primary><command>disklabel</command></primary> + </indexterm> + <indexterm> + <primary><command>newfs</command></primary> + </indexterm> <para>�ǽ�Υǥ�������root�ѡ��ƥ������� &man.mount.8; (�㤨�� <command>mount /dev/da0a /mnt</command> �Τ褦��) �ޥ���Ȥ��ƤߤƤ�������. @@ -902,9 +912,13 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting> <sect2 id="floppies-compress"> <title>�Хå����åפ̤��뤳�ȤϤǤ��ޤ���?</title> - <indexterm><primary>tar</primary></indexterm> - <indexterm><primary>gzip</primary></indexterm> - <indexterm><primary>compression</primary></indexterm> + <indexterm> + <primary><command>tar</command></primary> + </indexterm> + <indexterm> + <primary><command>gzip</command></primary> + </indexterm> + <indexterm><primary>����</primary></indexterm> <para>��ǰ�ʤ���, &man.tar.1; �ϥޥ�����ܥ�塼�����¸������� <option>-z</option> ���ץ�����Ȥ����Ȥ��Ǥ��ޤ���. diff --git a/ja_JP.eucJP/books/handbook/basics/Makefile b/ja_JP.eucJP/books/handbook/basics/Makefile new file mode 100644 index 0000000000..45e82e8386 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/basics/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= basics/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/basics/chapter.sgml b/ja_JP.eucJP/books/handbook/basics/chapter.sgml index f4e3bdcfff..20e1021674 100644 --- a/ja_JP.eucJP/books/handbook/basics/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/basics/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.29 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/basics/chapter.sgml,v 1.14 2001/04/29 17:51:25 hrs Exp $ + Original revision: 1.30 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/basics/chapter.sgml,v 1.15 2001/07/18 19:29:09 hrs Exp $ --> <chapter id="basics"> @@ -125,7 +125,9 @@ </tbody> </tgroup> </informaltable> - <indexterm><primary>ls</primary></indexterm> + <indexterm> + <primary><command>ls</command></primary> + </indexterm> <indexterm><primary>�ǥ��쥯�ȥ�</primary></indexterm> <para><command>ls -l</command> ��ɽ�������ܺ٤ʥǥ��쥯�ȥ�ꥹ�ȤǤ�, @@ -444,7 +446,9 @@ Ports collection �������ѤǤ���, ��������Υƥ����ȥ��ǥ������Ѱդ���Ƥ��ޤ�. </para> - <indexterm><primary>ee</primary></indexterm> + <indexterm> + <primary><command>ee</command></primary> + </indexterm> <para>�Ǥ�ؽ�����ñ�ʥ��ǥ�����, easy editor ��ά�� <application>ee</application> �ȸƤФ���ΤǤ�. <application>ee</application> ��Ω���夲��ˤ�, ���ޥ�ɥ饤�� @@ -463,24 +467,28 @@ �ե����뤬��������Ƥ����Ȥ���, ���ǥ������ѹ����֤��뤫�ɤ����ץ���ץȤ�Ф��ޤ�.</para> - <indexterm><primary>vi</primary></indexterm> <indexterm> - <primary>���ǥ���</primary> - <secondary>vi</secondary> + <primary><command>vi</command></primary> </indexterm> - <indexterm><primary>emacs</primary></indexterm> <indexterm> <primary>���ǥ���</primary> - <secondary>emacs</secondary> + <secondary><command>vi</command></secondary> + </indexterm> + <indexterm> + <primary><command>emacs</command></primary> + </indexterm> + <indexterm> + <primary>���ǥ���</primary> + <secondary><command>emacs</command></secondary> </indexterm> <para>FreeBSD �ˤ�, ���ܥ����ƥ�ΰ����Ȥ��� <application>vi</application>, Ports Collection �ΰ����Ȥ��� - <application>emacs</application> �� <application>vim</application> + <command>emacs</command> �� <command>vim</command> �Ȥ��ä�, ��궯�Ϥʥƥ����ȥ��ǥ������Ѱդ���Ƥ��ޤ�. �����Υ��ǥ����Ϥ��ؽ���ʣ���Ǥ���, ��궯�Ϥǹ⤤��ǽ�������ޤ�. ������, ���ʤ���¿�̤Υƥ����Ȥ��Խ����뤳�Ȥ�ͤ��Ƥ���ʤ�, - <application>vim</application> �� <application>emacs</application> + <command>vim</command> �� <command>emacs</command> �Ȥ��ä����Ϥʥ��ǥ����������뤳�Ȥ�, ���¿���λ��֤����뤳�ȤǤ��礦.</para> </sect1> diff --git a/ja_JP.eucJP/books/handbook/bibliography/Makefile b/ja_JP.eucJP/books/handbook/bibliography/Makefile new file mode 100644 index 0000000000..8d6bbc00ca --- /dev/null +++ b/ja_JP.eucJP/books/handbook/bibliography/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= bibliography/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/boot/Makefile b/ja_JP.eucJP/books/handbook/boot/Makefile new file mode 100644 index 0000000000..7578c95f19 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/boot/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= boot/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/boot/chapter.sgml b/ja_JP.eucJP/books/handbook/boot/chapter.sgml index e2057f2a27..f71848d995 100644 --- a/ja_JP.eucJP/books/handbook/boot/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/boot/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.14 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/boot/chapter.sgml,v 1.6 2001/04/29 17:51:26 hrs Exp $ + Original revision: 1.15 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/boot/chapter.sgml,v 1.7 2001/07/18 19:29:09 hrs Exp $ --> <chapter id="boot"> @@ -359,7 +359,9 @@ boot:</screen> <listitem> <para>���ʻȤäƤ��륫���ͥ�ȥ⥸�塼�������ɤ�, �Ť�(�⤷�����̤�)�����ͥ������ɤ��ޤ�.</para> - <indexterm><primary>kernel.old</primary></indexterm> + <indexterm> + <primary><filename>kernel.old</filename></primary> + </indexterm> <screen><userinput>unload</userinput> <userinput>load <replaceable>kernel.old</replaceable></userinput></screen> @@ -476,7 +478,9 @@ boot:</screen> <sect1 id="boot-init"> <title>init: �ץ���������ν����</title> - <indexterm><primary>init</primary></indexterm> + <indexterm> + <primary><command>init</command></primary> + </indexterm> <para>�����ͥ�ε�ư����λ�����, <command>init</command> �Ȥ����桼���ץ����������椬�ܤ���ޤ�. @@ -578,7 +582,9 @@ console none unknown off insecure</programlisting> <sect1 id="boot-shutdown"> <title>����åȥ�����ư��</title> - <indexterm><primary>shutdown</primary></indexterm> + <indexterm> + <primary><command>shutdown</command></primary> + </indexterm> <para><command>shutdown</command> ���Ѥ��ƥ����ƥ��տ�Ū�˥���åȥ��������, diff --git a/ja_JP.eucJP/books/handbook/config/Makefile b/ja_JP.eucJP/books/handbook/config/Makefile new file mode 100644 index 0000000000..d92f2f4b8d --- /dev/null +++ b/ja_JP.eucJP/books/handbook/config/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= config/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/contrib/Makefile b/ja_JP.eucJP/books/handbook/contrib/Makefile new file mode 100644 index 0000000000..af838152a6 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/contrib/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= contrib/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/contrib/chapter.sgml b/ja_JP.eucJP/books/handbook/contrib/chapter.sgml index b689dd3205..3a145174c0 100644 --- a/ja_JP.eucJP/books/handbook/contrib/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/contrib/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.453 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml,v 1.68 2001/06/07 18:29:10 hrs Exp $ + Original revision: 1.456 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml,v 1.69 2001/07/18 19:29:09 hrs Exp $ --> <chapter id="contrib"> @@ -584,7 +584,9 @@ ���ޥ�ɤ���Ѥ��Ƥ����ʤ��ޤ���, <quote>context diff</quote>���������ޤ��褦�Ǥ�. �㤨��:</para> - <indexterm><primary>diff</primary></indexterm> + <indexterm> + <primary><command>diff</command></primary> + </indexterm> <screen>&prompt.user; <userinput>diff -c oldfile newfile</userinput></screen> <para>�ޤ���</para> @@ -607,7 +609,9 @@ �����˼�꤫���뤳�ȤϤǤ��ޤ���, ���������ޤǤ� ������ pr �ǡ����١����˻ĤäƤ��ޤ�.</para> - <indexterm><primary>uuencode</primary></indexterm> + <indexterm> + <primary><command>uuencode</command></primary> + </indexterm> <para>���ʤ��������������������Ȼפ���� (�㤨��, �ե�������ɲ�, ����ޤ���̾���ѹ��ʤ�), �ѹ��� <command>tar</command> �ե�����ˤޤȤ�, &man.uuencode.1; @@ -1353,6 +1357,10 @@ Copyright (C) [ǯ] <listitem> <para>Adam Herzog <email>adam@herzogdesigns.com</email></para> </listitem> + + <listitem> + <para>Adam Kranzel <email>adam@alameda.edu</email></para> + </listitem> <listitem> <para>Adam McDougall <email>mcdouga9@egr.msu.edu</email></para> @@ -2367,6 +2375,10 @@ Copyright (C) [ǯ] <para>Dishanker Rajakulendren <email>draj@oceanfree.net</email></para> </listitem> + <listitem> + <para>Dmitry A. Yanko<email>fm@astral.ntu-kpi.kiev.ua</email></para> + </listitem> + <listitem> <para>Dmitry Khrustalev <email>dima@xyzzy.machaon.ru</email></para> </listitem> diff --git a/ja_JP.eucJP/books/handbook/cutting-edge/Makefile b/ja_JP.eucJP/books/handbook/cutting-edge/Makefile new file mode 100644 index 0000000000..55370d28ae --- /dev/null +++ b/ja_JP.eucJP/books/handbook/cutting-edge/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= cutting-edge/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/disks/Makefile b/ja_JP.eucJP/books/handbook/disks/Makefile new file mode 100644 index 0000000000..8fac275105 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/disks/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= disks/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/eresources/Makefile b/ja_JP.eucJP/books/handbook/eresources/Makefile new file mode 100644 index 0000000000..90451d666d --- /dev/null +++ b/ja_JP.eucJP/books/handbook/eresources/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= eresources/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/eresources/chapter.sgml b/ja_JP.eucJP/books/handbook/eresources/chapter.sgml index dfe36b3c94..036849518e 100644 --- a/ja_JP.eucJP/books/handbook/eresources/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/eresources/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.58 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/eresources/chapter.sgml,v 1.19 2001/04/09 02:15:17 hrs Exp $ + Original revision: 1.60 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/eresources/chapter.sgml,v 1.20 2001/05/17 03:42:11 hrs Exp $ --> <appendix id="eresources"> @@ -78,6 +78,11 @@ </thead> <tbody> + <row> + <entry>cvs-all</entry> + <entry>FreeBSD �������ĥ�زä���줿�ѹ��ˤĤ���</entry> + </row> + <row> <entry>freebsd-advocacy</entry> <entry>FreeBSD ��ʡ����ƻ</entry> @@ -104,11 +109,6 @@ ���ߥ�˥ƥ��˴�Ϣ���뵻��Ū�ǤϤʤ�����</entry> </row> - <row> - <entry>freebsd-commit</entry> - <entry>FreeBSD �������ĥ�˲ä���줿�ѹ��ˤĤ���</entry> - </row> - <row> <entry>freebsd-config</entry> <entry>FreeBSD �Υ��ȡ���������ѤΥġ���γ�ȯ�˴ؤ�������</entry> @@ -1291,13 +1291,7 @@ help <listitem> <para><ulink url="http://www.cz.FreeBSD.org/"> http://www.cz.FreeBSD.org/</ulink> - — ���������¹�/1.</para> - </listitem> - - <listitem> - <para><ulink url="http://www2.cz.FreeBSD.org/"> - http://www2.cz.FreeBSD.org/</ulink> - — ���������¹�/2.</para> + — ���������¹�.</para> </listitem> <listitem> diff --git a/ja_JP.eucJP/books/handbook/install/Makefile b/ja_JP.eucJP/books/handbook/install/Makefile new file mode 100644 index 0000000000..6c7d75e10e --- /dev/null +++ b/ja_JP.eucJP/books/handbook/install/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= install/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/introduction/Makefile b/ja_JP.eucJP/books/handbook/introduction/Makefile new file mode 100644 index 0000000000..1e9c9350cf --- /dev/null +++ b/ja_JP.eucJP/books/handbook/introduction/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= introduction/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/kernelconfig/Makefile b/ja_JP.eucJP/books/handbook/kernelconfig/Makefile new file mode 100644 index 0000000000..0fbad0291a --- /dev/null +++ b/ja_JP.eucJP/books/handbook/kernelconfig/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= kernelconfig/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/kerneldebug/Makefile b/ja_JP.eucJP/books/handbook/kerneldebug/Makefile new file mode 100644 index 0000000000..34e4530a6e --- /dev/null +++ b/ja_JP.eucJP/books/handbook/kerneldebug/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= kerneldebug/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml b/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml index c7ff5051c6..1866df8e19 100644 --- a/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.31 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml,v 1.12 2001/04/09 02:15:19 hrs Exp $ + Original revision: 1.33 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml,v 1.13 2001/04/29 17:51:27 hrs Exp $ --> <chapter id="kerneldebug"> @@ -374,11 +374,10 @@ ��.</para> <note> - <para>�⤷�֡��ȥ֥��å����Ť��С������Ǥ���, - �ǥХå��Υ���ܥ뤬�� - ���ˤϥ����ɤ���ʤ����⤷��ޤ���Τ����դ��Ƥ�������. DDB - ����ܥ� �������ɤ����褦�˥֡��ȥ֥��å��� - �ǿ���ʪ�˥��åץǡ��Ȥ��Ƥ����� ��)</para> + <para>�Ť��С������ε�ư�֥��å���ȤäƤ�����,�Ǥ���, + �ǥХå��Υ���ܥ뤬�����ˤϥ����ɤ���ʤ����⤷��ޤ���. + ���λ��ϵ�ư�֥��å���ǿ��Τ�Τ˹������Ƥ�������. + ��������ư�֥��å���, DDB ����ܥ��ưŪ�˥����ɤ��ޤ�.</para> </note> <para>DDB �����ͥ�μ¹Ԥˤ�����, @@ -534,11 +533,10 @@ <para>�Ǥ�.</para> - <para>�����ͥ�μ��Ԥθ�����Ĵ��������ä����֡��Ȥ��٤��Ǥ�. - ����ޤǤ� �Զ��ˤ�ꥫ���ͥ�Τ��٤Ƥ���ʬ�����Ԥ���褦�� - ư��Ƥ���櫓 �ǤϤʤ��Ȥ������Ȥ�˺��ʤ��Ǥ�������. - �ʲ��Τ��������줫����ˡ�ǥ� - ���ƥ�Υ���åȥ�����ӥ�֡��Ȥ�ԤäƤ�������.</para> + <para>�����ͥ�μ��Ԥθ�����Ĵ��������ä���, �����ǺƵ�ư���٤��Ǥ�. + ����ޤǤ��Զ��ˤ��, �����ͥ�Τ��٤Ƥ���ʬ�����Ԥ���褦�� + ư��Ƥ���櫓�ǤϤʤ��Ȥ������Ȥ�˺��ʤ��Ǥ�������. + �ʲ��Τ��������줫����ˡ�ǥ����ƥ�Υ���åȥ�����ӺƵ�ư��ԤäƤ�������.</para> <screen><userinput>panic</userinput></screen> @@ -670,8 +668,7 @@ Id Refs Address Size Name 1 4 0xc0100000 1c1678 kernel 2 1 0xc0a9e000 6000 linprocfs.ko 3 1 0xc0ad7000 2000 warp_saver.ko - 4 1 0xc0adc000 11000 linux.ko -</screen> + 4 1 0xc0adc000 11000 linux.ko</screen> <para>����å������פ�ǥХå����Ƥ�����, <literal>linker_files->tqh_first</literal> ����Ϥޤ� diff --git a/ja_JP.eucJP/books/handbook/kernelopts/Makefile b/ja_JP.eucJP/books/handbook/kernelopts/Makefile new file mode 100644 index 0000000000..066428747c --- /dev/null +++ b/ja_JP.eucJP/books/handbook/kernelopts/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= kernelopts/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml b/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml index 468e5502f4..27def1a0b1 100644 --- a/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.17 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml,v 1.8 2000/07/20 12:22:33 hrs Exp $ + Original revision: 1.18 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml,v 1.9 2001/04/09 02:15:19 hrs Exp $ --> <chapter id="kernelopts"> @@ -162,16 +162,11 @@ ¿���Υե����뤬 �ƥ���ѥ��뤵��븶���ˤʤ�ޤ�.</para> <para>���������ץ����˰�¸���륫���ͥ�ե������ - �ǽ�Ū�ˤϸ��Ĥ��� ����ޤ�. ������, - ���ץ������ä��������б����륽�������ɤ��ˤ� - �ʤ������̤Ǥ�. - - <screen> - &prompt.user; <userinput>find /usr/src/sys -type f | xargs fgrep NEW_OPTION</userinput> - </screen> - - ���ץ������б����륽�����Ĥ���Τ˾嵭�Υ��ޥ�ɤ� - �����Ǥ�. ���Ĥ������٤ƤΥե�������Խ�, �ɲä��ʤ��ޤ�. + �ǽ�Ū�ˤϸ��Ĥ��Ф���ޤ�. + ������, ���ץ������ä��������б����륽�������ɤ��ˤ�ʤ������̤Ǥ�. + <screen>&prompt.user; <userinput>find /usr/src/sys -type f | xargs fgrep NEW_OPTION</userinput></screen> + ���ץ������б����륽�����Ĥ���Τ˾嵭�Υ��ޥ�ɤ������Ǥ�. + ���Ĥ������٤ƤΥե�������Խ�, �ɲä��ʤ��ޤ�. <programlisting>#include "opt_foo.h"</programlisting> diff --git a/ja_JP.eucJP/books/handbook/l10n/Makefile b/ja_JP.eucJP/books/handbook/l10n/Makefile new file mode 100644 index 0000000000..ab00c60da3 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/l10n/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= l10n/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/l10n/chapter.sgml b/ja_JP.eucJP/books/handbook/l10n/chapter.sgml index 662b872070..00ac1de536 100644 --- a/ja_JP.eucJP/books/handbook/l10n/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/l10n/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.50 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml,v 1.12 2001/05/20 10:19:23 hrs Exp $ + Original revision: 1.58 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml,v 1.13 2001/06/11 01:20:13 ache Exp $ --> <chapter id="l10n"> @@ -49,6 +49,8 @@ <sect2> <title>I18N/L10N �Ȥ�?</title> + <indexterm><primary>��ݲ�(internationalization)</primary></indexterm> + <indexterm><primary>�ϰ貽(localization)</primary></indexterm> <para>��ȯ�Ԥ����Ϥ��Ф���, internationalization ��̤�� I18N ��ɽ�����ޤ�. 18 �� internationalization �κǽ�ȺǸ�δ֤� @@ -81,6 +83,7 @@ ���ߤǤ�, ������μ��פʸ���ΤۤȤ�ɤ������֤��Ȥ��Ǥ��ޤ�. ���Ȥ�������, �ɥ��ĸ�, ���ܸ�, �ڹ��, �ե��, ��������, �٥ȥʥ��ʤɤ�����ޤ���, �����˸��ꤵ���櫓�ǤϤ���ޤ���.</para> + <indexterm><primary>��������(locale)</primary></indexterm> </sect2> </sect1> @@ -98,8 +101,10 @@ <sect2> <title>���쥳���ɤȹ���</title> + <indexterm><primary>���쥳����</primary></indexterm> + <indexterm><primary>����</primary></indexterm> - <para>FreeBSD (�䤽��¾�ι�ݲ��ݡ��Ȥ��� UNIX) + <para>FreeBSD (�䤽��¾�ι�ݲ��ݡ��Ȥ��� Unix) ������θ�����ϰ貽����ˤ�, ��ȸ�������ꤹ�뤿��Υ����ɤ��Τ�ɬ�פ�����ޤ� (Country Code �ϥ��ץꥱ�������˻��ꤵ�줿����Τɤ��Ѽ� @@ -140,6 +145,8 @@ <sect2> <title>�����ǥ���</title> + <indexterm><primary>�����ǥ���</primary></indexterm> + <indexterm><primary>ASCII</primary></indexterm> <para>�����Ĥ��θ���Ǥ�, 8-bit ��磻��ʸ��, ¿�Х���ʸ���ʤ� ASCII �Ȥϰۤʤä�������ˡ���Ѥ��ޤ� @@ -150,7 +157,7 @@ ������ˡ�ˤ�ͤ�ޤ���, ���ץꥱ�������Υ���ѥ�����⤷���� configure ����, �磻��/¿�Х���ʸ���Υ��ݡ��Ȥ���ꤹ��ɬ�פ����뤫���Τ�ޤ���. �磻��/¿�Х���ʸ�������Ϥ�������������ꤹ�뤳�Ȥ��ǽ�ˤ��뤿���, - <ulink url="../ports/">FreeBSD Ports Collection</ulink> + <ulink url="ports/">FreeBSD Ports Collection</ulink> �ǤϳƸ�������˰ۤʤä��ץ����������Ƥ��ޤ�. �� FreeBSD port �ι�ݲ�ʸ��Ȥ��Ƥ�������. </para> @@ -206,11 +213,13 @@ <para>�ʲ�����Ĥ��ͤ�����ե�����ǻ��ꤹ��ɬ�פ�����ޤ�.</para> <itemizedlist> + <indexterm><primary>POSIX</primary></indexterm> <listitem> <para>POSIX &man.setlocale.3; ��°����ؿ��Τ���� <envar>LANG</envar></para> </listitem> + <indexterm><primary>MIME</primary></indexterm> <listitem> <para>���ץꥱ��������Ѥ� MIME ʸ�����åȤΤ���� <envar>MM_CHARSET</envar></para> @@ -222,6 +231,8 @@ <sect3> <title>������������ꤹ����ˡ</title> + <indexterm><primary>��������(locale)</primary></indexterm> + <indexterm><primary>�������饹</primary></indexterm> <para>������������ꤹ��ˤϰʲ�����������褦��, ��Ĥ���ˡ������ޤ�. ��ĤϿ侩�������ˡ��, <link linkend="login-class">�������饹(login @@ -254,6 +265,7 @@ :charset=ISO-8859-1:\ :lang=de_DE.ISO_8859-1:</programlisting> + <indexterm><primary>��������(Traditional Chinese) / BIG-5 �����ǥ���</primary></indexterm> <para>�����, BIG-5 �����ǥ����줿���������ѤδĶ��ѿ������ꤹ�� <filename>.login_conf</filename> �ΰ���Ǥ�. ����, ���ܸ�, �ڹ���Ѥ� locale @@ -299,6 +311,7 @@ taiwan:Taiwanese User:\ :lang=de_DE.ISO_8859-1:\ :tc=default:</programlisting> + <indexterm><primary>vipw</primary></indexterm> <para>�������饹�� &man.vipw.8; ���ѹ����ޤ�.</para> <para>�������桼�����ɲä��뤿��� <command>vipw</command> @@ -306,6 +319,8 @@ taiwan:Taiwanese User:\ <programlisting>user:password:1111:11:<replaceable>language</replaceable>:0:0:User Name:/home/user:/bin/sh</programlisting> + <indexterm><primary>adduser</primary></indexterm> + <indexterm><primary>�������饹</primary></indexterm> <para>�������饹�� &man.adduser.8; ���ѹ����ޤ�.</para> <para>�������桼�����ɲä��뤿��� <command>adduser</command> @@ -335,6 +350,7 @@ taiwan:Taiwanese User:\ </listitem> </itemizedlist> + <indexterm><primary>pw</primary></indexterm> <para>�������饹�� &man.pw.8; ���ѹ����ޤ�.</para> <para>�������桼�����ɲä��뤿��� &man.pw.8; �� @@ -355,6 +371,8 @@ taiwan:Taiwanese User:\ >��ȤäƤ�������.</para> </note> + <indexterm><primary>MIME</primary></indexterm> + <indexterm><primary>��������(locale)</primary></indexterm> <para>��������̾�� MIME ʸ�������ɤ��ɲä���ˤ�, <filename>/etc/profile</filename> �� <filename>/etc/csh.login</filename> �ʤɤΥ����������ե����� @@ -409,6 +427,9 @@ font8x8=<replaceable> �ˤ���ե���ȥե����뤫�� <filename>.fnt</filename> �Ȥ�����ĥ�Ҥ��������ΤǤ�.</para> + <indexterm><primary>sysinstall</primary></indexterm> + <indexterm><primary>keymap</primary></indexterm> + <indexterm><primary>screenmap</primary></indexterm> <para>�ޤ�, <filename>/stand/sysinstall</filename> ��Ȥä�, C ����� char ��ɽ���Ǥ��륷��Х��Ȥ�ʸ�����å��Ѥ������� �����ޥåפȥ������ޥåפ���ꤹ��褦�ˤ��Ƥ�������. @@ -438,6 +459,7 @@ keychange="<replaceable> <programlisting>moused_enable="YES"</programlisting> + <indexterm><primary>moused</primary></indexterm> <para>ɸ������Ǥ�, syscons �ɥ饤�ФΥޥ������������ ����饯�����å���� 0xd0-0xd3 ���ϰϤ����Ƥ��ޤ�. ���Τ���, ���Ѥ��Ƥ�����줬�����ϰϤΥ���饯�����åȤ�ȤäƤ�����, @@ -559,6 +581,7 @@ keychange="<replaceable> <sect3> <title>�ե���Ȥ�ɽ��</title> + <indexterm><primary>X11 True Type �ե���ȥ�����</primary></indexterm> <para>X11 True Type ���̥����� (XTT-common) �ȡ��뤷, ����� TrueType �ե���Ȥȡ��뤷�ޤ�. @@ -569,6 +592,7 @@ keychange="<replaceable> <sect3> <title>��Ѹ��ʸ�������Ϥ���</title> + <indexterm><primary>X11 Input Method (XIM)</primary></indexterm> <para>X11 Input Method (XIM) �ץ��ȥ���Ϥ��٤Ƥ� X11 ���饤������Ѥο�����ɸ�൬�ʤǤ�. ���٤Ƥ� X11 ���ץꥱ�������� XIM ���ϥ����Ф�������Ϥ������� @@ -606,6 +630,8 @@ keychange="<replaceable> �����Υѥå��˴ؤ��Ƥ�, �Ƹ���Υ����֥����ȤȤ��Ƥ�������. </para> + <indexterm><primary>DOS</primary></indexterm> + <indexterm><primary>Unicode</primary></indexterm> <para>FreeBSD �� MS-DOS �ե����륷���ƥ�Ǥ�, MS-DOS, Unicode ʸ�����å�, FreeBSD �ե����륷���ƥ��ʸ�����å� �δ֤��Ѵ���Ԥ����Ȥ���ǽ�Ǥ�. @@ -629,6 +655,7 @@ keychange="<replaceable> �����ϥ���ѥ���˺ݤ����ä˹�θ����褦�ʤ��ȤϤ���ޤ���. </para> + <indexterm><primary>MySQL</primary></indexterm> <para>������, MySQL �Τ褦�ʥ��ץꥱ�������Ǥ�, �����ʸ�����åȤ�Ȥ��褦�� <filename>Makefile</filename> �˻ؼ�����ɬ�פ�����ޤ�. @@ -640,6 +667,8 @@ keychange="<replaceable> <sect2> <title>��ݲ����б��������ץꥱ�������Υץ�����ߥ�</title> + <indexterm><primary>Qt</primary></indexterm> + <indexterm><primary>GTK</primary></indexterm> <para>���ʤ��Υ��ץꥱ��������, ¾�θ�����ä��ͤ����ˤȤäƤ�ͭ�Ѥʤ�Τˤ���ˤ�, @@ -684,6 +713,8 @@ keychange="<replaceable> <sect3> <title>Perl �� Python</title> + <indexterm><primary>Perl</primary></indexterm> + <indexterm><primary>Python</primary></indexterm> <para>Perl �� Python �ˤϹ�ݲ��ȥ磻��ʸ��������Υ饤�֥�꤬����äƤ��ޤ�. @@ -712,6 +743,7 @@ keychange="<replaceable> <sect2 id="ru-localize"> <title>�������� (KOI8-R �����ǥ���)</title> + <indexterm><primary>����������ϰ貽</primary></indexterm> <para><emphasis>����: &a.ache;.</emphasis></para> @@ -777,6 +809,7 @@ font8x8="cp866-8x8"</programlisting> <sect3> <title>�ץ������</title> + <indexterm><primary>�ץ��</primary></indexterm> <para>���������Ѥ�ʸ������ܤ����ץ�ϤۤȤ�� �ϡ��ɥ����������ɥڡ��� CP866 ��ȤäƤ��뤿��, @@ -802,7 +835,7 @@ font8x8="cp866-8x8"</programlisting> MS-DOS �ե����륷���ƥ�ˤ����ƥ�������ե�����̾�� �Ȥ���褦�ˤ��ޤ�:</para> - <programlisting>/dev/ad0s2 /dos/c msdos rw,-W=koi2dos,-L=ru_RU.KOI8-R 0 0</programlisting> + <programlisting>/dev/ad0s2 /dos/c msdos rw,-Wkoi2dos,-Lru_RU.KOI8-R 0 0</programlisting> <para><option>-W</option> ���ץ����� <option>-L</option> ���ץ����ξܺ٤ˤĤ��Ƥ�, &man.mount.msdos.8; @@ -916,6 +949,7 @@ Option "XkbOptions" "grp:caps_toggle"</programlisting> <sect2> <title>���Ѹ�������������ؤ��ϰ貽</title> + <indexterm><primary>����������ϰ貽</primary></indexterm> <para>FreeBSD-Taiwan �ץ��������Ȥˤ�, ¿���� <filename>/usr/ports/chinese/*</filename> @@ -969,6 +1003,7 @@ Option "XkbOptions" "grp:caps_toggle"</programlisting> <sect2> <title>�ɥ��ĸ�ؤ��ϰ貽 (���٤Ƥ� ISO 8859-1 �������)</title> + <indexterm><primary>�ɥ��ĸ���ϰ貽</primary></indexterm> <para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email> �� FreeBSD �ޥ����ǥ���饦�Ȥ�Ȥ�����Υ��塼�ȥꥢ���ޤ���. @@ -980,6 +1015,8 @@ Option "XkbOptions" "grp:caps_toggle"</programlisting> <sect2> <title>���ܸ�/�ڹ��ؤ��ϰ貽</title> + <indexterm><primary>���ܸ���ϰ貽</primary></indexterm> + <indexterm><primary>�ڹ����ϰ貽</primary></indexterm> <para>���ܸ�˴ؤ��Ƥ� <ulink url="http://www.jp.FreeBSD.org/">http://www.jp.FreeBSD.org/</ulink> ��, �ڹ��˴ؤ��Ƥ� diff --git a/ja_JP.eucJP/books/handbook/linuxemu/Makefile b/ja_JP.eucJP/books/handbook/linuxemu/Makefile new file mode 100644 index 0000000000..e87254f2ff --- /dev/null +++ b/ja_JP.eucJP/books/handbook/linuxemu/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= linuxemu/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/mail/Makefile b/ja_JP.eucJP/books/handbook/mail/Makefile new file mode 100644 index 0000000000..16dfa6f007 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/mail/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= mail/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/mirrors/Makefile b/ja_JP.eucJP/books/handbook/mirrors/Makefile new file mode 100644 index 0000000000..2a5c791c92 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/mirrors/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= mirrors/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/multimedia/Makefile b/ja_JP.eucJP/books/handbook/multimedia/Makefile new file mode 100644 index 0000000000..2487a8c522 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/multimedia/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= sound/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml b/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml index 0275791de1..c0fe6b9acf 100644 --- a/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.5 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/sound/chapter.sgml,v 1.1 2000/12/24 19:08:50 hrs Exp $ + Original revision: 1.7 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/sound/chapter.sgml,v 1.2 2001/04/09 02:15:23 hrs Exp $ --> <chapter id="sound"> @@ -22,6 +22,9 @@ <sect1> <title>�������ǥХ����γ�ǧ</title> + <indexterm><primary>PCI</primary></indexterm> + <indexterm><primary>ISA</primary></indexterm> + <indexterm><primary>������ɥ�����</primary></indexterm> <para>�����Ϥ��������, ���ʤ������äƤ��륫���ɤΥ�ǥ�, ���Υ����ɤ����Ѥ��Ƥ�����å�, ������ PCI, ISA �ɤ���Υ����ɤʤΤ����ǧ����ɬ�פ�����ޤ�. @@ -81,6 +84,7 @@ </listitem> </itemizedlist> + <indexterm><primary>�����ͥ�</primary><secondary>����ե����졼�����</secondary></indexterm> <para>�����ͥ���ǻ��Ѥ���ɥ饤�Ф�, ���Ѥ��륫���ɤμ���ˤ�äưۤʤ�ޤ�. ������Ǥ�, �����ξܤ��������, @@ -193,6 +197,7 @@ <sect1> <title>�ǥХ����Ρ��ɤκ����ȥƥ���</title> + <indexterm><primary>�ǥХ����Ρ���</primary></indexterm> <para>�Ƶ�ư������, �������� <command>cat /dev/sndstat</command> ��¹Ԥ��ޤ�. �����, �ʲ��Τ褦�˽��Ϥ����Ϥ��Ǥ�.</para> @@ -211,8 +216,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup <username>root</username> �ˤʤ�, ���Τ褦�˼¹Ԥ��ޤ�.</para> - <screen> -&prompt.root; <userinput>cd /dev</userinput> + <screen>&prompt.root; <userinput>cd /dev</userinput> &prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen> <para>���顼�����Ϥ��줺�� <devicename>pcm1</devicename> @@ -221,8 +225,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup <username>root</username> �ˤʤ�, ���Τ褦�˼¹Ԥ��ޤ�.</para> - <screen> -&prompt.root; <userinput>cd /dev</userinput> + <screen>&prompt.root; <userinput>cd /dev</userinput> &prompt.root; <userinput>sh MAKEDEV snd1</userinput></screen> <para>��Υ��ޥ�ɤϤɤ����, @@ -294,6 +297,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup <title>�褯��������</title> <qandaset> + <indexterm><primary>�ǥХ����Ρ���</primary></indexterm> <qandaentry> <question> <para>unsupported subdevice XX error ���Фޤ���!</para> @@ -305,6 +309,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup </answer> </qandaentry> + <indexterm><primary>I/O �ݡ���</primary></indexterm> <qandaentry> <question> <para>sb_dspwr(XX) timed out error ���Фޤ���!</para> @@ -315,6 +320,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup </answer> </qandaentry> + <indexterm><primary>IRQ</primary></indexterm> <qandaentry> <question> <para>bad irq XX error ���Фޤ���!</para> diff --git a/ja_JP.eucJP/books/handbook/pgpkeys/Makefile b/ja_JP.eucJP/books/handbook/pgpkeys/Makefile new file mode 100644 index 0000000000..d9a3eeb24b --- /dev/null +++ b/ja_JP.eucJP/books/handbook/pgpkeys/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= pgpkeys/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/policies/Makefile b/ja_JP.eucJP/books/handbook/policies/Makefile new file mode 100644 index 0000000000..1c03490aa3 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/policies/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= policies/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/policies/chapter.sgml b/ja_JP.eucJP/books/handbook/policies/chapter.sgml index 3995c28526..ca56b09d19 100644 --- a/ja_JP.eucJP/books/handbook/policies/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/policies/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.19 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/policies/chapter.sgml,v 1.11 2000/09/15 07:43:11 hrs Exp $ + Original revision: 1.21 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/policies/chapter.sgml,v 1.12 2001/04/09 02:15:21 hrs Exp $ --> <chapter id="policies"> @@ -19,6 +19,7 @@ <sect1 id="policies-maintainer"> <title>Makefile ��� <makevar>MAINTAINER</makevar></title> + <indexterm><primary>port �ݼ�ô��(ports maintainer)</primary></indexterm> <para>1996 ǯ 6 ��.</para> @@ -60,6 +61,7 @@ <sect1 id="policies-contributed"> <title>��£���եȥ�����</title> + <indexterm><primary>��£���եȥ�����</primary></indexterm> <para><emphasis>����: &a.phk; and &a.obrien;.</emphasis></para> <para><emphasis>����: &a.jp.mihoko;</emphasis></para> @@ -114,7 +116,7 @@ ���˷�Ū�ʤ�Τˤʤ�����ΤǤ�.</para> </note> - <para>�ץ�����ߥ��� <application>TCL</application> ��, + <para>�ץ�����ߥ��� <application>Tcl</application> ��, ������ˡ�����Ѥ���Ƥ���褤��ˤʤäƤ��ޤ�:</para> <para><filename>src/contrib/tcl</filename> �ˤ�, @@ -308,9 +310,10 @@ obrien@FreeBSD.org - 30 March 1997</programlisting> </listitem> <listitem> + <indexterm><primary>����������(core team)</primary></indexterm> <para>���������������դ�ɬ�פʥե�����Ϥ��٤�, CVS ��ݥ��ȥ� �˲ä�������, - <link linkend="staff-core">Core team</link> ��������̤ʾ�ǧ + <link linkend="staff-core">����������(core team)</link> ��������̤ʾ�ǧ ��ɬ�פǤ�.</para> </listitem> @@ -350,6 +353,7 @@ obrien@FreeBSD.org - 30 March 1997</programlisting> </listitem> <listitem> + <indexterm><primary>�������˥�(release engineer)</primary></indexterm> <para><link linkend="staff-who">�������˥�</link> ��, ����Υ����ˤ���뤫�ɤ�������ꤷ�ޤ�.</para> </listitem> diff --git a/ja_JP.eucJP/books/handbook/ports/Makefile b/ja_JP.eucJP/books/handbook/ports/Makefile new file mode 100644 index 0000000000..5a8fab3aa1 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/ports/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= ports/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/ppp-and-slip/Makefile b/ja_JP.eucJP/books/handbook/ppp-and-slip/Makefile new file mode 100644 index 0000000000..3a8e7a0e8a --- /dev/null +++ b/ja_JP.eucJP/books/handbook/ppp-and-slip/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= ppp-and-slip/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/printing/Makefile b/ja_JP.eucJP/books/handbook/printing/Makefile new file mode 100644 index 0000000000..c010259142 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/printing/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= printing/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/security/Makefile b/ja_JP.eucJP/books/handbook/security/Makefile new file mode 100644 index 0000000000..705b4f2562 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/security/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= security/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/serialcomms/Makefile b/ja_JP.eucJP/books/handbook/serialcomms/Makefile new file mode 100644 index 0000000000..87e75b510d --- /dev/null +++ b/ja_JP.eucJP/books/handbook/serialcomms/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= serialcomms/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/sound/Makefile b/ja_JP.eucJP/books/handbook/sound/Makefile new file mode 100644 index 0000000000..2487a8c522 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/sound/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= sound/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/sound/chapter.sgml b/ja_JP.eucJP/books/handbook/sound/chapter.sgml index 0275791de1..c0fe6b9acf 100644 --- a/ja_JP.eucJP/books/handbook/sound/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/sound/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.5 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/sound/chapter.sgml,v 1.1 2000/12/24 19:08:50 hrs Exp $ + Original revision: 1.7 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/sound/chapter.sgml,v 1.2 2001/04/09 02:15:23 hrs Exp $ --> <chapter id="sound"> @@ -22,6 +22,9 @@ <sect1> <title>�������ǥХ����γ�ǧ</title> + <indexterm><primary>PCI</primary></indexterm> + <indexterm><primary>ISA</primary></indexterm> + <indexterm><primary>������ɥ�����</primary></indexterm> <para>�����Ϥ��������, ���ʤ������äƤ��륫���ɤΥ�ǥ�, ���Υ����ɤ����Ѥ��Ƥ�����å�, ������ PCI, ISA �ɤ���Υ����ɤʤΤ����ǧ����ɬ�פ�����ޤ�. @@ -81,6 +84,7 @@ </listitem> </itemizedlist> + <indexterm><primary>�����ͥ�</primary><secondary>����ե����졼�����</secondary></indexterm> <para>�����ͥ���ǻ��Ѥ���ɥ饤�Ф�, ���Ѥ��륫���ɤμ���ˤ�äưۤʤ�ޤ�. ������Ǥ�, �����ξܤ��������, @@ -193,6 +197,7 @@ <sect1> <title>�ǥХ����Ρ��ɤκ����ȥƥ���</title> + <indexterm><primary>�ǥХ����Ρ���</primary></indexterm> <para>�Ƶ�ư������, �������� <command>cat /dev/sndstat</command> ��¹Ԥ��ޤ�. �����, �ʲ��Τ褦�˽��Ϥ����Ϥ��Ǥ�.</para> @@ -211,8 +216,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup <username>root</username> �ˤʤ�, ���Τ褦�˼¹Ԥ��ޤ�.</para> - <screen> -&prompt.root; <userinput>cd /dev</userinput> + <screen>&prompt.root; <userinput>cd /dev</userinput> &prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen> <para>���顼�����Ϥ��줺�� <devicename>pcm1</devicename> @@ -221,8 +225,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup <username>root</username> �ˤʤ�, ���Τ褦�˼¹Ԥ��ޤ�.</para> - <screen> -&prompt.root; <userinput>cd /dev</userinput> + <screen>&prompt.root; <userinput>cd /dev</userinput> &prompt.root; <userinput>sh MAKEDEV snd1</userinput></screen> <para>��Υ��ޥ�ɤϤɤ����, @@ -294,6 +297,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup <title>�褯��������</title> <qandaset> + <indexterm><primary>�ǥХ����Ρ���</primary></indexterm> <qandaentry> <question> <para>unsupported subdevice XX error ���Фޤ���!</para> @@ -305,6 +309,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup </answer> </qandaentry> + <indexterm><primary>I/O �ݡ���</primary></indexterm> <qandaentry> <question> <para>sb_dspwr(XX) timed out error ���Фޤ���!</para> @@ -315,6 +320,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup </answer> </qandaentry> + <indexterm><primary>IRQ</primary></indexterm> <qandaentry> <question> <para>bad irq XX error ���Фޤ���!</para> diff --git a/ja_JP.eucJP/books/handbook/staff/Makefile b/ja_JP.eucJP/books/handbook/staff/Makefile new file mode 100644 index 0000000000..905a9c2403 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/staff/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= staff/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/staff/chapter.sgml b/ja_JP.eucJP/books/handbook/staff/chapter.sgml index 00fa3a1395..4fbb292ddd 100644 --- a/ja_JP.eucJP/books/handbook/staff/chapter.sgml +++ b/ja_JP.eucJP/books/handbook/staff/chapter.sgml @@ -2,8 +2,8 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: 1.216 - $FreeBSD: doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml,v 1.52 2001/05/19 16:03:12 hrs Exp $ + Original revision: 1.225 + $FreeBSD: doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml,v 1.53 2001/06/07 18:29:12 hrs Exp $ --> <appendix id="staff"> @@ -125,10 +125,18 @@ <para>&a.dougb;</para> </listitem> + <listitem> + <para>&a.mike;</para> + </listitem> + <listitem> <para>&a.mbarkah;</para> </listitem> + <listitem> + <para>&a.tobez;</para> + </listitem> + <listitem> <para>&a.stb;</para> </listitem> @@ -245,6 +253,10 @@ <para>&a.adam;</para> </listitem> + <listitem> + <para>&a.brooks;</para> + </listitem> + <listitem> <para>&a.bsd;</para> </listitem> @@ -593,6 +605,10 @@ <para>&a.alex;</para> </listitem> + <listitem> + <para>&a.chern;</para> + </listitem> + <listitem> <para>&a.reg;</para> </listitem> @@ -945,6 +961,10 @@ <para>&a.vanilla;</para> </listitem> + <listitem> + <para>&a.silby;</para> + </listitem> + <listitem> <para>&a.shafeeq;</para> </listitem> @@ -1065,6 +1085,14 @@ <para>&a.jayanth;</para> </listitem> + <listitem> + <para>&a.wjv;</para> + </listitem> + + <listitem> + <para>&a.bean;</para> + </listitem> + <listitem> <para>&a.swallace;</para> </listitem> @@ -1113,6 +1141,10 @@ <para>&a.andy;</para> </listitem> + <listitem> + <para>&a.zarzycki;</para> + </listitem> + <listitem> <para>&a.phantom;</para> </listitem> @@ -1352,15 +1384,6 @@ </listitem> </varlistentry> - <varlistentry> - <term><link linkend="eresources-news"> - Usenet ���ݡ���</link></term> - - <listitem> - <para>&a.joerg;</para> - </listitem> - </varlistentry> - <varlistentry> <term><ulink url="../support.html#gnats"> GNATS ������</ulink></term> diff --git a/ja_JP.eucJP/books/handbook/users/Makefile b/ja_JP.eucJP/books/handbook/users/Makefile new file mode 100644 index 0000000000..77de1111d8 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/users/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= users/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile" diff --git a/ja_JP.eucJP/books/handbook/x11/Makefile b/ja_JP.eucJP/books/handbook/x11/Makefile new file mode 100644 index 0000000000..01da81ebf9 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/x11/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= x11/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile"