Author: lwhsu (ports committer) Date: Tue Jun 12 01:50:58 2018 New Revision: 334985 URL: https://svnweb.freebsd.org/changeset/base/334985
Log: Follow r333233, add fat32lba description to gpart(8) Reviewed by: emaste MFC after: 3 days X-MFC with: r333233 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15767 Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 ============================================================================== --- head/sbin/geom/class/part/gpart.8 Tue Jun 12 01:24:48 2018 (r334984) +++ head/sbin/geom/class/part/gpart.8 Tue Jun 12 01:50:58 2018 (r334985) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 11, 2018 +.Dd June 11, 2018 .Dt GPART 8 .Os .Sh NAME @@ -806,6 +806,11 @@ for MBR. A partition that contains a FAT32 filesystem. The scheme-specific type is .Qq Li "!11" +for MBR. +.It Cm fat32lba +A partition that contains a FAT32 (LBA) filesystem. +The scheme-specific type is +.Qq Li "!12" for MBR. .It Cm linux-data A Linux partition that contains some filesystem with data. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"