diff options
| author | Bart Louwers <bart.louwers@gmail.com> | 2025-12-20 01:02:31 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-12-20 15:22:58 +0000 |
| commit | fcd63c3460d738ba61233d08963a8a42bacad2f8 (patch) | |
| tree | 4fd6f40324ac5911e55d384808c73f13f75a515a | |
| parent | 481fce462dc6520dfe29432d673766137b7cd0fc (diff) | |
handbook: Fix a typo in mtree(8) manpage link
Sponsored by: The FreeBSD Foundation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/582
| -rw-r--r-- | documentation/content/en/books/handbook/config/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc index 6f2701d077..640c1e0f0e 100644 --- a/documentation/content/en/books/handbook/config/_index.adoc +++ b/documentation/content/en/books/handbook/config/_index.adoc @@ -113,7 +113,7 @@ The [.filename]#/etc# directory contains all of the FreeBSD base system configur |Extra man:sendmail[8] configuration and other MTA configuration files. |[.filename]#/etc/mtree# -|mtree configuration files, see man: mtree[8] for more information. +|mtree configuration files, see man:mtree[8] for more information. |[.filename]#/etc/pam.d# |Configuration files for the Pluggable Authentication Modules (PAM) library. |
