From owner-cvs-all@FreeBSD.ORG Tue Sep 21 21:01:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3429A16A4CE; Tue, 21 Sep 2004 21:01:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1649D43D2D; Tue, 21 Sep 2004 21:01:01 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8LL1059082614; Tue, 21 Sep 2004 21:01:00 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8LL10Ea082613; Tue, 21 Sep 2004 21:01:00 GMT (envelope-from metal) Message-Id: <200409212101.i8LL10Ea082613@repoman.freebsd.org> From: SUZUKI Koichi Date: Tue, 21 Sep 2004 21:01:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man9 BUS_CONFIG_INTR.9DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 MD5.9 VFS_ROOT.9 VOP_CREATE.9 VOP_GETPAGES.9 VOP_LINK.9 VOP_LOOKUP.9 VOP_OPENCLOSE.9 VOP_RDWR.9 VOP_RENAME.9 accept_filter.9 boot.9 buf.9 bus_alloc_resource.9 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 21:01:01 -0000 metal 2004-09-21 21:01:00 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man9 BUS_CONFIG_INTR.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 MD5.9 VFS_ROOT.9 VOP_CREATE.9 VOP_GETPAGES.9 VOP_LINK.9 VOP_LOOKUP.9 VOP_OPENCLOSE.9 VOP_RDWR.9 VOP_RENAME.9 accept_filter.9 boot.9 buf.9 bus_alloc_resource.9 bus_child_present.9 bus_release_resource.9 cd.9 condvar.9 copy.9 device_add_child.9 device_ids.9 devstat.9 malloc.9 mi_switch.9 microseq.9 module.9 physio.9 printf.9 pseudofs.9 sbuf.9 sema.9 spl.9 style.9 suser.9 sx.9 sysctl_add_oid.9 sysctl_ctx_init.9 taskqueue.9 time.9 timeout.9 vref.9 vslock.9 Log: Catch up with 5.3-BETA1 for man9. Submitted by: Akira Ikeuchi Reviewed by: Watanabe Kazuhiro Revision Changes Path 1.2 +10 -8 doc/ja_JP.eucJP/man/man9/BUS_CONFIG_INTR.9 1.12 +4 -4 doc/ja_JP.eucJP/man/man9/DEVICE_DETACH.9 1.4 +6 -9 doc/ja_JP.eucJP/man/man9/DEVICE_IDENTIFY.9 1.13 +4 -2 doc/ja_JP.eucJP/man/man9/DEVICE_PROBE.9 1.9 +2 -2 doc/ja_JP.eucJP/man/man9/MD5.9 1.8 +4 -2 doc/ja_JP.eucJP/man/man9/VFS_ROOT.9 1.9 +2 -26 doc/ja_JP.eucJP/man/man9/VOP_CREATE.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_GETPAGES.9 1.12 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_LINK.9 1.5 +17 -16 doc/ja_JP.eucJP/man/man9/VOP_LOOKUP.9 1.10 +19 -2 doc/ja_JP.eucJP/man/man9/VOP_OPENCLOSE.9 1.9 +5 -4 doc/ja_JP.eucJP/man/man9/VOP_RDWR.9 1.7 +2 -2 doc/ja_JP.eucJP/man/man9/VOP_RENAME.9 1.3 +12 -12 doc/ja_JP.eucJP/man/man9/accept_filter.9 1.7 +2 -2 doc/ja_JP.eucJP/man/man9/boot.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/buf.9 1.15 +1 -1 doc/ja_JP.eucJP/man/man9/bus_alloc_resource.9 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/bus_child_present.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/bus_release_resource.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/cd.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/condvar.9 1.12 +5 -9 doc/ja_JP.eucJP/man/man9/copy.9 1.11 +19 -4 doc/ja_JP.eucJP/man/man9/device_add_child.9 1.3 +7 -7 doc/ja_JP.eucJP/man/man9/device_ids.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/devstat.9 1.22 +2 -2 doc/ja_JP.eucJP/man/man9/malloc.9 1.5 +1 -1 doc/ja_JP.eucJP/man/man9/mi_switch.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/microseq.9 1.3 +22 -3 doc/ja_JP.eucJP/man/man9/module.9 1.9 +19 -6 doc/ja_JP.eucJP/man/man9/physio.9 1.2 +47 -6 doc/ja_JP.eucJP/man/man9/printf.9 1.2 +1 -1 doc/ja_JP.eucJP/man/man9/pseudofs.9 1.6 +8 -8 doc/ja_JP.eucJP/man/man9/sbuf.9 1.2 +20 -7 doc/ja_JP.eucJP/man/man9/sema.9 1.11 +1 -1 doc/ja_JP.eucJP/man/man9/spl.9 1.28 +22 -13 doc/ja_JP.eucJP/man/man9/style.9 1.6 +22 -4 doc/ja_JP.eucJP/man/man9/suser.9 1.3 +29 -9 doc/ja_JP.eucJP/man/man9/sx.9 1.6 +1 -1 doc/ja_JP.eucJP/man/man9/sysctl_add_oid.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/sysctl_ctx_init.9 1.3 +18 -7 doc/ja_JP.eucJP/man/man9/taskqueue.9 1.4 +1 -1 doc/ja_JP.eucJP/man/man9/time.9 1.5 +10 -5 doc/ja_JP.eucJP/man/man9/timeout.9 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/vref.9 1.13 +2 -2 doc/ja_JP.eucJP/man/man9/vslock.9