Date: Thu, 26 Sep 2024 02:07:41 GMT From: Greg Lehey <grog@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b7b7800043e1 - main - Explain the relationship between -p and -Z. Message-ID: <202409260207.48Q27fmE045610@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by grog: URL: https://cgit.FreeBSD.org/src/commit/?id=b7b7800043e1dbef65aa9116822010f1a6074f0f commit b7b7800043e1dbef65aa9116822010f1a6074f0f Author: Greg Lehey <grog@FreeBSD.org> AuthorDate: 2024-09-26 02:07:02 +0000 Commit: Greg Lehey <grog@FreeBSD.org> CommitDate: 2024-09-26 02:07:02 +0000 Explain the relationship between -p and -Z. --- usr.sbin/makefs/makefs.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8 index 4601e6278046..fdcb94cc4dd0 100644 --- a/usr.sbin/makefs/makefs.8 +++ b/usr.sbin/makefs/makefs.8 @@ -214,7 +214,9 @@ is a comma separated list of options. Valid file system specific options are detailed below. .It Fl p Deprecated. -See the +Create a sparse file for +.Sy ffs . +This is the same as the preferred .Fl Z flag. .It Fl R Ar roundup-size
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409260207.48Q27fmE045610>