summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-01 15:18:57 +0000
committerjhb <jhb@FreeBSD.org>2010-11-01 15:18:57 +0000
commit8ac0b867c3450655e0539445c41adbe47bd92cfb (patch)
treeaa83a1f873dadd8c183d8712fe50e22af250eb3c /usr.bin/kdump
parent3f400ac84667dc8371351533cfe0941e3683f5af (diff)
downloadFreeBSD-src-8ac0b867c3450655e0539445c41adbe47bd92cfb.zip
FreeBSD-src-8ac0b867c3450655e0539445c41adbe47bd92cfb.tar.gz
Correct the abbreviations for general I/O and signal traces.
PR: docs/151854 Submitted by: Stephen Veiss stephen of brokenbottle net MFC after: 3 days
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1
index b5e313b..df3e584 100644
--- a/usr.bin/kdump/kdump.1
+++ b/usr.bin/kdump/kdump.1
@@ -162,13 +162,13 @@ Seven bytes were written by the
system call, so 7 is the return value.
.Pp
The possible operations are:
-.Bl -column -offset indent ".Li GENIO" ".No data from user process"
+.Bl -column -offset indent ".Li CALL" ".No data from user process"
.It Sy Name Ta Sy Operation Ta Sy Fourth field
.It Li CALL Ta enter syscall Ta syscall name and arguments
.It Li RET Ta return from syscall Ta syscall name and return value
.It Li NAMI Ta file name lookup Ta path to file
-.It Li GENIO Ta general I/O Ta fd, read/write, number of bytes
-.It Li SIG Ta signal Ta signal name, handler, mask, code
+.It Li GIO Ta general I/O Ta fd, read/write, number of bytes
+.It Li PSIG Ta signal Ta signal name, handler, mask, code
.It Li CSW Ta context switch Ta stop/resume user/kernel
.It Li USER Ta data from user process Ta the data
.It Li STRU Ta various syscalls Ta structure
OpenPOWER on IntegriCloud