Source-Changes-HG archive

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

[src/trunk]: src/sbin/gpt clarify that alignment is the number of bytes to al...



details:   https://anonhg.NetBSD.org/src/rev/8f7bb7db6edc
branches:  trunk
changeset: 826873:8f7bb7db6edc
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Tue Oct 03 06:55:04 2017 +0000

description:
clarify that alignment is the number of bytes to align to.

diffstat:

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

diffs (19 lines):

diff -r cddcb4862d76 -r 8f7bb7db6edc sbin/gpt/gpt.8
--- a/sbin/gpt/gpt.8    Tue Oct 03 03:12:29 2017 +0000
+++ b/sbin/gpt/gpt.8    Tue Oct 03 06:55:04 2017 +0000
@@ -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
 .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



Home | Main Index | Thread Index | Old Index