From owner-dev-commits-doc-all@freebsd.org Sun May 9 01:03:06 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20AA964477E for ; Sun, 9 May 2021 01:03:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fd5XB0DxBz4RlZ; Sun, 9 May 2021 01:03:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED2645FB; Sun, 9 May 2021 01:03:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 149135ns009479; Sun, 9 May 2021 01:03:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 149135cf009478; Sun, 9 May 2021 01:03:05 GMT (envelope-from git) Date: Sun, 9 May 2021 01:03:05 GMT Message-Id: <202105090103.149135cf009478@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Ryusuke SUZUKI Subject: git: b7450b9096 - main - 4adc4ffeed -> a496aac425, 989d921f5d -> 71ff8d6f01 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ryusuke X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b7450b909608581ad2bb745c3f68df64c369c44f Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2021 01:03:06 -0000 The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=b7450b909608581ad2bb745c3f68df64c369c44f commit b7450b909608581ad2bb745c3f68df64c369c44f Author: Ryusuke SUZUKI AuthorDate: 2021-05-09 01:01:34 +0000 Commit: Ryusuke SUZUKI CommitDate: 2021-05-09 01:01:34 +0000 4adc4ffeed -> a496aac425, 989d921f5d -> 71ff8d6f01 --- documentation/content/ja/books/handbook/preface/_index.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/content/ja/books/handbook/preface/_index.adoc b/documentation/content/ja/books/handbook/preface/_index.adoc index 648fb5726d..dbf30854ac 100644 --- a/documentation/content/ja/books/handbook/preface/_index.adoc +++ b/documentation/content/ja/books/handbook/preface/_index.adoc @@ -2,6 +2,8 @@ title: 前書き prev: books/handbook/ next: books/handbook/parti +description: 最初の部分は FreeBSD を使い始めた人向けで、FreeBSD のインストールの過程を手引きし、UNIX(R) の基礎となっている概念や慣習を丁寧に紹介します。 +tags: ["preface", "audience", "organization", "conventions", "acknowledgments"] --- [preface] @@ -36,6 +38,7 @@ next: books/handbook/parti オンライン版のハンドブックは、FreeBSD ドキュメンテーションプロジェクトの献身的なメンバーによる 10 年以上に渡る作業の頂点に立つものです。 2004 年に出版された 2 巻組の第 3 版からの主な変更は、次のようなものです。 +* Windows(R) アプリケーションを FreeBSD 上で実行するための WINE に関する情報が追加されました。 * 強力なパフォーマンス解析ツール DTrace に関する情報が追加されました。 * ファイルシステム対応の章が追加されました。 Sun(TM) の ZFS のような FreeBSD ネイティブではないファイルシステムへの対応について説明しています。 * セキュリティ監査の章が追加されました。 FreeBSD における新しい監査のケイパビリティおよびその使用方法について説明しています。 @@ -198,7 +201,7 @@ kbd:[Ctrl+X], kbd:[Ctrl+S] [source,shell] .... -E:\> tools\fdimage floppies\kern.flp A: +C:\> tools\fdimage floppies\kern.flp A: .... \# で始まる例は、FreeBSD 上でスーパーユーザ権限で実行しなければならないコマンドを示しています。 そのコマンドを入力するには、 `root` としてログインするか、 通常のアカウントでログインして、スーパーユーザ権限を取得するために man:su[1] を使います。