Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/dtracetoolkit/dist/Man/man1m Fix column layout



details:   https://anonhg.NetBSD.org/src/rev/d1ea41dd604f
branches:  trunk
changeset: 935119:d1ea41dd604f
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu Jun 25 09:39:19 2020 +0000

description:
Fix column layout

diffstat:

 external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m    |  24 +++-----
 external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m |  45 ++++++----------
 2 files changed, 25 insertions(+), 44 deletions(-)

diffs (99 lines):

diff -r 82c65a49f8fa -r d1ea41dd604f external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m
--- a/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m      Thu Jun 25 09:39:15 2020 +0000
+++ b/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m      Thu Jun 25 09:39:19 2020 +0000
@@ -1,5 +1,5 @@
-.\" $NetBSD: dtruss.1m,v 1.3 2020/06/24 18:49:01 sevan Exp $
-.Dd June 24, 2020
+.\" $NetBSD: dtruss.1m,v 1.4 2020/06/25 09:39:19 sevan Exp $
+.Dd June 25, 2020
 .Dt DTRUSS 1
 .Os
 .Sh NAME
@@ -52,19 +52,13 @@
 .It Fl t Ar syscall
 examine this syscall only
 .El
-.Pp
-Description of fields
-.Bl -column
-.It PID/LWPID
-Process ID / Lightweight Process ID
-.It RELATIVE
-relative timestamps to the start of the thread, us (microseconds)
-.It ELAPSD
-elapsed time for this system call, us
-.It CPU
-on-cpu time for this system call, us
-.It SYSCALL(args)
-system call name, with arguments (some may be evaluated)
+.Bl -column fieldtitle description
+.It Sy Fields Ta Sy Description
+.It PID/LWPID  Process ID / Lightweight Process ID
+.It RELATIVE   relative timestamps to the start of the thread, us (microseconds)
+.It ELAPSD     elapsed time for this system call, us
+.It CPU        on-cpu time for this system call, us
+.It SYSCALL(args)      system call name, with arguments (some may be evaluated)
 .El
 .Sh EXAMPLES
 run and examine the "df -h" command
diff -r 82c65a49f8fa -r d1ea41dd604f external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m
--- a/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m   Thu Jun 25 09:39:15 2020 +0000
+++ b/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m   Thu Jun 25 09:39:19 2020 +0000
@@ -1,5 +1,5 @@
-.\" $NetBSD: opensnoop.1m,v 1.2 2020/06/24 18:06:01 sevan Exp $
-.Dd June 24, 2020
+.\" $NetBSD: opensnoop.1m,v 1.3 2020/06/25 09:39:19 sevan Exp $
+.Dd June 25, 2020
 .Dt OPENSNOOP 1
 .Os
 .Sh NAME
@@ -47,35 +47,22 @@
 .It Fl p Ar PID
 process ID to snoop
 .El
-.Pp
-Description of fields
-.Bl -column
-.It ZONE
-Zone name
-.It UID
-User ID
-.It PID
-Process ID
-.It PPID
-Parent Process ID
-.It FD
-File Descriptor (-1 is error)
-.It ERR
-errno value (see
+.Bl -column fieldtitle description
+.It Sy Fields Ta Sy Description
+.It ZONE Ta Zone name
+.It UID        Ta User ID
+.It PID Ta Process ID
+.It PPID Ta Parent Process ID
+.It FD Ta File Descriptor (-1 is error)
+.It ERR Ta errno value ( see
 .Pa /usr/include/sys/errno.h
 )
-.It CWD
-current working directory of process
-.It PATH
-pathname for file open
-.It COMM
-command name for the process
-.It ARGS
-argument listing for the process
-.It TIME
-timestamp for the open event, us
-.It STRTIME
-timestamp for the open event, string
+.It CWD Ta current working directory of process
+.It PATH Ta pathname for file open
+.It COMM Ta command name for the process
+.It ARGS Ta argument listing for the process
+.It TIME Ta timestamp for the open event, us
+.It STRTIME Ta timestamp for the open event, string
 .El
 .Sh EXAMPLES
 Default output, print file opens by process as they occur,



Home | Main Index | Thread Index | Old Index