Source-Changes-HG archive

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

[src/trunk]: src/sbin/gpt Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/d827b7a75290
branches:  trunk
changeset: 318627:d827b7a75290
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 01 21:03:37 2018 +0000
description:
Sort sections.

diffstat:

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

diffs (35 lines):

diff -r 054e0db3f267 -r d827b7a75290 sbin/gpt/gpt.8
--- a/sbin/gpt/gpt.8    Tue May 01 20:15:11 2018 +0000
+++ b/sbin/gpt/gpt.8    Tue May 01 21:03:37 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.60 2018/05/01 08:17:13 martin Exp $
+.\" $NetBSD: gpt.8,v 1.61 2018/05/01 21:03:37 wiz Exp $
 .\"
 .\" Copyright (c) 2002 Marcel Moolenaar
 .\" All rights reserved.
@@ -678,6 +678,12 @@
 .Nx
 code in the future.
 .El
+.Sh EXIT STATUS
+The
+.Nm
+command exits with a failure status (1) when the header command
+is used and no GPT header is found.
+This can be used to check for the existance of a GPT in shell scripts.
 .Sh EXAMPLES
 .Bd -literal
 nas# gpt show wd3
@@ -735,12 +741,6 @@
 xotica# mount /dev/dk0 /mnt
 xotica# cp /usr/mdec/boot /mnt
 .Ed
-.Sh EXIT STATUS
-The
-.Nm
-command exits with a failure status (1) when the header command
-is used and no GPT header is found.
-This can be used to check for the existance of a GPT in shell scripts.
 .Sh SEE ALSO
 .Xr boot 8 ,
 .Xr dkctl 8 ,



Home | Main Index | Thread Index | Old Index