The branch stable/15 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=b1594ae1d1867fbb2ac442b5d326eae6fafa3167
commit b1594ae1d1867fbb2ac442b5d326eae6fafa3167 Author: Paarth Shirsat <[email protected]> AuthorDate: 2026-05-09 13:58:36 +0000 Commit: Mitchell Horne <[email protected]> CommitDate: 2026-06-11 16:38:19 +0000 gpart(7): Fix reference to the zfsprops man page PR: 292147 (cherry picked from commit 6499888ca741bf3db90d7fd352d5480f7314337f) --- lib/geom/part/gpart.8 | 4 ++-- 1 file 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
