git: db637df82a - main - ja/handbook: Fix warnings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 14:32:08 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=db637df82abdff55fad3580cdae5657f4e39cf3d commit db637df82abdff55fad3580cdae5657f4e39cf3d Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2024-05-04 14:27:23 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2024-05-04 14:27:23 +0000 ja/handbook: Fix warnings Many issues were due to a wrongly unterminated example block. --- documentation/content/ja/books/handbook/disks/_index.adoc | 2 +- documentation/content/ja/books/handbook/kernelconfig/_index.adoc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/content/ja/books/handbook/disks/_index.adoc b/documentation/content/ja/books/handbook/disks/_index.adoc index 3b71836708..9db9ee13bd 100644 --- a/documentation/content/ja/books/handbook/disks/_index.adoc +++ b/documentation/content/ja/books/handbook/disks/_index.adoc @@ -64,7 +64,7 @@ endif::[] * フロッピーディスクにバックアップする方法 * スナップショットとは何か、そしてそれを効果的に使用する方法 -[[disks-naming]] +[[disk-naming]] == デバイス名 以下は、FreeBSD で対応している物理記憶デバイスとそれに対応するデバイス名のリストです。 diff --git a/documentation/content/ja/books/handbook/kernelconfig/_index.adoc b/documentation/content/ja/books/handbook/kernelconfig/_index.adoc index 20898081fb..8e9ec6545d 100644 --- a/documentation/content/ja/books/handbook/kernelconfig/_index.adoc +++ b/documentation/content/ja/books/handbook/kernelconfig/_index.adoc @@ -176,7 +176,6 @@ crossref:mirrors[git,「Git の利用」] で説明した Git を使ってソー [WARNING] ==== - デバイスやオプションのサポートを外すことは簡単で、 その結果、カーネルを壊すことがあります。 たとえば man:ata[4] ドライバをカーネルコンフィグレーションファイルから除くと、 ATA ディスクドライバを用いているシステムは起動しません。 確信が持てないものについては、 カーネルにサポートを残したままにしてください。 ==== @@ -231,7 +230,7 @@ options IPDIVERT カスタムコンフィグレーションファイルを編集して保存したら、 カーネルのソースコードを以下の手順でコンパイルしてください。 [.procedure] -+==== +==== *Procedure: カーネルの構築* + . 以下のディレクトリに移動してください。