Module Name: src
Committed By: kre
Date: Fri Aug 4 02:43:56 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
Fix a typo, and make a couple of minor wording improvements.
I resisted the (very weak) impulse to Americanise some spellings ...
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 src/sbin/gpt/gpt.8:1.54
--- src/sbin/gpt/gpt.8:1.53 Thu Aug 3 14:39:31 2017
+++ src/sbin/gpt/gpt.8 Fri Aug 4 02:43:56 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.53 2017/08/03 14:39:31 msaitoh Exp $
+.\" $NetBSD: gpt.8,v 1.54 2017/08/04 02:43:56 kre Exp $
.\"
.\" Copyright (c) 2002 Marcel Moolenaar
.\" All rights reserved.
@@ -247,8 +247,8 @@ bootstrap code, as installed via
The
.Fl L
option selects the partition by label.
-If there are multiple partitions with the same label, it will use the
-first one found.
+If there are multiple partitions with the same label, the
+first one found will be used.
.\" ==== create ====
.It Nm Ic create Oo Fl AfP Oc Oo Fl p Ar partitions Oc
The
@@ -534,16 +534,15 @@ by legacy BIOS boot code.
See the
.Ic biosboot
command for more information.
-The bootme flag is used to indicate which partiotion should be booted
+The bootme flag is used to indicate which partition should be booted
by UEFI boot code.
The other attributes are for compatibility with
.Fx
-and are not currently used by any
-.Nx
-code.
+and are not currently used by
+.Nx .
They may be used by
.Nx
-code in the future.
+in the future.
.\" ==== show ====
.It Nm Ic show Oo Fl aglu Oc Oo Fl i Ar index Oc
The