diff options
| author | Paarth Shirsat <paarthshirsat123@gmail.com> | 2026-05-09 13:58:36 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2026-06-11 16:38:19 +0000 |
| commit | b1594ae1d1867fbb2ac442b5d326eae6fafa3167 (patch) | |
| tree | 84daf3956395dce665a4ffad8e3a4edbf62e40fe | |
| parent | 670024d832dbfa81e413b7bd9abb311247bf2c4d (diff) | |
gpart(7): Fix reference to the zfsprops man page
PR: 292147
(cherry picked from commit 6499888ca741bf3db90d7fd352d5480f7314337f)
| -rw-r--r-- | lib/geom/part/gpart.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8 index 32a247529dfe..89bfc3be6f8a 100644 --- a/lib/geom/part/gpart.8 +++ b/lib/geom/part/gpart.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 20, 2026 +.Dd May 9, 2026 .Dt GPART 8 .Os .Sh NAME @@ -1527,7 +1527,7 @@ zvol will show up as a GEOM provider only if its .Sy volmode is set properly .Po refer to -.Xr zfsprops 8 +.Xr zfsprops 7 for details .Pc . .El |
