git: 15db1f7572 - main - solid-state: remove 'pseudo-device' from example

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 21 Jun 2023 13:42:00 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=15db1f75725c7ff9b2ab39705c77b3470dfd0918

commit 15db1f75725c7ff9b2ab39705c77b3470dfd0918
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-06-21 13:37:29 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-06-21 13:41:49 +0000

    solid-state: remove 'pseudo-device' from example
    
    `device md` is in GENERIC, and the `pseudo-device` keyword was removed
    from kernel config very long go.
    
    This solid-state article is woefully out of date and needs to be largely
    rewritten, or just removed.  This is just one small change from a PR.
    
    PR:             180330
---
 documentation/content/en/articles/solid-state/_index.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/documentation/content/en/articles/solid-state/_index.adoc b/documentation/content/en/articles/solid-state/_index.adoc
index 2309a9193b..19185d4f1b 100644
--- a/documentation/content/en/articles/solid-state/_index.adoc
+++ b/documentation/content/en/articles/solid-state/_index.adoc
@@ -90,7 +90,6 @@ You should make sure the following lines exist in your kernel configuration file
 ....
 options         MFS             # Memory Filesystem
 options         MD_ROOT         # md device usable as a potential root device
-pseudo-device   md              # memory disk
 ....
 
 [[ro-fs]]