Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/gpt gpt.8: Clarify that "windows" partition types are a...



details:   https://anonhg.NetBSD.org/src/rev/28cbc10e1941
branches:  trunk
changeset: 364702:28cbc10e1941
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Apr 07 09:06:01 2022 +0000

description:
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".

diffstat:

 sbin/gpt/gpt.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r aee2d7ed3bfe -r 28cbc10e1941 sbin/gpt/gpt.8
--- a/sbin/gpt/gpt.8    Wed Apr 06 22:48:21 2022 +0000
+++ b/sbin/gpt/gpt.8    Thu Apr 07 09:06:01 2022 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index