git: bdf1587a4973 - main - mount_nullfs(8): fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 21:18:59 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=bdf1587a4973df2f012278b4e975da1cd8766f83
commit bdf1587a4973df2f012278b4e975da1cd8766f83
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-03-09 21:18:11 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-03-09 21:18:39 +0000
mount_nullfs(8): fix typo
Reported by: mckusick
---
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 da7eb8f3d58b..8638c25c0610 100644
--- a/sbin/mount_nullfs/mount_nullfs.8
+++ b/sbin/mount_nullfs/mount_nullfs.8
@@ -97,7 +97,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
.El
.Pp