Module Name:    src
Committed By:   sevan
Date:           Thu Jun 25 09:39:19 UTC 2020

Modified Files:
        src/external/cddl/dtracetoolkit/dist/Man/man1m: dtruss.1m opensnoop.1m

Log Message:
Fix column layout


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m
cvs rdiff -u -r1.2 -r1.3 \
    src/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m
diff -u src/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m:1.3 src/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m:1.4
--- src/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m:1.3	Wed Jun 24 18:49:01 2020
+++ src/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m	Thu Jun 25 09:39:19 2020
@@ -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 @@ examine this PID
 .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

Index: src/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m
diff -u src/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m:1.2 src/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m:1.3
--- src/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m:1.2	Wed Jun 24 18:06:01 2020
+++ src/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m	Thu Jun 25 09:39:19 2020
@@ -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 @@ process name to snoop
 .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,

Reply via email to