From owner-cvs-doc@FreeBSD.ORG Sun Aug 17 12:22:34 2003 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E99E37B401; Sun, 17 Aug 2003 12:22:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD7143F3F; Sun, 17 Aug 2003 12:22:33 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7HJMX0U005865; Sun, 17 Aug 2003 12:22:33 -0700 (PDT) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7HJMX6V005864; Sun, 17 Aug 2003 12:22:33 -0700 (PDT) Message-Id: <200308171922.h7HJMX6V005864@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 17 Aug 2003 12:22:33 -0700 (PDT) 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 BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 CTASSERT.9 Makefile VFS_SET.9 VOP_GETVOBJECT.9 VOP_REVOKE.9 lock.9 printf.9 X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 19:22:34 -0000 horikawa 2003/08/17 12:22:33 PDT FreeBSD doc repository Modified files: ja_JP.eucJP/man/man9 Makefile Added files: ja_JP.eucJP/man/man9 BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 CTASSERT.9 VFS_SET.9 VOP_GETVOBJECT.9 VOP_REVOKE.9 lock.9 printf.9 Log: Initial Japanese translation Submitted by: Akira Ikeuchi Revision Changes Path 1.1 +75 -0 doc/ja_JP.eucJP/man/man9/BUF_LOCK.9 (new) 1.1 +64 -0 doc/ja_JP.eucJP/man/man9/BUF_LOCKFREE.9 (new) 1.1 +63 -0 doc/ja_JP.eucJP/man/man9/BUF_LOCKINIT.9 (new) 1.1 +62 -0 doc/ja_JP.eucJP/man/man9/BUF_REFCNT.9 (new) 1.1 +83 -0 doc/ja_JP.eucJP/man/man9/BUF_TIMELOCK.9 (new) 1.1 +66 -0 doc/ja_JP.eucJP/man/man9/BUF_UNLOCK.9 (new) 1.1 +61 -0 doc/ja_JP.eucJP/man/man9/CTASSERT.9 (new) 1.17 +23 -2 doc/ja_JP.eucJP/man/man9/Makefile 1.1 +106 -0 doc/ja_JP.eucJP/man/man9/VFS_SET.9 (new) 1.1 +118 -0 doc/ja_JP.eucJP/man/man9/VOP_GETVOBJECT.9 (new) 1.1 +72 -0 doc/ja_JP.eucJP/man/man9/VOP_REVOKE.9 (new) 1.1 +280 -0 doc/ja_JP.eucJP/man/man9/lock.9 (new) 1.1 +125 -0 doc/ja_JP.eucJP/man/man9/printf.9 (new)