git: 3dfac3f91b - main - handbook: No need to specify the md device number, so don't.
Ceri Davies
ceri at FreeBSD.org
Mon Jun 14 13:12:27 UTC 2021
The branch main has been updated by ceri:
URL: https://cgit.FreeBSD.org/doc/commit/?id=3dfac3f91bbf9e987b3e10c2980c7ca40de6abbc
commit 3dfac3f91bbf9e987b3e10c2980c7ca40de6abbc
Author: Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-06-14 13:04:57 +0000
Commit: Ceri Davies <ceri at FreeBSD.org>
CommitDate: 2021-06-14 13:11:48 +0000
handbook: No need to specify the md device number, so don't.
---
documentation/content/en/books/handbook/config/_index.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc
index 9eba4273e8..5fd0076cc2 100644
--- a/documentation/content/en/books/handbook/config/_index.adoc
+++ b/documentation/content/en/books/handbook/config/_index.adoc
@@ -1657,10 +1657,9 @@ See crossref:kernelconfig[kernelconfig,Configuring the FreeBSD Kernel] for infor
+
[.programlisting]
....
-md99 none swap sw,file=/usr/swap0,late 0 0
+md none swap sw,file=/usr/swap0,late 0 0
....
+
-The man:md[4] device [.filename]#md99# is used, leaving lower device numbers available for interactive use.
. Swap space will be added on system startup. To add swap space immediately, use man:swapon[8]:
+
[source,shell]
More information about the dev-commits-doc-all
mailing list