aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2024-05-04 14:27:23 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2024-05-04 14:27:23 +0000
commitdb637df82abdff55fad3580cdae5657f4e39cf3d (patch)
tree5d891667a36eff76b670eb5b5b7452eb504b7a81 /documentation
parent707574d3b8d448e99cef813ca5f1e3607add2791 (diff)
downloaddoc-db637df82abdff55fad3580cdae5657f4e39cf3d.tar.gz
doc-db637df82abdff55fad3580cdae5657f4e39cf3d.zip
ja/handbook: Fix warnings
Many issues were due to a wrongly unterminated example block.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/content/ja/books/handbook/disks/_index.adoc2
-rw-r--r--documentation/content/ja/books/handbook/kernelconfig/_index.adoc3
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: カーネルの構築*
+
. 以下のディレクトリに移動してください。