Source-Changes-HG archive

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

[src/trunk]: src/sbin/gpt Fix spelling of partition.



details:   https://anonhg.NetBSD.org/src/rev/4daca07bc119
branches:  trunk
changeset: 821177:4daca07bc119
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Fri Jan 27 10:21:16 2017 +0000

description:
Fix spelling of partition.

diffstat:

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

diffs (18 lines):

diff -r fbfccf72da1c -r 4daca07bc119 sbin/gpt/gpt.8
--- a/sbin/gpt/gpt.8    Fri Jan 27 10:12:05 2017 +0000
+++ b/sbin/gpt/gpt.8    Fri Jan 27 10:21:16 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.50 2016/11/01 16:15:51 jdolecek Exp $
+.\" $NetBSD: gpt.8,v 1.51 2017/01/27 10:21:16 abhinav Exp $
 .\"
 .\" Copyright (c) 2002 Marcel Moolenaar
 .\" All rights reserved.
@@ -638,7 +638,7 @@
   3907029167           1         Sec GPT header
 nas# gpt add -s 10486224 -t swap -i 1 wd3
 nas# gpt label -i 1 -l swap_1 wd3
-parition 1 on rwd3d labeled swap_1
+partition 1 on rwd3d labeled swap_1
 nas# gpt show wd3
        start        size  index  contents
            0           1         PMBR



Home | Main Index | Thread Index | Old Index