diff --git a/ja_JP.eucJP/man/man1/usbhidctl.1 b/ja_JP.eucJP/man/man1/usbhidctl.1 new file mode 100644 index 0000000000..160610034d --- /dev/null +++ b/ja_JP.eucJP/man/man1/usbhidctl.1 @@ -0,0 +1,93 @@ +.\" $NetBSD: usbhidctl.1,v 1.8 1999/05/11 21:03:58 augustss Exp $ +.\" %FreeBSD: src/usr.bin/usbhidctl/usbhidctl.1,v 1.2.2.1 2002/04/03 16:48:25 joe Exp % +.\" +.\" Copyright (c) 1998 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Lennart Augustsson. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.Dd July 12, 1998 +.Dt USBHIDCTL 1 +.Os +.Sh ̾¾Î +.Nm usbhidctl +.Nd USB HID µ¡´ï¤ÎÁàºî +.Sh ½ñ¼° +.Nm +.Op Fl a +.Fl f Ar device +.Op Fl l +.Op Fl n +.Op Fl r +.Op Fl t Ar table +.Op Fl v +.Op Ar item ... +.Sh ²òÀâ +.Nm +¤ò»È¤¦¤È USB HID (Human Interface Device) ¤Î¾õÂ֤ΥÀ¥ó¥×¤ò¤È¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£ +»ØÄꤵ¤ì¤¿ +.Ar item +¤½¤ì¤¾¤ì¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ +.Pp +°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤¬ÍøÍѤǤ­¤Þ¤¹¡£ +.Bl -tag -width Ds +.It Fl a +¤¹¤Ù¤Æ¤Î item ¤òɽ¼¨¤·¤Þ¤¹¡£ +.It Fl f Ar device +Áàºî¤¹¤ë¥Ç¥Ð¥¤¥¹¤Î¥Ñ¥¹¤ò»ØÄꤷ¤Þ¤¹¡£ +.It Fl l +¥Ç¥Ð¥¤¥¹¤Î¥Ç¡¼¥¿¤¬ÊѲ½¤¹¤ë¤¿¤Ó¤Ë¡¢·«¤êÊÖ¤·¥À¥ó¥×¤ò¼è¤ê¤Þ¤¹¡£ +.It Fl n +µ¡´ï̾¤Îɽ¼¨¤òÍÞÀ©¤·¤Þ¤¹¡£ +.It Fl r +¥ì¥Ý¡¼¥Èµ­½Ò»Ò¤Î¥À¥ó¥×¤ò¼è¤ê¤Þ¤¹¡£ +.It Fl t Ar table +HID »ÈÍÑË¡¥Æ¡¼¥Ö¥ë¥Õ¥¡¥¤¥ë¤Î¥Ñ¥¹¤ò»ØÄꤷ¤Þ¤¹¡£ +.It Fl v +¾ÜºÙ¤Êɽ¼¨¤ò¤·¤Þ¤¹¡£ +.El +.Sh ´ØÏ¢¥Õ¥¡¥¤¥ë +.Pa /usr/share/misc/usb_hid_usages +¥Ç¥Õ¥©¥ë¥È¤Î HID »ÈÍÑË¡¥Æ¡¼¥Ö¥ë +.Sh ¥Ð¥° +.Nm +¤Ç¤Ïµ¡´ï¤Î½ÐÎϤÈÆÃŤò¸«¤ë¤³¤È¤âÀßÄꤹ¤ë¤³¤È¤â¤Ç¤­¤Þ¤»¤ó¡£ +.Sh ´ØÏ¢¹àÌÜ +.Xr usb 3 , +.Xr uhid 4 , +.Xr usb 4 +.Sh Îò»Ë +.Nm +¥³¥Þ¥ó¥É¤Ï +.Nx 1.4 +¤ÇÅо줷¤Þ¤·¤¿¡£ diff --git a/ja_JP.eucJP/man/man5/drivers.conf.5 b/ja_JP.eucJP/man/man5/drivers.conf.5 new file mode 100644 index 0000000000..aefafc4ffa --- /dev/null +++ b/ja_JP.eucJP/man/man5/drivers.conf.5 @@ -0,0 +1,123 @@ +.\" Copyright (c) 2002 Murray Stokely +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" %FreeBSD: src/share/man/man5/drivers.conf.5,v 1.3.2.1 2002/04/02 09:12:57 murray Exp % +.\" +.\" $FreeBSD$ +.\" +.\"WORD:moving kernel module °ÜÆ°¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë +.Dd March 23, 2002 +.Dt DRIVERS.CONF 5 +.Os +.Sh ̾¾Î +.Nm drivers.conf +.Nd "¥Ö¡¼¥È¥Õ¥í¥Ã¥Ô¤Î¥É¥é¥¤¥ÐÀßÄê¥Õ¥¡¥¤¥ë" +.Sh ²òÀâ +.Nm +¤Ï¥ê¥ê¡¼¥¹¤Î¹½ÃÛ½èÍý¤Ç»ÈÍѤµ¤ì¤Þ¤¹¡£ +.Fx +¤Î¥ê¥ê¡¼¥¹¤Ë¤Ï 2 ¤Ä¤Î¥¤¥ó¥¹¥È¡¼¥ë¥Õ¥í¥Ã¥Ô¤¬¤¢¤ê¤Þ¤¹¡£ +1 ¤ÄÌܤΥեí¥Ã¥Ô¥¤¥á¡¼¥¸ +.Pa kern.flp +¤ÏÀÅŪ¤Ë¥ê¥ó¥¯¤µ¤ì¤¿¥«¡¼¥Í¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£ +2 ¤ÄÌܤΥեí¥Ã¥Ô¥¤¥á¡¼¥¸ +.Pa mfsroot.flp +¤Ë¤Ï¡¢ +.Xr sysinstall 8 +¤È¡¢¥¤¥ó¥¹¥È¡¼¥ë¤ËÉԲķç¤Ê¥³¥Þ¥ó¥É·²¤È¡¢¥Ö¡¼¥È¥«¡¼¥Í¥ë¤òÊ䤦¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë +¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£ +°ìÅÙ¥·¥¹¥Æ¥à¤¬¥Ö¡¼¥È¤¹¤ë¤È¡¢msfroot ¥Õ¥í¥Ã¥Ô¤Î +.Pa /stand/modules +¥Ç¥£¥ì¥¯¥È¥ê¤Ë¤¢¤ë¥â¥¸¥å¡¼¥ë¤¬¼«Æ°Åª¤Ë +.Xr sysinstall 8 +¤Ë¤è¤Ã¤Æ¥í¡¼¥É¤µ¤ì¤Þ¤¹¡£ +.Pp +.Pa /usr/src/release/${arch}/drivers.conf +¥Õ¥¡¥¤¥ë¤Ë¤Ï¥Ö¡¼¥È¥«¡¼¥Í¥ë¤«¤é¤Ï¾Êά¤µ¤ì¡¢msfroot ¥Õ¥í¥Ã¥Ô¾å¤Î +¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ë¥É¥é¥¤¥Ð¤Î¥ê¥¹¥È¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£ +¤½¤ì¤¾¤ì¤Î¥É¥é¥¤¥Ð¤Ï¹Ô¤´¤È¤Ë¶èÀÚ¤é¤ì¡¢¤½¤ì¤¾¤ì¤Î¹ÔÃæ¤Î¹àÌÜ¤Ï +¥¿¥Ö¤Þ¤¿¤Ï¥¹¥Ú¡¼¥¹¤Ç¶èÀÚ¤é¤ì¤Æ¤¤¤Þ¤¹¡£ +.Pp +1 ÈÖÌܤιàÌÜ +.Ar driver +¤Ï¥«¡¼¥Í¥ëÀßÄê¥Õ¥¡¥¤¥ëÃæ¤Î¥É¥é¥¤¥Ð̾¤Ç¤¹¡£ +¤³¤ì¤Ï¡¢¥Ö¡¼¥È¥Õ¥í¥Ã¥Ô¤Î¥«¡¼¥Í¥ëÀßÄê¥Õ¥¡¥¤¥ë¤«¤é¡¢ +mfsroot ¥Õ¥í¥Ã¥Ô¾å¤Î¥â¥¸¥å¡¼¥ë¤È¤·¤Æ´Þ¤Þ¤ì¤ë +¥É¥é¥¤¥Ð¤ò¼è¤ê½ü¤¯¤¿¤á¤Ë¡¢ +.Pa driver-remove.pl +¤Ç»È¤ï¤ì¤Þ¤¹¡£ +.Pp +2 ÈÖÌܤιàÌÜ +.Ar filename +¤Ï´ØÏ¢ÉÕ¤±¤é¤ì¤¿¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë̾¤Ç¤¹ ( +.Pa .ko +³ÈÄ¥»Ò¤ò½ü¤¯)¡£ +.Pp +3 ÈÖÌܤιàÌÜ +.Ar floppy +¤Ï¡¢¤É¤Î¥Õ¥í¥Ã¥Ô¥Ç¥£¥¹¥¯¤¬¤½¤Î¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë¤ò´Þ¤à¤Î¤«¤òÌÀ¼¨¤·¤Þ¤¹¡£ +¸½ºß¤Ï¡¢2 ¤È¤¤¤¦ÃͤÀ¤±¤¬Í­¸ú¤Ç¤¹ +(Ä̾ï¤Ï +.Pa mfsroot.flp ) +¡£ +¾­Íè¡¢3 ËçÌܤΠ+.Dq "driver floppy" +¤¬Äɲ䵤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£ +.Pp +4 ÈÖÌܤιàÌÜ +.Ar type +¤Ï¥É¥é¥¤¥Ð¤Î¼ïÊ̤ò¤¢¤é¤ï¤·¤Þ¤¹¡£ +¤³¤Î¹àÌܤϸ½ºß¤ÏÍøÍѤµ¤ì¤Þ¤»¤ó¡£ +.Pp +5 ÈÖÌܤιàÌÜ +.Ar description +¤Ï¤½¤Î¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Î´Êñ¤ÊÀâÌÀ¤Ç¤¹¡£ +.Sh ´ØÏ¢¥Õ¥¡¥¤¥ë +.Bl -tag -compact +.It Pa /usr/src/release/Makefile +.It Pa /usr/src/release/${arch}/drivers.conf +.It Pa /usr/src/release/scripts/driver-copy2.pl +.It Pa /usr/src/release/scripts/driver-remove.pl +.El +.Sh ´ØÏ¢¹àÌÜ +.Xr release 7 , +.Xr kldload 8 , +.Xr sysinstall 8 +.Rs +.%T "FreeBSD ¥ê¥ê¡¼¥¹¥¨¥ó¥¸¥Ë¥¢¥ê¥ó¥°" +.%O http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/ +.Re +.Sh Îò»Ë +.Nm +¥Õ¥¡¥¤¥ë¤Ï +.Fx 4.5 +¤ÇÅо줷¤Þ¤·¤¿¡£ +.Sh ºî¼Ô +.An -nosplit +.An ºÙÀã¸Ê¡¡Aq hosokawa@FreeBSD.org +¤¬½é¤á¤Æ mfsroot ¥¤¥ó¥¹¥È¡¼¥é¥Õ¥í¥Ã¥Ô¥¤¥á¡¼¥¸¤Ë¡¢ +¥«¡¼¥Í¥ë¥â¥¸¥å¡¼¥ë¤ò°ÜÆ°¤µ¤»¤ë¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤·¤¿¡£ +¤³¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ï +.An Murray Stokely Aq murray@FreeBSD.org +¤¬½ñ¤­¤Þ¤·¤¿¡£ diff --git a/ja_JP.eucJP/man/man5/host.conf.5 b/ja_JP.eucJP/man/man5/host.conf.5 new file mode 100644 index 0000000000..07edbf0126 --- /dev/null +++ b/ja_JP.eucJP/man/man5/host.conf.5 @@ -0,0 +1,120 @@ +.\" Copyright (c) 2001 Giorgos Keramidas +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" %FreeBSD: src/share/man/man5/host.conf.5,v 1.1.2.2 2002/02/12 10:12:13 ru Exp % +.\" $FreeBSD$ +.\" +.\" Note: The date here should be updated whenever a non-trivial +.\" change is made to the manual page. +.Dd December 6, 2001 +.Dt HOST.CONF 5 +.Os +.Sh ̾¾Î +.Nm host.conf +.Nd ¥ê¥¾¥ë¥Ð¥µ¡¼¥Ó¥¹ÀßÄê¥Õ¥¡¥¤¥ë +.Sh ½ñ¼° +.Pa /etc/host.conf +.Sh ²òÀâ +.Nm +¥Õ¥¡¥¤¥ë¤Ï +.Fx +¤Î¥ê¥¾¥ë¥Ð¤ÎÀßÄê¤Î°ìÉô¤òÊÝ»ý¤·¤Þ¤¹¡£ +¥Û¥¹¥È̾¤ä¥¢¥É¥ì¥¹¤Î²ò·è»þ¤Ë¡¢C ¥é¥¤¥Ö¥é¥ê¤Î̾Á°²ò·è¥ë¡¼¥Á¥ó +.Xr ( gethostbyname 3 +¤Ê¤É) ¤¬ÍøÍѤ¹¤ë¥µ¡¼¥Ó¥¹ (DNS ¤ä +.Xr yp 8 +¤Ê¤É) ¤È¤½¤ì¤é¤ÎÍøÍѽç½ø¤òµ­½Ò¤·¤Þ¤¹¡£ +.Pp +¤³¤Î¥Õ¥¡¥¤¥ë¤Î½ñ¼°¤Ï¿Í´Ö¤¬Æɤá¤ë·Á¼°¤Ç¤¢¤ê¡¢¥æ¡¼¥¶¤Î¹¥¤ß¤Î¥Æ¥­¥¹¥È¥¨¥Ç¥£¥¿¤Ç +Êѹ¹¤Ç¤­¤Þ¤¹¡£ +ºÇ½é¤¬ +.Ql # +¤Ç»Ï¤Þ¤ë¹Ô¤Ï¥³¥á¥ó¥È¤È¤·¤Æ̵»ë¤µ¤ì¤Þ¤¹¡£ +»Ä¤ê¤Î¹Ô¤Ï¥³¥í¥ó +.Pq Ql \&: +¡¢¥»¥ß¥³¥í¥ó +.Pq Ql \&; +¡¢¥³¥ó¥Þ +.Pq Ql \&, +¤Þ¤¿¤Ï¶õÇò (¥¿¥Ö¡¢¥¹¥Ú¡¼¥¹¡¢²þ¹Ôʸ»ú) +¤Ç¶èÀÚ¤é¤ì¤¿¤¤¤¯¤Ä¤«¤Î¥µ¡¼¥Ó¥¹Ì¾¤ò´Þ¤ß¤Þ¤¹¡£ +.Ss Í­¸ú¤Ê¥µ¡¼¥Ó¥¹Ì¾ +.Nm +Ãæ¤ÇÍ­¸ú¤Ê¥µ¡¼¥Ó¥¹¤Î̾¾Î¤Ï¼¡¤ÎÄ̤ê¤Ç¤¹¡£ +.Bl -tag -width ".Li yellowpages" +.It Li /etc/hosts +.Ql hosts +¤ÎÊÌ̾¡£ +.It Li bind +¤³¤Î¥µ¡¼¥Ó¥¹¤Ï¥ê¥¾¥ë¥Ð¤ËÂФ·¤Æ¡¢¥Û¥¹¥È̾¤ä¥¢¥É¥ì¥¹¤Î̾Á°²ò·è¤Ë +¥¤¥ó¥¿¡¼¥Í¥Ã¥È¥É¥á¥¤¥ó¥Í¡¼¥à¥·¥¹¥Æ¥à (DNS) ¤ò»ÈÍѤ¹¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ +DNS ¥ê¥¾¥ë¥Ð¤ÎÀßÄê¤Ï +.Xr resolver 5 +¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ +.It Li dns +.Ql bind +¤ÎÊÌ̾¡£ +.It Li domain +.Ql bind +¤ÎÊÌ̾¡£ +.It Li hosts +¤³¤Î¥µ¡¼¥Ó¥¹Ì¾¤¬ +.Nm +¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë¤È¡¢Ì¾Á°¤È¥¢¥É¥ì¥¹¤Î²ò·è¤Ë¥í¡¼¥«¥ë¥Û¥¹¥È¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹ +¤¬»ÈÍѤµ¤ì¤Þ¤¹¡£ +¥í¡¼¥«¥ë¥Û¥¹¥È¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ï +.Xr hosts 5 +¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ +.It Li hosttable +.Ql hosts +¤ÎÊÌ̾¡£ +.It Li htable +.Ql hosts +¤ÎÊÌ̾¡£ +.It Li nis +¤³¤Î¥µ¡¼¥Ó¥¹Ì¾¤¬ +.Nm +¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë¤È¡¢¥ê¥¾¥ë¥Ð¤Ï¥Û¥¹¥È̾¤È¥¢¥É¥ì¥¹¤ÎÄ´ºº¤Ë YP/NIS ¤ò»ÈÍѤ·¤Þ¤¹¡£ +YP/NIS ¥·¥¹¥Æ¥à¤Ï +.Xr yp 8 +¤ÇÀâÌÀ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ +.It Li yellowpages +.Ql nis +¤ÎÊÌ̾¡£ +.It Li yp +.Ql nis +¤ÎÊÌ̾¡£ +.El +.Sh ´ØÏ¢¥Õ¥¡¥¤¥ë +.Bl -tag -width ".Pa host.conf" +.It Pa host.conf +¥µ¡¼¥Ó¥¹ÀßÄê¥Õ¥¡¥¤¥ë¤Ï +.Pa /etc +¤Ë¤¢¤ê¤Þ¤¹¡£ +.El +.Sh ´ØÏ¢¹àÌÜ +.Xr gethostbyname 3 , +.Xr hosts 5 , +.Xr resolver 5 , +.Xr yp 8 diff --git a/ja_JP.eucJP/man/man8/atacontrol.8 b/ja_JP.eucJP/man/man8/atacontrol.8 new file mode 100644 index 0000000000..6ce8715aa8 --- /dev/null +++ b/ja_JP.eucJP/man/man8/atacontrol.8 @@ -0,0 +1,140 @@ +.\" +.\" Copyright (c) 2000,2001,2002 Søren Schmidt +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" %FreeBSD: src/sbin/atacontrol/atacontrol.8,v 1.13.2.1 2002/03/18 08:40:00 sos Exp % +.\" +.\" $FreeBSD$ +.Dd May 17, 2001 +.Dt ATACONTROL 8 +.Os +.Sh ̾¾Î +.Nm atacontrol +.Nd ATA ¥Ç¥Ð¥¤¥¹¥É¥é¥¤¥Ð¤Î¥³¥ó¥È¥í¡¼¥ë¥×¥í¥°¥é¥à +.Sh ½ñ¼° +.Nm +.Aq Ar command +.Ar channel Op Ar args +.Pp +.Nm +.Ic attach +.Ar channel +.Nm +.Ic detach +.Ar channel +.Nm +.Ic reinit +.Ar channel +.Nm +.Ic rebuild +.Ar raid +.Nm +.Ic mode +.Ar channel +.Op Ar mastermode slavemode +.Nm +.Ic info +.Ar channel +.Nm +.Ic list +.Sh ²òÀâ +.Nm +¤Ï +.Fx +.Xr ata 4 +¥µ¥Ö¥·¥¹¥Æ¥à¤Ø¤Î¥¢¥¯¥»¥¹¤È¥³¥ó¥È¥í¡¼¥ë¤ò¥æ¡¼¥¶¤ËÄ󶡤¹¤ë +¥³¥ó¥È¥í¡¼¥ë¥×¥í¥°¥é¥à¤Ç¤¹¡£ +.Pp +.Nm +¤Ï»È¤¤Êý¤ò¸í¤ë¤È¡¢¿¼¹ï¤Ê¥·¥¹¥Æ¥à¾ã³²¤ä¥Ç¡¼¥¿¤Î»¼º¤ò°ú¤­µ¯¤³¤¹¤³¤È¤¬¤¢¤ë¤Î¤Ç¡¢ +¤³¤Î¥³¥Þ¥ó¥É¤Ï½½Ê¬¤ÊÃí°Õ¤Î¾å¤Ë»ÈÍѤ¹¤ë¤è¤¦¤Ë¤·¤Æ²¼¤µ¤¤! +.Pp +°ú¿ô +.Ar channel +¤Ï¡¢Áàºî¤¹¤ë ATA ¥Á¥ã¥Í¥ë¤ÎÈÖ¹æ¤Ç¤¹¡£ +°Ê²¼¤Î¥³¥Þ¥ó¥É¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹: +.Bl -tag -width "attach" +.It Ic attach +ATA +.Ar channel +¤ËÀܳ¤·¤Þ¤¹¡£¥Á¥ã¥Í¥ë¾å¤Î¥Ç¥Ð¥¤¥¹¤Ï¥Ö¡¼¥È»þ¤ÈƱÍͤ˸¡½Ð¤µ¤ì¡¢Àܳ¤µ¤ì¤Þ¤¹¡£ +.It Ic detach +ATA +.Ar channel +¤òÀÚ¤êÎ¥¤·¤Þ¤¹¡£ +¥Á¥ã¥Í¥ë¾å¤Î¥Ç¥Ð¥¤¥¹¤Ï¥«¡¼¥Í¥ë¤«¤é¼è¤ê½ü¤«¤ì¡¢Ì¤½èÍý¤ÎžÁ÷Åù¤Ï¼ºÇԤȤ·¤Æ +¥·¥¹¥Æ¥à¤ËÊÖ¤µ¤ì¤Þ¤¹¡£ +.It Ic reinit +ATA +.Ar channel +¤òºÆ½é´ü²½¤·¤Þ¤¹¡£ +¥Á¥ã¥Í¥ë¾å¤Î¥Ç¥Ð¥¤¥¹¤Ï¥ê¥»¥Ã¥È¤µ¤ì¡¢ +ATA ¤Î¥É¥é¥¤¥Ð¤¬ÆâÉô¤Çµ­²±¤·¤Æ¤¤¤ë¥Ñ¥é¥á¡¼¥¿¤Ë½é´ü²½¤µ¤ì¤Þ¤¹¡£ +¸Î¾ã¤â¤·¤¯¤Ï¸¡½Ð¤ËÈ¿±þ¤·¤Ê¤¯¤Ê¤Ã¤¿¥Ç¥Ð¥¤¥¹¡¢¤Þ¤¿¤ÏʪÍýŪ¤Ë¼è¤ê³°¤µ¤ì¤¿ +¥Ç¥Ð¥¤¥¹¤Ï¥«¡¼¥Í¥ë¤«¤é¼è¤ê½ü¤«¤ì¤Þ¤¹¡£ +¤½¤·¤Æ¤Þ¤¿¡¢¥ê¥»¥Ã¥ÈÃæ¤Ë¥Ç¥Ð¥¤¥¹¤¬¸¡½Ð¡¦Àܳ¤µ¤ì¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£ +.It Ic rebuild +RAID Âбþ ATA ¥³¥ó¥È¥í¡¼¥é¤Î RAID1 ¥¢¥ì¥¤¤òºÆ¹½À®¤·¤Þ¤¹¡£ +.It Ic mode +2¤Ä¤Î¥â¡¼¥É°ú¿ô¤¬¤Ê¤¤¾ì¹ç¡¢Î¾Êý¤Î¥Ç¥Ð¥¤¥¹¤Î¸½ºß¤ÎžÁ÷¥â¡¼¥É¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£ +¥â¡¼¥É°ú¿ô¤¬Í¿¤¨¤é¤ì¤¿¾ì¹ç¡¢Å¾Á÷¥â¡¼¥É¤ò¤½¤Î¥â¡¼¥É¤ËÊѹ¹¤¹¤ë¤è¤¦¤Ë¡¢ +ATA¥É¥é¥¤¥Ð¤ËÍ׵ᤷ¤Þ¤¹¡£¥Ï¡¼¥É¥¦¥§¥¢¤¬¤½¤ì¤é¤Î¥â¡¼¥É¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤È¤­¤Ï +ATA¥É¥é¥¤¥Ð¤ÏÍ×µá¤òµñÈݤ·¤Þ¤¹¡£ +¥â¡¼¥É¤Ï¡¢ +.Dq Li PIO3 , +.Dq Li udma2 , +.Dq Li udma100 +¤Î¤è¤¦¤Ë»ØÄꤷ¤Þ¤¹¡£Ê¸»ú¤ÎÂç¾®¤Ï´Ø·¸¤¢¤ê¤Þ¤»¤ó¡£ +¤â¤·¡¢¥Ç¥Ð¥¤¥¹¥â¡¼¥É¤Î 1 ¤Ä¤òÊѹ¹¤·¤Ê¤¤¤È¤­¤Ï¡¢¤½¤Î¥â¡¼¥É¤Î¤È¤³¤í¤Ë +.Dq Li Êѹ¹Ìµ¤· +¤Î°ÕÌ£¡¢°ú¿ô +.Dq Li XXX +¤ò»È¤¤¤Þ¤¹¡£ +.It Ic info +.Ar channel +¤ËÀܳ¤µ¤ì¤¿¥Ç¥Ð¥¤¥¹¤Î¾ðÊó¤òɽ¼¨¤·¤Þ¤¹¡£ +¸½ºß¤Ï¡¢¥Ç¥Ð¥¤¥¹Ì¾¤È¥á¡¼¥«/¥Ð¡¼¥¸¥ç¥ó¤À¤±É½¼¨¤·¤Þ¤¹¡£ +.It Ic list +¤¹¤Ù¤Æ¤ÎÍ­¸ú¤Ê¥³¥ó¥È¥í¡¼¥é¾å¤Î¡¢¤¹¤Ù¤Æ¤ÎÀܳ¤µ¤ì¤Æ¤¤¤ë¥Ç¥Ð¥¤¥¹¤Ë¤Ä¤¤¤Æ¡¢ +¾ðÊó¤òɽ¼¨¤·¤Þ¤¹¡£ +.El +.Sh ´ØÏ¢¹àÌÜ +.Xr ata 4 +.Sh Îò»Ë +.Nm +¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï¡¢ +.Fx 4.6 +¤Ç¤Ï¤¸¤á¤ÆÅо줷¤Þ¤·¤¿¡£ +.Sh ºî¼Ô +.An -nosplit +.Nm +¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï¡¢ +.An S\(/oren Schmidt +.Aq sos@FreeBSD.org +¤¬½ñ¤­¤Þ¤·¤¿¡£ +.Pp +¤³¤Î¥Þ¥Ë¥å¥¢¥ë¥Ú¡¼¥¸¤Ï¡¢ +.An S\(/oren Schmidt +.Aq sos@FreeBSD.org +¤¬½ñ¤­¤Þ¤·¤¿¡£ diff --git a/ja_JP.eucJP/man/man8/editmap.8 b/ja_JP.eucJP/man/man8/editmap.8 new file mode 100644 index 0000000000..a8d6234053 --- /dev/null +++ b/ja_JP.eucJP/man/man8/editmap.8 @@ -0,0 +1,103 @@ +.\" Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers. +.\" All rights reserved. +.\" +.\" By using this file, you agree to the terms and conditions set +.\" forth in the LICENSE file which can be found at the top level of +.\" the sendmail distribution. +.\" +.\" +.\" $Id: editmap.8,v 1.1 2002-05-05 21:59:08 horikawa Exp $ +.\" $FreeBSD$ +.\" +.TH EDITMAP 8 "$Date: 2002-05-05 21:59:08 $" +.SH ̾¾Î +.B editmap +\- sendmail ÍѤΥǡ¼¥¿¥Ù¡¼¥¹¥Þ¥Ã¥×¤«¤é 1 ·ï¤Î¥ì¥³¡¼¥É¤ÎÌ䤤¹ç¤ï¤»¤ÈÊÔ½¸¤ò¹Ô¤¦ +.SH ½ñ¼° +.B editmap +.RB [ \-C +.IR file ] +.RB [ \-N ] +.RB [ \-f ] +.RB [ \-q|\-u|\-x ] +maptype mapname +key [ "value ..." ] +.SH ²òÀâ +.B editmap +¤Ï sendmail(8) ¤¬»²¾È¤¹¤ë¥­¡¼ÉÕ¤­¥Ç¡¼¥¿¥Ù¡¼¥¹¥Þ¥Ã¥×¤ò»È¤Ã¤Æ¡¢ +1 ·ï¤Î¥ì¥³¡¼¥É¤ÎÌ䤤¹ç¤ï¤»¤ÈÊÔ½¸¤ò¹Ô¤¤¤Þ¤¹¡£ +°ú¿ô¤Ï¥³¥Þ¥ó¥É¥é¥¤¥ó¤«¤éÆɤ߹þ¤Þ¤ì¡¢(Ì䤤¹ç¤ï¤»¤Î·ë²Ì¤Î) ½ÐÎϤÏɸ½à½ÐÎÏ¤Ë +½ÐÎϤµ¤ì¤Þ¤¹¡£ +.PP +¥³¥ó¥Ñ¥¤¥ëÊýË¡¤Ë°Í¸¤·¤Þ¤¹¤¬¡¢ +.B editmap +¤ÏºÇÂç 3 ¼ïÎà¤Î°Û¤Ê¤ë¥Ç¡¼¥¿¥Ù¡¼¥¹¥Õ¥©¡¼¥Þ¥Ã¥È¤ò°Ê²¼¤Î +.I maptype +¥Ñ¥é¥á¡¼¥¿¤Ë¤è¤Ã¤ÆÁªÂò¤·Áàºî¤·¤Þ¤¹¡£ +.TP +dbm +DBM ¥Õ¥©¡¼¥Þ¥Ã¥È¥Þ¥Ã¥×¡£ +¤³¤ì¤Ë¤Ï +ndbm(3) +¥é¥¤¥Ö¥é¥ê¤¬É¬ÍפǤ¹¡£ +.TP +btree +B-Tree ¥Õ¥©¡¼¥Þ¥Ã¥È¥Þ¥Ã¥×¡£ +¤³¤ì¤Ë¤Ï¿·¤·¤¤ Berkley DB +¥é¥¤¥Ö¥é¥ê¤¬É¬ÍפǤ¹¡£ +.TP +hash +Hash ¥Õ¥©¡¼¥Þ¥Ã¥È¥Þ¥Ã¥×¡£ +¤³¤ì¤Ë¤Ï¿·¤·¤¤ Berkley DB +¥é¥¤¥Ö¥é¥ê¤¬É¬ÍפǤ¹¡£ +.PP +.I TrustedUser +¥ª¥×¥·¥ç¥ó¤¬ sendmail ¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ÇÀßÄꤵ¤ì¡¢ +.B editmap +¤¬ root ¤Ë¤è¤Ã¤Æµ¯Æ°¤µ¤ì¤¿¾ì¹ç¡¢À¸À®¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤Ï +.IR TrustedUser +¤Ç»ØÄꤵ¤ì¤¿¥æ¡¼¥¶¤Î½êÍ­¤Ë¤Ê¤ê¤Þ¤¹¡£ +.SS ¥Õ¥é¥° +.TP +.B \-C +TrustedUser ¥ª¥×¥·¥ç¥ó¤Î¸¡º÷¤Ë¡¢»ØÄꤵ¤ì¤¿ +.B sendmail +¤ÎÀßÄê¥Õ¥¡¥¤¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£ +.TP +.B \-N +¥Þ¥Ã¥×¤Ç¤Îʸ»úÎó¤Î½ªÃ¼µ­¹æ¤È¤·¤Æ¡¢¥Ì¥ëʸ»ú¤â´Þ¤á¤Þ¤¹(ÊÌ̾¥Þ¥Ã¥×¤Ç¤â)¡£ +.TP +.B \-f +Ä̾¥­¡¼¤Î¤¹¤Ù¤Æ¤ÎÂçʸ»ú¤Ï¾®Ê¸»ú¤ËÊÑ´¹¤µ¤ì¤Æ°·¤ï¤ì¤Þ¤¹¤¬¡¢ +¤³¤Î¥Õ¥é¥°¤Ë¤è¤Ã¤ÆÊÑ´¹¤µ¤ì¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£ +¤³¤ì¤Ï +sendmail.cf¤Ç¤Î +.B K +¹Ô¤Î +\-f ¥Õ¥é¥° +¤Ë°ìÃפ¹¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ +ÃͤÎÂ羮ʸ»ú¤¬ÊÑ´¹¤µ¤ì¤ë¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¡£ +.TP +.B \-q +»ØÄꤷ¤¿¥­¡¼¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤ò¹Ô¤¤¤Þ¤¹¡£ +¤â¤·¸«¤Ä¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢Ãͤòɸ½à½ÐÎϤ˽ÐÎϤ·¡¢ÃÍ 0 ¤Ç½ªÎ»¤·¤Þ¤¹¡£ +¤â¤·¸«¤Ä¤«¤é¤Ê¤«¤Ã¤¿¾ì¹ç¤Ë¤Ï¡¢¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òɸ½à½ÐÎϤ˽ÐÎϤ·¤Æ¡¢ +EX_UNAVAILABLE ¤Ç½ªÎ»¤·¤Þ¤¹¡£ +.TP +.B \-u +.I key +¤Î¥ì¥³¡¼¥É¤Î +.I value +¤ò¹¹¿·¤·¤Þ¤¹¡£¤½¤Î key ¤¬¤Ê¤¤¾ì¹ç¡¢¿·¤·¤¤¥ì¥³¡¼¥É¤òÅÐÏ¿¤·¤Þ¤¹¡£ +À®¸ù¤·¤¿¾ì¹ç¤Ë¤ÏÃÍ 0 ¤Ç½ªÎ»¤·¡¢¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï EX_IOERR ¤Ç½ªÎ»¤·¤Þ¤¹¡£ +.TP +.B \-x +»ØÄꤷ¤¿¥­¡¼¤ò¥Þ¥Ã¥×¤«¤éºï½ü¤·¤Þ¤¹¡£ +À®¸ù¤·¤¿¾ì¹ç¤Ë¤ÏÃÍ 0 ¤Ç½ªÎ»¤·¡¢¼ºÇÔ¤·¤¿¾ì¹ç¤Ë¤Ï EX_IOERR ¤Ç½ªÎ»¤·¤Þ¤¹¡£ +.TP +.SH ´ØÏ¢¹àÌÜ +sendmail(8), +makemap(8) +.SH Îò»Ë +.B editmap +¥³¥Þ¥ó¥É¤Ë¤Ï¤Þ¤ÀÎò»Ë¤¬¤¢¤ê¤Þ¤»¤ó¡£