git: 6bf21b4c0c61 - stable/13 - mount_nullfs(8): fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 00:47:41 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6bf21b4c0c616e627a685bab58bf884ebf33e031 commit 6bf21b4c0c616e627a685bab58bf884ebf33e031 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-03-09 21:18:11 +0000 Commit: Konstantin Belousov <kib@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