Module Name: src
Committed By: mlelstv
Date: Tue Oct 3 06:55:04 UTC 2017
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
clarify that alignment is the number of bytes to align to.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 src/sbin/gpt/gpt.8:1.56
--- src/sbin/gpt/gpt.8:1.55 Sat Aug 5 20:21:08 2017
+++ src/sbin/gpt/gpt.8 Tue Oct 3 06:55:04 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.55 2017/08/05 20:21:08 wiz Exp $
+.\" $NetBSD: gpt.8,v 1.56 2017/10/03 06:55:04 mlelstv Exp $
.\"
.\" Copyright (c) 2002 Marcel Moolenaar
.\" All rights reserved.
@@ -123,7 +123,8 @@ The command-specific options can be used
The
.Fl a Ar alignment
option allows the user to specify an alignment for the start and size.
-The alignment may have a suffix to indicate its magnitude.
+The alignment is given in bytes and may have a suffix to indicate its
+magnitude.
.Nm
will attempt to align the partition.
.Pp