Date: Thu, 1 Aug 2024 16:16:48 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-branches@FreeBSD.org Subject: git: 1a34a8f57f0a - stable/14 - tarfs: Fix typo. Message-ID: <202408011616.471GGm7m095620@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=1a34a8f57f0a7e6b2fa4217f7988044171b09436 commit 1a34a8f57f0a7e6b2fa4217f7988044171b09436 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-08-01 16:15:57 +0000 tarfs: Fix typo. MFC after: 3 days PR: 280354 (cherry picked from commit 124ae0e8af8fbc8384a660583f47f112f392395e) --- 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 56c56ac43287..ed76d2b4b2b8 100644 --- a/share/man/man5/tarfs.5 +++ b/share/man/man5/tarfs.5 @@ -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?202408011616.471GGm7m095620>