git: ae37e4a0d12e - main - kdump(1): Sort options in alphabetical order.

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Sat, 16 Jul 2022 09:50:03 UTC
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=ae37e4a0d12e19813a0d5927291db3096e98dfff

commit ae37e4a0d12e19813a0d5927291db3096e98dfff
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2022-07-16 09:47:54 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-07-16 09:47:54 +0000

    kdump(1): Sort options in alphabetical order.
    
    Reviewed by:            imp (early rev)
    Differential Revision:  https://reviews.freebsd.org/D35775
    MFC after:              2 weeks
---
 usr.bin/kdump/kdump.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1
index 1c5c0c3edc14..4898a92c6e1d 100644
--- a/usr.bin/kdump/kdump.1
+++ b/usr.bin/kdump/kdump.1
@@ -53,6 +53,8 @@ in the current directory is displayed.
 .Pp
 The options are as follows:
 .Bl -tag -width Fl
+.It Fl A
+Display the ABI of the traced process.
 .It Fl c
 Display the CPU number with each trace entry.
 .It Fl d
@@ -103,8 +105,6 @@ Display system call numbers.
 Suppress display of I/O data.
 .It Fl T
 Display absolute timestamps for each entry (seconds since epoch).
-.It Fl A
-Display description of the ABI of traced process.
 .It Fl t Ar trstr
 See the
 .Fl t