The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6bf21b4c0c616e627a685bab58bf884ebf33e031
commit 6bf21b4c0c616e627a685bab58bf884ebf33e031
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2024-03-09 21:18:11 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2024-03-13 00:31:21 +0000

    mount_nullfs(8): fix typo
    
    (cherry picked from commit bdf1587a4973df2f012278b4e975da1cd8766f83)
---
 sbin/mount_nullfs/mount_nullfs.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8
index fc33e64e2902..759f7546c49a 100644
--- a/sbin/mount_nullfs/mount_nullfs.8
+++ b/sbin/mount_nullfs/mount_nullfs.8
@@ -109,7 +109,7 @@ Some lower-layer file systems may force this option.
 Depending on the access pattern,
 this may result in increased lock contention.
 .It Cm cache
-Force enable metadate caching.
+Force enable metadata caching.
 .El
 >>>>>>> 4a2a69c4472c (mount_nullfs(8): document -o cache and 
 >>>>>>> vfs.nullfs.cache_vnodes)
 .El

Reply via email to