git: ad9703d07d - main - handbook: Remove mount_procfs(8) from basics

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Tue, 01 Jul 2025 21:59:10 UTC
The branch main has been updated by ziaee:

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

commit ad9703d07d621e841c80b50c6daf315f97dcda2d
Author:     Pouria Mousavizadeh Tehrani <info@spmzt.net>
AuthorDate: 2025-02-12 21:34:57 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-07-01 21:53:43 +0000

    handbook: Remove mount_procfs(8) from basics
    
    The mount_procfs command was removed in src:9fd5a1b14f34126f68ede5d.
    
    Reviewed by:    ziaee
    Closes:         https://github.com/freebsd/freebsd-doc/pull/462
---
 documentation/content/en/books/handbook/basics/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc
index 0bd35d3670..0abb750dab 100644
--- a/documentation/content/en/books/handbook/basics/_index.adoc
+++ b/documentation/content/en/books/handbook/basics/_index.adoc
@@ -1130,7 +1130,7 @@ The following table provides a brief overview of the most common directories.
 |Automounted NFS shares; see man:auto_master[5]
 
 |`/proc/`
-|Process file system. Refer to man:procfs[5], man:mount_procfs[8] for details.
+|Process file system. Refer to man:procfs[5] for details.
 
 |`/rescue/`
 |Statically linked programs for emergency recovery as described in man:rescue[8].