The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=cc6e8949daf0c6167d0050d7d85fc8c1426dd6dc

commit cc6e8949daf0c6167d0050d7d85fc8c1426dd6dc
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2023-02-06 16:24:17 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2023-02-06 16:24:17 +0000

    tarfs: Fix typo in man page.
    
    Reported by:    ceri
    Sponsored by:   Junpier Networks, Inc.
    Sponsored by:   Klara, Inc.
    Reviewed by:    pstef
    Differential Revision:  https://reviews.freebsd.org/D38399
---
 share/man/man5/tarfs.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man5/tarfs.5 b/share/man/man5/tarfs.5
index b25131c323c1..e431e5d1fa1c 100644
--- a/share/man/man5/tarfs.5
+++ b/share/man/man5/tarfs.5
@@ -46,7 +46,7 @@ tarfs_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
-driver implementes a read-only filesystem backed by a
+driver implements a read-only filesystem backed by a
 .Xr tar 5
 file.
 Currently, only POSIX archives, optionally compressed with

Reply via email to