diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-07-16 09:47:54 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-07-16 09:47:54 +0000 |
commit | ae37e4a0d12e19813a0d5927291db3096e98dfff (patch) | |
tree | f4940f831fc182dc76287dda8ad232936c8fce51 /usr.bin/kdump | |
parent | fc90f3a28145872afb7106d391bc922572eb2b71 (diff) | |
download | src-ae37e4a0d12e19813a0d5927291db3096e98dfff.tar.gz src-ae37e4a0d12e19813a0d5927291db3096e98dfff.zip |
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/kdump.1 | 4 |
1 files 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 |