- Make the Japanese documentation valid XML

This commit is contained in:
Gabor Kovesdan 2013-01-21 17:40:23 +00:00
parent 1e99c6f9de
commit 19323c585b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40704
45 changed files with 144 additions and 377 deletions
ja_JP.eucJP
books
design-44bsd
faq
fdp-primer
overview
psgml-mode
see-also
structure
stylesheets
the-website
tools
translations
writing-style
handbook
porters-handbook
share/xml

View file

@ -2242,7 +2242,7 @@
</biblioentry> </biblioentry>
<biblioentry id="biblio-kernighan"> <biblioentry id="biblio-kernighan">
<abbrev>Kernighan & Pike, 1984</abbrev> <abbrev>Kernighan &amp; Pike, 1984</abbrev>
<title>The UNIX Programming Environment</title> <title>The UNIX Programming Environment</title>
@ -2299,7 +2299,7 @@
</biblioentry> </biblioentry>
<biblioentry id="biblio-mckusick-2"> <biblioentry id="biblio-mckusick-2">
<abbrev>McKusick & Karels, 1988</abbrev> <abbrev>McKusick &amp; Karels, 1988</abbrev>
<biblioset relation="article"> <biblioset relation="article">
<title>Design of a General Purpose Memory Allocator for the 4.3BSD <title>Design of a General Purpose Memory Allocator for the 4.3BSD
@ -2393,7 +2393,7 @@
</biblioentry> </biblioentry>
<biblioentry id="biblio-rosenblum"> <biblioentry id="biblio-rosenblum">
<abbrev>Rosenblum & Ousterhout, 1992</abbrev> <abbrev>Rosenblum &amp; Ousterhout, 1992</abbrev>
<biblioset relation="article"> <biblioset relation="article">
<title>The Design and Implementation of a Log-Structured File <title>The Design and Implementation of a Log-Structured File

View file

@ -3596,11 +3596,11 @@ diff -u -r1.60.2.1 -r1.60.2.2
if (verbose >= 2) if (verbose >= 2)
printf("psm%d: SET_DEFAULTS return code:%04x\n", unit, i); printf("psm%d: SET_DEFAULTS return code:%04x\n", unit, i);
+#endif +#endif
if (sc->config & PSM_CONFIG_RESOLUTION) { if (sc->config &amp; PSM_CONFIG_RESOLUTION) {
sc->mode.resolution sc->mode.resolution
= set_mouse_resolution(sc->kbdc, = set_mouse_resolution(sc->kbdc,
- (sc->config & PSM_CONFIG_RESOLUTION) - 1); - (sc->config &amp; PSM_CONFIG_RESOLUTION) - 1);
+ (sc->config & PSM_CONFIG_RESOLUTION) - 1); + (sc->config &amp; PSM_CONFIG_RESOLUTION) - 1);
+ } else if (sc->mode.resolution >= 0) { + } else if (sc->mode.resolution >= 0) {
+ sc->mode.resolution + sc->mode.resolution
+ = set_mouse_resolution(sc->kbdc, sc->dflt_mode.resolution); + = set_mouse_resolution(sc->kbdc, sc->dflt_mode.resolution);
@ -3611,7 +3611,7 @@ diff -u -r1.60.2.1 -r1.60.2.2
+ set_mouse_scaling(sc->kbdc, 1); + set_mouse_scaling(sc->kbdc, 1);
/* request a data packet and extract sync. bits */ /* request a data packet and extract sync. bits */
if (get_mouse_status(sc->kbdc, stat, 1, 3) < 3) {</programlisting> if (get_mouse_status(sc->kbdc, stat, 1, 3) &lt; 3) {</programlisting>
<para>FreeBSD 3.2 <para>FreeBSD 3.2
より新しいリリースではきちんと動作するはずです。 より新しいリリースではきちんと動作するはずです。
@ -4980,7 +4980,7 @@ Checking for Plug-n-Play devices...
Card assigned CSN #1 Card assigned CSN #1
Vendor ID PMC2430 (0x3024a341), Serial Number 0xffffffff Vendor ID PMC2430 (0x3024a341), Serial Number 0xffffffff
PnP Version 1.0, Vendor Version 0 PnP Version 1.0, Vendor Version 0
Device Description: Pace 56 Voice Internal Plug & Play Modem Device Description: Pace 56 Voice Internal Plug &amp; Play Modem
Logical Device ID: PMC2430 0x3024a341 #0 Logical Device ID: PMC2430 0x3024a341 #0
Device supports I/O Range Check Device supports I/O Range Check
@ -5998,7 +5998,7 @@ crw-rw-rw- 1 root wheel 41, 1 Oct 15 22:14 spx</screen>
<para>システムが常時稼動しているならば、 <para>システムが常時稼動しているならば、
<filename>/etc/periodic.conf</filename> <filename>/etc/periodic.conf</filename>
<literal>weekly_status_pkg_enable="YES"</literal> <literal>weekly_status_pkg_enable="YES"</literal>
設定して、&man.periodic.8 システムによって毎週更新が必要な ports 設定して、&man.periodic.8; システムによって毎週更新が必要な ports
の一覧を生成できます。</para> の一覧を生成できます。</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -12096,7 +12096,7 @@ nat port udp <replaceable>internal</replaceable>:5009 5009</programlisting>
Base</ulink> にある、 Base</ulink> にある、
番号 <quote>Q158474 - Windows TCPIP Registry Entries</quote> 番号 <quote>Q158474 - Windows TCPIP Registry Entries</quote>
および番号 および番号
<quote>Q120642 - TCPIP & NBT Configuration Parameters for Windows NT</quote> <quote>Q120642 - TCPIP &amp; NBT Configuration Parameters for Windows NT</quote>
を参照してください。 を参照してください。
</para> </para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1999 Nik Clayton, All rights reserved. <!-- Copyright (c) 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- Copyright (c) 1998 Nik Clayton, All rights reserved. <!-- Copyright (c) 1998 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -320,42 +320,56 @@ DOC_PREFIX?= ${.CURDIR}/../../..
# #
# rules generating lists of mirror site from XML database. # rules generating lists of mirror site from XML database.
# #
XMLDOCS= mirrors-ftp:::mirrors.xml.ftp.inc.tmp \ XMLDOCS= lastmod:::mirrors.lastmod.inc \
mirrors-cvsup:::mirrors.xml.cvsup.inc.tmp \ mirrors-ftp-index:::mirrors.xml.ftp.index.inc \
eresources:::eresources.xml.www.inc.tmp mirrors-ftp:::mirrors.xml.ftp.inc \
mirrors-cvsup-index:::mirrors.xml.cvsup.index.inc \
mirrors-cvsup:::mirrors.xml.cvsup.inc \
eresources-index:::eresources.xml.www.index.inc \
eresources:::eresources.xml.www.inc
DEPENDSET.DEFAULT= transtable mirror DEPENDSET.DEFAULT= transtable mirror
XSLT.DEFAULT= ${XSL_MIRRORS} XSLT.DEFAULT= ${XSL_MIRRORS}
XML.DEFAULT= ${XML_MIRRORS} XML.DEFAULT= ${XML_MIRRORS}
NO_TIDY.DEFAULT= yes NO_TIDY.DEFAULT= yes
PARAMS.lastmod+= --param 'target' "'lastmod'"
PARAMS.mirrors-ftp-index+= --param 'type' "'ftp'" \
--param 'proto' "'ftp'" \
--param 'target' "'index'"
PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \ PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \
--param 'proto' "'ftp'" \ --param 'proto' "'ftp'" \
--param 'target' "'handbook/mirrors/chapter.xml'" --param 'target' "'handbook/mirrors/chapter.xml'"
PARAMS.mirrors-cvsup-index+= --param 'type' "'cvsup'" \
--param 'proto' "'cvsup'" \
--param 'target' "'index'"
PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \ PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \
--param 'proto' "'cvsup'" \ --param 'proto' "'cvsup'" \
--param 'target' "'handbook/mirrors/chapter.xml'" --param 'target' "'handbook/mirrors/chapter.xml'"
PARAMS.eresources-index+= --param 'type' "'www'" \
--param 'proto' "'http'" \
--param 'target' "'index'"
PARAMS.eresources+= --param 'type' "'www'" \ PARAMS.eresources+= --param 'type' "'www'" \
--param 'proto' "'http'" \ --param 'proto' "'http'" \
--param 'target' "'handbook/eresources/chapter.xml'" --param 'target' "'handbook/eresources/chapter.xml'"
SRCS+= mirrors.xml.ftp.inc \ SRCS+= mirrors.lastmod.inc \
mirrors.xml.ftp.inc \
mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc \ mirrors.xml.cvsup.inc \
eresources.xml.www.inc mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc \
eresources.xml.www.index.inc
CLEANFILES+= mirrors.xml.ftp.inc mirrors.xml.ftp.inc.tmp \ CLEANFILES+= mirrors.lastmod.inc \
mirrors.xml.cvsup.inc mirrors.xml.cvsup.inc.tmp \ mirrors.xml.ftp.inc \
eresources.xml.www.inc eresources.xml.www.inc.tmp mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc \
mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc \
eresources.xml.www.index.inc
lint: mirrors.lastmod.inc mirrors.xml.ftp.inc mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc eresources.xml.www.index.inc
.include "${DOC_PREFIX}/share/mk/doc.project.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk"
.for p in ftp cvsup
mirrors.xml.${p}.inc: mirrors.xml.${p}.inc.tmp
${CP} ${.ALLSRC} ${.TARGET}
# ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
# < $@.tmp > $@ || (${RM} -f $@ && false)
.endfor
eresources.xml.www.inc: eresources.xml.www.inc.tmp
${CP} ${.ALLSRC} ${.TARGET}
# ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
# < $@.tmp > $@ || (${RM} -f $@ && false)

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -247,13 +247,10 @@
&chap.security; &chap.security;
<!-- <!--
&chap.jails; &chap.jails;
-->
&chap.mac; &chap.mac;
<!--
&chap.audit; &chap.audit;
--> -->
&chap.disks; &chap.disks;
&chap.geom;
<!-- <!--
&chap.filesystems; &chap.filesystems;
&chap.vinum; &chap.vinum;
@ -307,8 +304,10 @@
&chap.serialcomms; &chap.serialcomms;
&chap.ppp-and-slip; &chap.ppp-and-slip;
&chap.mail; &chap.mail;
<!--
&chap.network-servers; &chap.network-servers;
&chap.firewalls; &chap.firewalls;
-->
&chap.advanced-networking; &chap.advanced-networking;
</part> </part>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -117,7 +117,7 @@
<sect3> <sect3>
<title>&os;/&arch.i386;</title> <title>&os;/&arch.i386;</title>
<para>&os;/&arch.i386 アーキテクチャは、 <para>&os;/&arch.i386; アーキテクチャは、
486 以上のプロセッサと、 486 以上のプロセッサと、
少なくとも 64&nbsp;MB の RAM が必要です。 少なくとも 64&nbsp;MB の RAM が必要です。
最小のインストールでは、 最小のインストールでは、
@ -161,7 +161,7 @@
複数の CPU を持つコンピュータは SMP に対応しています。</para> 複数の CPU を持つコンピュータは SMP に対応しています。</para>
<para>32-bit カーネルは、RAM の最初の 2&nbsp;GB だけを利用できます。 <para>32-bit カーネルは、RAM の最初の 2&nbsp;GB だけを利用できます。
Blue & White PowerMac G3 では、&firewire; に対応していません。</para> Blue &amp; White PowerMac G3 では、&firewire; に対応していません。</para>
</sect3> </sect3>
<sect3> <sect3>
@ -2592,7 +2592,7 @@ login:</screen>
</sect2> </sect2>
<sect2> <sect2>
<title>トラブルシューティングに関する Q & A</title> <title>トラブルシューティングに関する Q &amp; A</title>
<qandaset> <qandaset>
<qandaentry> <qandaentry>

View file

@ -14,232 +14,57 @@
Chapters should be listed in the order in which they are referenced. Chapters should be listed in the order in which they are referenced.
--> -->
<!ENTITY % not.published "INCLUDE">
<!ENTITY % chap.introduction "IGNORE">
<!ENTITY % chap.install "IGNORE">
<!ENTITY % chap.bsdinstall "IGNORE">
<!ENTITY % chap.basics "IGNORE">
<!ENTITY % chap.ports "IGNORE">
<!ENTITY % chap.config "IGNORE">
<!ENTITY % chap.boot "IGNORE">
<!ENTITY % chap.users "IGNORE">
<!ENTITY % chap.kernelconfig "IGNORE">
<!ENTITY % chap.security "IGNORE">
<!ENTITY % chap.jails "IGNORE">
<!ENTITY % chap.printing "IGNORE">
<!ENTITY % chap.disks "IGNORE">
<!ENTITY % chap.geom "IGNORE">
<!ENTITY % chap.vinum "IGNORE">
<!ENTITY % chap.x11 "IGNORE">
<!ENTITY % chap.l10n "IGNORE">
<!ENTITY % chap.multimedia "IGNORE">
<!ENTITY % chap.desktop "IGNORE">
<!ENTITY % chap.serialcomms "IGNORE">
<!ENTITY % chap.ppp-and-slip "IGNORE">
<!ENTITY % chap.advanced-networking "IGNORE">
<!ENTITY % chap.firewalls "IGNORE">
<!ENTITY % chap.network-servers "IGNORE">
<!ENTITY % chap.mail "IGNORE">
<!ENTITY % chap.cutting-edge "IGNORE">
<!ENTITY % chap.linuxemu "IGNORE">
<!ENTITY % chap.mirrors "IGNORE">
<!ENTITY % chap.mirrors.ftp.inc "INCLUDE">
<!ENTITY % chap.mirrors.cvsup.inc "INCLUDE">
<!ENTITY % chap.bibliography "IGNORE">
<!ENTITY % chap.eresources "IGNORE">
<!ENTITY % chap.eresources.www.inc "INCLUDE">
<!ENTITY % chap.pgpkeys "IGNORE">
<!ENTITY % chap.index "IGNORE">
<!ENTITY % chap.freebsd-glossary "IGNORE">
<!ENTITY % chap.mac "IGNORE">
<!ENTITY % chap.audit "IGNORE">
<!ENTITY % chap.filesystems "IGNORE">
<!ENTITY % chap.dtrace "IGNORE">
<!ENTITY chap.preface SYSTEM "preface/preface.xml"> <!ENTITY chap.preface SYSTEM "preface/preface.xml">
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys; <!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
<!-- Part One --> <!-- Part One -->
<![%chap.introduction;[
<!ENTITY chap.introduction SYSTEM "introduction/chapter.xml"> <!ENTITY chap.introduction SYSTEM "introduction/chapter.xml">
]]>
<![%chap.install;[
<!ENTITY chap.install SYSTEM "install/chapter.xml"> <!ENTITY chap.install SYSTEM "install/chapter.xml">
]]>
<![%chap.bsdinstall;[
<!ENTITY chap.bsdinstall SYSTEM "bsdinstall/chapter.xml"> <!ENTITY chap.bsdinstall SYSTEM "bsdinstall/chapter.xml">
]]>
<![%chap.basics;[
<!ENTITY chap.basics SYSTEM "basics/chapter.xml"> <!ENTITY chap.basics SYSTEM "basics/chapter.xml">
]]>
<![%chap.ports;[
<!ENTITY chap.ports SYSTEM "ports/chapter.xml"> <!ENTITY chap.ports SYSTEM "ports/chapter.xml">
]]>
<![%chap.x11;[
<!ENTITY chap.x11 SYSTEM "x11/chapter.xml"> <!ENTITY chap.x11 SYSTEM "x11/chapter.xml">
]]>
<!-- Part Two --> <!-- Part Two -->
<![%chap.desktop;[
<!ENTITY chap.desktop SYSTEM "desktop/chapter.xml"> <!ENTITY chap.desktop SYSTEM "desktop/chapter.xml">
]]>
<![%chap.multimedia;[
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.xml"> <!ENTITY chap.multimedia SYSTEM "multimedia/chapter.xml">
]]>
<![%chap.kernelconfig;[
<!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.xml"> <!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.xml">
]]>
<![%chap.printing;[
<!ENTITY chap.printing SYSTEM "printing/chapter.xml"> <!ENTITY chap.printing SYSTEM "printing/chapter.xml">
]]>
<![%chap.linuxemu;[
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.xml"> <!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.xml">
]]>
<!-- Part Three --> <!-- Part Three -->
<![%chap.config;[
<!ENTITY chap.config SYSTEM "config/chapter.xml"> <!ENTITY chap.config SYSTEM "config/chapter.xml">
]]>
<![%chap.boot;[
<!ENTITY chap.boot SYSTEM "boot/chapter.xml"> <!ENTITY chap.boot SYSTEM "boot/chapter.xml">
]]>
<![%chap.users;[
<!ENTITY chap.users SYSTEM "users/chapter.xml"> <!ENTITY chap.users SYSTEM "users/chapter.xml">
]]>
<![%chap.security;[
<!ENTITY chap.security SYSTEM "security/chapter.xml"> <!ENTITY chap.security SYSTEM "security/chapter.xml">
]]>
<![%chap.jails;[
<!ENTITY chap.jails SYSTEM "jails/chapter.xml"> <!ENTITY chap.jails SYSTEM "jails/chapter.xml">
]]>
<![%chap.mac;[
<!ENTITY chap.mac SYSTEM "mac/chapter.xml">
]]>
<![%chap.audit;[
<!ENTITY chap.audit SYSTEM "audit/chapter.xml"> <!ENTITY chap.audit SYSTEM "audit/chapter.xml">
]]>
<![%chap.disks;[
<!ENTITY chap.disks SYSTEM "disks/chapter.xml"> <!ENTITY chap.disks SYSTEM "disks/chapter.xml">
]]>
<![%chap.geom;[
<!ENTITY chap.geom SYSTEM "geom/chapter.xml">
]]>
<![%chap.filesystems;[
<!ENTITY chap.filesystems SYSTEM "filesystems/chapter.xml"> <!ENTITY chap.filesystems SYSTEM "filesystems/chapter.xml">
]]>
<![%chap.vinum;[
<!ENTITY chap.vinum SYSTEM "vinum/chapter.xml"> <!ENTITY chap.vinum SYSTEM "vinum/chapter.xml">
]]>
<![%chap.l10n;[
<!ENTITY chap.l10n SYSTEM "l10n/chapter.xml"> <!ENTITY chap.l10n SYSTEM "l10n/chapter.xml">
]]>
<![%chap.cutting-edge;[
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.xml"> <!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.xml">
]]>
<![%chap.dtrace;[
<!ENTITY chap.dtrace SYSTEM "dtrace/chapter.xml"> <!ENTITY chap.dtrace SYSTEM "dtrace/chapter.xml">
]]>
<!-- Part Four --> <!-- Part Four -->
<![%chap.serialcomms;[
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.xml"> <!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.xml">
]]>
<![%chap.ppp-and-slip;[
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.xml"> <!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.xml">
]]>
<![%chap.mail;[
<!ENTITY chap.mail SYSTEM "mail/chapter.xml"> <!ENTITY chap.mail SYSTEM "mail/chapter.xml">
]]>
<![%chap.network-servers;[
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.xml">
]]>
<![%chap.firewalls;[
<!ENTITY chap.firewalls SYSTEM "firewalls/chapter.xml">
]]>
<![%chap.advanced-networking;[
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.xml"> <!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.xml">
]]>
<!-- Part Five (appendices) --> <!-- Part Five (appendices) -->
<![%chap.mirrors;[ <!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml">
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml"> <!ENTITY chap.mirrors.lastmod.inc SYSTEM "mirrors.lastmod.inc">
]]> <!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc">
<![%chap.mirrors.ftp.inc;[ <!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc">
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc"> <!ENTITY chap.mirrors.cvsup.index.inc SYSTEM "mirrors.xml.cvsup.index.inc">
]]> <!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
<![%chap.mirrors.cvsup.inc;[
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
]]>
<![%chap.bibliography;[
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml"> <!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml">
]]> <!ENTITY chap.eresources SYSTEM "eresources/chapter.xml">
<![%chap.eresources;[ <!ENTITY chap.eresources.www.index.inc SYSTEM "eresources.xml.www.index.inc">
<!ENTITY chap.eresources SYSTEM "eresources/chapter.xml"> <!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
]]>
<![%chap.eresources.www.inc;[
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
]]>
<![%chap.pgpkeys;[
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml"> <!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml">
]]>
<![%chap.freebsd-glossary;[
<!ENTITY chap.freebsd-glossary "&freebsd-glossary;"> <!ENTITY chap.freebsd-glossary "&freebsd-glossary;">
]]> <!ENTITY chap.index "">
<![%chap.index;[
<!ENTITY chap.index SYSTEM "index.xml">
]]>
<!ENTITY chap.colophon SYSTEM "colophon.xml"> <!ENTITY chap.colophon SYSTEM "colophon.xml">
<!-- IGNORE cases -->
<!-- Part One -->
<!ENTITY chap.introduction "">
<!ENTITY chap.install "">
<!ENTITY chap.basics "">
<!ENTITY chap.ports "">
<!ENTITY chap.x11 "">
<!-- Part Two -->
<!ENTITY chap.desktop "">
<!ENTITY chap.multimedia "">
<!ENTITY chap.kernelconfig "">
<!ENTITY chap.printing "">
<!ENTITY chap.linuxemu "">
<!-- Part Three -->
<!ENTITY chap.config "">
<!ENTITY chap.boot "">
<!ENTITY chap.users "">
<!ENTITY chap.security "">
<!ENTITY chap.jails "">
<!ENTITY chap.mac "">
<!ENTITY chap.audit "">
<!ENTITY chap.disks "">
<!ENTITY chap.geom "">
<!ENTITY chap.filesystems "">
<!ENTITY chap.vinum "">
<!ENTITY chap.virtualization "">
<!ENTITY chap.l10n "">
<!ENTITY chap.cutting-edge "">
<!ENTITY chap.dtrace "">
<!-- Part Four -->
<!ENTITY chap.serialcomms "">
<!ENTITY chap.ppp-and-slip "">
<!ENTITY chap.mail "">
<!ENTITY chap.network-servers "">
<!ENTITY chap.firewalls "">
<!ENTITY chap.advanced-networking "">
<!-- Part Five (appendices) -->
<!ENTITY chap.mirrors "">
<!ENTITY chap.mirrors.ftp.inc "">
<!ENTITY chap.mirrors.cvsup.inc "">
<!ENTITY chap.bibliography "">
<!ENTITY chap.eresources "">
<!ENTITY chap.eresources.www.inc "">
<!ENTITY chap.pgpkeys "">
<!ENTITY chap.freebsd-glossary "">
<!ENTITY chap.index "">

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -372,7 +372,7 @@ stop)
kill -9 `cat /var/run/foobar.pid` kill -9 `cat /var/run/foobar.pid`
;; ;;
*) *)
echo "Usage: `basename $0` {start|stop}" >&2 echo "Usage: `basename $0` {start|stop}" &gt;&amp;2
exit 64 exit 64
;; ;;
esac esac

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -1174,81 +1174,6 @@ Fetching 133 new ports or files... done.</screen>
<screen>&prompt.root; <userinput>portupgrade -PP hu-freebsd-doc</userinput></screen> <screen>&prompt.root; <userinput>portupgrade -PP hu-freebsd-doc</userinput></screen>
</sect3> </sect3>
</sect2> </sect2>
<!-- FIXME: Waiting for a working docsnap server... -->
<![ IGNORE [
<sect2 id="docsnap">
<sect2info>
<authorgroup>
<author>
<firstname>Pav</firstname>
<surname>Lucistnik</surname>
<contrib>Based on information provided by </contrib>
</author>
</authorgroup>
</sect2info>
<title>Using Docsnap</title>
<indexterm><primary>Updating and Upgrading</primary></indexterm>
<indexterm>
<primary>Docsnap</primary>
<see>Updating and Upgrading</see>
</indexterm>
<para><application>Docsnap</application> is an &man.rsync.1;
repository for updating installed &os; Documentation in a
relatively easy and fast way. A
<quote><application>Docsnap</application> server</quote> tracks
the documentation sources, and builds them in HTML format every
hour. The <filename role="package">textproc/docproj</filename>
is unneeded with <application>Docsnap</application> as only
patches to the built documentation exist.</para>
<para>The only requirement for using this technique is
the <filename role="package">net/rsync</filename> port or
package. To add it, use the following command:</para>
<screen>&prompt.root; <userinput>pkg_add -r rsync</userinput></screen>
<note>
<para><application>Docsnap</application> has been originally
developed for updating documentation installed
to <filename class="directory">/usr/share/doc</filename>, but
the following examples could be adapted for other directories
as well. For user directories, it does not require
<username>root</username> privileges.</para>
</note>
<para>To update the documentation set, issue the following
command:</para>
<screen>&prompt.root; <userinput>rsync -rltvz <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap <replaceable>/usr/share/doc</replaceable></userinput></screen>
<note>
<para>There is only one <application>Docsnap</application>
server at the moment;
the <hostid>docsnap.sk.FreeBSD.org</hostid> shown
above.</para>
</note>
<para>Do not use the <option>--delete</option> flag here as there
are some items installed
into <filename class="directory">/usr/share/doc</filename>
during <command>make installworld</command>, which would
accidentally be removed. To clean up, use this command
instead:</para>
<screen>&prompt.root; <userinput>rsync -rltvz --delete <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/??_??\.\* <replaceable>/usr/share/doc</replaceable></userinput></screen>
<para>If a subset of documentation needs to be updated, for
example, the English documentation only, the following command
should be used:</para>
<screen>&prompt.root; <userinput>rsync -rltvz <replaceable>docsnap.sk.FreeBSD.org</replaceable>::docsnap/en_US.ISO8859-1 <replaceable>/usr/share/doc</replaceable></userinput></screen>
</sect2>
]]>
</sect1> </sect1>
<sect1 id="current-stable"> <sect1 id="current-stable">

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -270,7 +270,7 @@
<para>&os; 用の &adobe; &flash; プラグインは提供されていません。 <para>&os; 用の &adobe; &flash; プラグインは提供されていません。
しかしながら、Linux バージョンのプラグインを実行するためのソフトウェアレイヤ (wrapper) が存在します。 しかしながら、Linux バージョンのプラグインを実行するためのソフトウェアレイヤ (wrapper) が存在します。
この wrapper は、&adobe; &acrobat; プラグインや この wrapper は、&adobe; &acrobat; プラグインや
&realplayer プラグインなどにも対応しています。</para> &realplayer; プラグインなどにも対応しています。</para>
<para>使用している &os; のバージョンによって必要な作業は異なります。</para> <para>使用している &os; のバージョンによって必要な作業は異なります。</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -1319,7 +1319,7 @@ cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c
<para>時々 <filename>/dev</filename> 下のエントリは (再) <para>時々 <filename>/dev</filename> 下のエントリは (再)
作成されなければなりません。次のコマンドでこれを行います。</para> 作成されなければなりません。次のコマンドでこれを行います。</para>
<screen>&prompt.root; <userinput>cd /dev && ./MAKEDEV "fd*"</userinput></screen> <screen>&prompt.root; <userinput>cd /dev &amp;&amp; ./MAKEDEV "fd*"</userinput></screen>
</sect4> </sect4>
<sect4> <sect4>
@ -1935,9 +1935,9 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
を用いてリモートテープドライブにデータを送ることができます。</para> を用いてリモートテープドライブにデータを送ることができます。</para>
<screen>&prompt.root; <userinput>for f in <replaceable>directory_list; do</replaceable></userinput> <screen>&prompt.root; <userinput>for f in <replaceable>directory_list; do</replaceable></userinput>
<userinput>find $f >> backup.list</userinput> <userinput>find $f &gt;&gt; backup.list</userinput>
<userinput>done</userinput> <userinput>done</userinput>
&prompt.root; <userinput>cpio -v -o --format=newc < backup.list | ssh <replaceable>user</replaceable>@<replaceable>host</replaceable> "cat > <replaceable>backup_device</replaceable>"</userinput></screen> &prompt.root; <userinput>cpio -v -o --format=newc &lt; backup.list | ssh <replaceable>user</replaceable>@<replaceable>host</replaceable> "cat &gt; <replaceable>backup_device</replaceable>"</userinput></screen>
<para><replaceable>directory_list</replaceable> <para><replaceable>directory_list</replaceable>
はバックアップしたいディレクトリのリストで、 はバックアップしたいディレクトリのリストで、
@ -2147,7 +2147,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<example> <example>
<title>ブートフロッピーを作成するスクリプト</title> <title>ブートフロッピーを作成するスクリプト</title>
<programlisting><![ CDATA [#!/bin/sh <programlisting><![CDATA[#!/bin/sh
# #
# create a restore floppy # create a restore floppy
# #
@ -2275,7 +2275,7 @@ cd /
# #
# create minimum file system table # create minimum file system table
# #
cat > /mnt/etc/fstab <<EOM cat &gt; /mnt/etc/fstab &lt;&lt;EOM
/dev/fd0a / ufs rw 1 1 /dev/fd0a / ufs rw 1 1
EOM EOM
@ -2361,13 +2361,6 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
どのような理由で再び事故が起きたり、データが失われるかわかりません。 どのような理由で再び事故が起きたり、データが失われるかわかりません。
これに数時間を費すことで、後々の災難から救われます。</para> これに数時間を費すことで、後々の災難から救われます。</para>
</sect3> </sect3>
<![ %not.published; [
<sect3>
<title>* 災難対策をしていませんでした。
どうしたらいいでしょうか?</title>
</sect3>
]]>
</sect2> </sect2>
</sect1> </sect1>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -1519,6 +1519,10 @@
<sect1 id="eresources-web"> <sect1 id="eresources-web">
<title>World Wide Web サイト</title> <title>World Wide Web サイト</title>
&chap.eresources.www.index.inc;
&chap.mirrors.lastmod.inc;
&chap.eresources.www.inc; &chap.eresources.www.inc;
</sect1> </sect1>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -111,7 +111,7 @@
<sect3> <sect3>
<title>&os;/&arch.i386; および &os;/&arch.pc98;</title> <title>&os;/&arch.i386; および &os;/&arch.pc98;</title>
<para>&os;/&arch.i386 と &os;/&arch.pc98 の両方のアーキテクチャは、 <para>&os;/&arch.i386;&os;/&arch.pc98; の両方のアーキテクチャは、
486 以上のプロセッサと、 486 以上のプロセッサと、
少なくとも 24&nbsp;MB の RAM が必要です。 少なくとも 24&nbsp;MB の RAM が必要です。
最小のインストールでは、 最小のインストールでは、
@ -3059,7 +3059,7 @@ Press [Enter] now to invoke an editor on /etc/exports
</mediaobject> </mediaobject>
</figure> </figure>
<para>値を変更したら &gui.ok を選択し、 <para>値を変更したら &gui.ok; を選択し、
<keycap>Enter</keycap> を押して、 <keycap>Enter</keycap> を押して、
システムコンソールの設定メニューに戻ってください。</para> システムコンソールの設定メニューに戻ってください。</para>
@ -4228,7 +4228,7 @@ Please press any key to reboot.</screen>
</sect2> </sect2>
<sect2> <sect2>
<title>トラブルシューティングに関する Q & A</title> <title>トラブルシューティングに関する Q &amp; A</title>
<qandaset> <qandaset>
<qandaentry> <qandaentry>
@ -4368,7 +4368,7 @@ Please press any key to reboot.</screen>
<para>使用しているカードの IRQ が、 <para>使用しているカードの IRQ が、
<filename>/boot/device.hints</filename> <filename>/boot/device.hints</filename>
ファイルで指定された IRQ と異なる可能性があります。 ファイルで指定された IRQ と異なる可能性があります。
&man.ed.4 ドライバは、デフォルトでは <quote>ソフトウェア</quote> コンフィグレーション &man.ed.4; ドライバは、デフォルトでは <quote>ソフトウェア</quote> コンフィグレーション
(&ms-dos; の EZSETUP で入力された値) を用いません。 (&ms-dos; の EZSETUP で入力された値) を用いません。
インターフェースのヒント情報に <literal>-1</literal> を指定した場合には、 インターフェースのヒント情報に <literal>-1</literal> を指定した場合には、
ソフトウェアコンフィグレーションが用いられます。</para> ソフトウェアコンフィグレーションが用いられます。</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -831,7 +831,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
<para>リアルタイム拡張が 1993 &posix; に追加されました。 <para>リアルタイム拡張が 1993 &posix; に追加されました。
Ports Collection の内のいくつかのアプリケーション Ports Collection の内のいくつかのアプリケーション
(たとえば <application>&staroffice</application>) (たとえば <application>&staroffice;</application>)
はこれを使っています。</para> はこれを使っています。</para>
<programlisting>options KBD_INSTALL_CDEV # install a CDEV entry in /dev</programlisting> <programlisting>options KBD_INSTALL_CDEV # install a CDEV entry in /dev</programlisting>
@ -1175,7 +1175,7 @@ device ppc</programlisting>
<programlisting>#device puc</programlisting> <programlisting>#device puc</programlisting>
<para>&man.puc.4 glue ドライバがサポートしている <para>&man.puc.4; glue ドライバがサポートしている
<quote>dumb</quote> シリアル、 <quote>dumb</quote> シリアル、
またはパラレル PCI カードを持っているのであれば、 またはパラレル PCI カードを持っているのであれば、
このデバイスを有効にしてください。</para> このデバイスを有効にしてください。</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -2258,7 +2258,7 @@ drwxrwxr-x 11 idsadm sapsys 512 May 4 14:20 trans </screen>
<indexterm><primary>execution class loader</primary></indexterm> <indexterm><primary>execution class loader</primary></indexterm>
<para>FreeBSD は、&ldquo;実行クラスローダ (execution class loader) &rdquo; <para>FreeBSD は、&ldquo;実行クラスローダ (execution class loader) &rdquo;
と呼ばれる抽象的な機構を持っています。これは &man.execve.2 と呼ばれる抽象的な機構を持っています。これは &man.execve.2;
システムコールへの楔という形で実装されています。 システムコールへの楔という形で実装されています。
</para> </para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -452,7 +452,7 @@ mail.example.com</programlisting>
<para><application>sendmail</application> の主設定ファイルは <para><application>sendmail</application> の主設定ファイルは
<application>sendmail</application> の機能と動作を決定する <application>sendmail</application> の機能と動作を決定する
&man.m4.1 マクロから構築できます。 &man.m4.1; マクロから構築できます。
詳細については 詳細については
<filename>/usr/src/contrib/sendmail/cf/README</filename> <filename>/usr/src/contrib/sendmail/cf/README</filename>
を参照してください。</para> を参照してください。</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -207,6 +207,10 @@
各サイトで提供しているアクセス方法は、 各サイトで提供しているアクセス方法は、
ホスト名に続く括弧の中に記載されています。</para> ホスト名に続く括弧の中に記載されています。</para>
&chap.mirrors.ftp.index.inc;
&chap.mirrors.lastmod.inc;
&chap.mirrors.ftp.inc; &chap.mirrors.ftp.inc;
</sect1> </sect1>
@ -2423,6 +2427,10 @@ doc/zh_*</screen>
<para>&os;<link linkend="cvsup">CVSup</link> <para>&os;<link linkend="cvsup">CVSup</link>
サーバは以下のサイトで稼働しています。</para> サーバは以下のサイトで稼働しています。</para>
&chap.mirrors.cvsup.index.inc;
&chap.mirrors.lastmod.inc;
&chap.mirrors.cvsup.inc; &chap.mirrors.cvsup.inc;
</sect2> </sect2>
</sect1> </sect1>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -1656,7 +1656,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
<para>MythTV データベースを設定してください。</para> <para>MythTV データベースを設定してください。</para>
<screen>&prompt.root; <userinput>mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql</userinput></screen> <screen>&prompt.root; <userinput>mysql -uroot -p &lt; /usr/local/share/mythtv/database/mc.sql</userinput></screen>
<para>バックエンドを設定してください。</para> <para>バックエンドを設定してください。</para>
@ -1714,7 +1714,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</programlisting>
<sect2> <sect2>
<title>カーネルのコンフィグレーション</title> <title>カーネルのコンフィグレーション</title>
<para>前述のように、&os はスキャナのインタフェースとして <para>前述のように、&os; はスキャナのインタフェースとして
SCSI と USB の両方に対応しています。 SCSI と USB の両方に対応しています。
スキャナのインタフェースによって、必要となるドライバが異なります。</para> スキャナのインタフェースによって、必要となるドライバが異なります。</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -880,7 +880,7 @@ docbook =
このようなファイルを用いて特殊な状況にも対応しています。 このようなファイルを用いて特殊な状況にも対応しています。
これらのファイルについての詳細および これらのファイルについての詳細および
ports の一般的な説明については、<ulink ports の一般的な説明については、<ulink
url="&url.books.porters-handbook/index.html">port url="&url.books.porters-handbook;/index.html">port
作成者のためのハンドブック</ulink> をご覧下さい。</para> 作成者のためのハンドブック</ulink> をご覧下さい。</para>
<para>port はソースコードからアプリケーションを構築する方法を提供しますが、 <para>port はソースコードからアプリケーションを構築する方法を提供しますが、
@ -1624,7 +1624,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
<listitem> <listitem>
<para>自分で直しましょう! <para>自分で直しましょう!
<quote>Ports</quote> システムに関する詳細な情報は <ulink <quote>Ports</quote> システムに関する詳細な情報は <ulink
url="&url.books.porters-handbook/index.html"> url="&url.books.porters-handbook;/index.html">
port 作成者のためのハンドブック</ulink> にあります。 port 作成者のためのハンドブック</ulink> にあります。
このセクションを読むと、壊れてしまった port を直したり、 このセクションを読むと、壊れてしまった port を直したり、
自分で作った port を提出したりできるようになります!</para> 自分で作った port を提出したりできるようになります!</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -454,7 +454,7 @@ nameserver <replaceable>y.y.y.y</replaceable></programlisting>
<para>このプロバイダの電話番号を指定します. <para>このプロバイダの電話番号を指定します.
複数の電話番号を <literal>:</literal> 複数の電話番号を <literal>:</literal>
<literal>|</literal> で区切って指定することができます. <literal>|</literal> で区切って指定することができます.
これら区切り文字の違いについては, &man.ppp.8 これら区切り文字の違いについては, &man.ppp.8;
に 詳しく書かれています. に 詳しく書かれています.
要約すると, 毎回違う番号に かけたいのであれば 要約すると, 毎回違う番号に かけたいのであれば
<literal>:</literal> を使います. 常に <literal>:</literal> を使います. 常に
@ -1718,7 +1718,7 @@ reinput 1 {\255}
if success goto slhup if success goto slhup
reinput 1 {\127} reinput 1 {\127}
if success goto slhup if success goto slhup
if < \%x 60 goto look if &lt; \%x 60 goto look
else goto slhup else goto slhup
:sllogin ; login :sllogin ; login
@ -1739,7 +1739,7 @@ reinput 1 {\255}
if success goto slhup if success goto slhup
reinput 1 {\127} reinput 1 {\127}
if success goto slhup if success goto slhup
if < \%x 10 goto slloop ; try 10 times to get a login prompt if &lt; \%x 10 goto slloop ; try 10 times to get a login prompt
else goto slhup ; hang up and start again if 10 failures else goto slhup ; hang up and start again if 10 failures
:sluid :sluid

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -3171,7 +3171,7 @@ options IPSEC_ESP #IP security (crypto; define w/IPSEC)</progr
<screen> <screen>
(1) (1)
ホスト A ------> ホスト B ホスト A ------&gt; ホスト B
(1)PROTO=AH (1)PROTO=AH
ALG=MD5(RFC1826) ALG=MD5(RFC1826)
@ -3179,8 +3179,8 @@ options IPSEC_ESP #IP security (crypto; define w/IPSEC)</progr
SPI=1000 SPI=1000
(2.1) (2.1)
ホスト A <------ B ホスト A &lt;------ ホスト B
<------ &lt;------
(2.2) (2.2)
(2.1) (2.1)
@ -3231,10 +3231,10 @@ B
ホスト A -------------------------------------> ホスト B ホスト A -------------------------------------> ホスト B
10.2.3.4 10.6.7.8 10.2.3.4 10.6.7.8
| | | |
========== old AH keyed-md5 ==========> ========== old AH keyed-md5 ==========&gt;
<========= new AH hmac-sha1 =========== &lt;========= new AH hmac-sha1 ===========
<========= new ESP des-cbc ============ &lt;========= new ESP des-cbc ============
</screen> </screen>
</sect2> </sect2>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="euc-jp" standalone="no"?> <?xml version="1.0" encoding="euc-jp"?>
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project The FreeBSD Japanese Documentation Project
@ -322,12 +322,12 @@
<sect1 id="x-install"> <sect1 id="x-install">
<title>X11 のインストール</title> <title>X11 のインストール</title>
<para>&os のデフォルトの X11 は、<application>&xorg;</application> <para>&os; のデフォルトの X11 は、<application>&xorg;</application>
です。 です。
<application>&xorg;</application> は X.Org Foundation <application>&xorg;</application> は X.Org Foundation
がリリースしている X Window System のオープンソースな実装です。 がリリースしている X Window System のオープンソースな実装です。
<application>&xorg;</application> <application>&xorg;</application>
<application>&xfree86&nbsp;4.4RC2</application> <application>&xfree86;&nbsp;4.4RC2</application>
と X11R6.6 のコードを元にしています。 と X11R6.6 のコードを元にしています。
現在 &os; Ports Collection で利用可能な 現在 &os; Ports Collection で利用可能な
<application>&xorg;</application> のバージョンは <application>&xorg;</application> のバージョンは

View file

@ -3917,7 +3917,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
<para>この変数は、以下のようにして <para>この変数は、以下のようにして
<filename>bsd.port.mk</filename> 中で設定されます。</para> <filename>bsd.port.mk</filename> 中で設定されます。</para>
<programlisting>PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout</programlisting> <programlisting>PORTOBJFORMAT!= test -x /usr/bin/objformat &amp;&amp; /usr/bin/objformat || echo aout</programlisting>
<para>この変数を使って、port の make <para>この変数を使って、port の make
の過程で何をすべきかを決定すべきですが、 の過程で何をすべきかを決定すべきですが、
@ -4070,8 +4070,8 @@ PKGNAMESUFFIX= ${RESOLUTION}
: :
# default # default
RESOLUTION?= 300 RESOLUTION?= 300
.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \ .if ${RESOLUTION} != 118 &amp;&amp; ${RESOLUTION} != 240 &amp;&amp; \
${RESOLUTION} != 300 && ${RESOLUTION} != 400 ${RESOLUTION} != 300 &amp;&amp; ${RESOLUTION} != 400
@${ECHO} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" @${ECHO} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\""
@${ECHO} "Possible values are: 118, 240, 300 (default) and 400." @${ECHO} "Possible values are: 118, 240, 300 (default) and 400."
@${FALSE} @${FALSE}
@ -6797,17 +6797,17 @@ pre-install:
<para>このディレクトリ構造を新しいファイルに保存してください。</para> <para>このディレクトリ構造を新しいファイルに保存してください。</para>
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r &gt; OLD-DIRS</userinput></screen> <screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> &amp;&amp; find -d * -type d) | sort -r &gt; OLD-DIRS</userinput></screen>
<para>もしあなたの port が <makevar>PREFIX</makevar> にちゃんと従うなら、 <para>もしあなたの port が <makevar>PREFIX</makevar> にちゃんと従うなら、
ここで port をインストールしてパッキングリストを作ることができます。</para> ここで port をインストールしてパッキングリストを作ることができます。</para>
<screen>&prompt.root; <userinput>make install PREFIX=/var/tmp</userinput> <screen>&prompt.root; <userinput>make install PREFIX=/var/tmp</userinput>
&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * \! -type d) | sort &gt; pkg-plist</userinput></screen> &prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> &amp;&amp; find -d * \! -type d) | sort &gt; pkg-plist</userinput></screen>
<para>新しく生成されたディレクトリはすべてパッキングリストに追加する必要があります。</para> <para>新しく生成されたディレクトリはすべてパッキングリストに追加する必要があります。</para>
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r | comm -13 OLD-DIRS - | sed -e 's#^#@dirrm #' &gt;&gt; pkg-plist</userinput></screen> <screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> &amp;&amp; find -d * -type d) | sort -r | comm -13 OLD-DIRS - | sed -e 's#^#@dirrm #' &gt;&gt; pkg-plist</userinput></screen>
<para>最後にパッキングリストを手で整える必要があります; <para>最後にパッキングリストを手で整える必要があります;
<emphasis>すべて</emphasis>が自動化されているわけではありません。 <emphasis>すべて</emphasis>が自動化されているわけではありません。

View file

@ -7,7 +7,6 @@
<xsl:import href="../../../share/xml/mirrors-master.xsl" /> <xsl:import href="../../../share/xml/mirrors-master.xsl" />
<xsl:output type="xml" encoding="euc-jp" <xsl:output type="xml" encoding="euc-jp"
omit-xml-declaration="yes"
indent="yes"/> indent="yes"/>
<!-- template: "mirrors-docbook-contact" --> <!-- template: "mirrors-docbook-contact" -->