Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2024 11:32:58 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 124ae0e8af8f - main - tarfs: Fix typo.
Message-ID:  <202407241132.46OBWwQa076613@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

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

commit 124ae0e8af8fbc8384a660583f47f112f392395e
Author:     Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2024-07-24 11:30:32 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-07-24 11:32:43 +0000

    tarfs: Fix typo.
    
    MFC after:      3 days
    PR:             280354
---
 share/man/man4/tarfs.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/tarfs.4 b/share/man/man4/tarfs.4
index 50cd287b3302..1a2944de9063 100644
--- a/share/man/man4/tarfs.4
+++ b/share/man/man4/tarfs.4
@@ -72,7 +72,7 @@ When using
 to create the tar file, this can be achieved using the
 .Cm zstd:max-frame-size
 and
-.Cm ztsd:frame-per-file
+.Cm zstd:frame-per-file
 options.
 Sensible frame sizes are powers of 2 between the system's base page size
 (see



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407241132.46OBWwQa076613>