svn commit: r214792 - stable/7/usr.bin/kdump

John Baldwin jhb at FreeBSD.org
Thu Nov 4 17:25:41 UTC 2010


Author: jhb
Date: Thu Nov  4 17:25:40 2010
New Revision: 214792
URL: http://svn.freebsd.org/changeset/base/214792

Log:
  MFC 214625: Correct the abbreviations for general I/O and signal traces.

Modified:
  stable/7/usr.bin/kdump/kdump.1
Directory Properties:
  stable/7/usr.bin/kdump/   (props changed)

Modified: stable/7/usr.bin/kdump/kdump.1
==============================================================================
--- stable/7/usr.bin/kdump/kdump.1	Thu Nov  4 17:25:31 2010	(r214791)
+++ stable/7/usr.bin/kdump/kdump.1	Thu Nov  4 17:25:40 2010	(r214792)
@@ -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


More information about the svn-src-stable-7 mailing list