Module Name:    src
Committed By:   nia
Date:           Thu Apr  7 09:06:01 UTC 2022

Modified Files:
        src/sbin/gpt: gpt.8

Log Message:
gpt.8: Clarify that "windows" partition types are also used for FAT32
("msdos" in NetBSD terms), and UDF partitions. Use the same name as
Wikipedia, "Microsoft basic data".


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sbin/gpt/gpt.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/gpt.8
diff -u src/sbin/gpt/gpt.8:1.74 src/sbin/gpt/gpt.8:1.75
--- src/sbin/gpt/gpt.8:1.74	Mon Jul 27 20:54:18 2020
+++ src/sbin/gpt/gpt.8	Thu Apr  7 09:06:01 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.74 2020/07/27 20:54:18 christos Exp $
+.\" $NetBSD: gpt.8,v 1.75 2022/04/07 09:06:01 nia Exp $
 .\"
 .\" Copyright (c) 2002 Marcel Moolenaar
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: src/sbin/gpt/gpt.8,v 1.17 2006/06/22 22:22:32 marcel Exp $
 .\"
-.Dd July 27, 2020
+.Dd April 7, 2022
 .Dt GPT 8
 .Os
 .Sh NAME
@@ -216,9 +216,9 @@ Linux swap
 .It Cm linux-lvm
 Linux LVM
 .It Cm windows
-Windows basic data
+Microsoft basic data - NTFS, FAT32 ("msdos"), FAT16, also used for UDF
 .It Cm windows-reserved
-Windows reserved
+Microsoft reserved
 .It Cm ccd
 .Nx
 ccd component

Reply via email to