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 Sort options and ...



details:   https://anonhg.NetBSD.org/src/rev/89a5af514775
branches:  trunk
changeset: 935159:89a5af514775
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 26 15:45:18 2020 +0000

description:
Sort options and their descriptions.
Replace tab with space in table.
Make non-standard section subsections.
Comment out Xr to procsystime(1) which does not exist on NetBSD.

diffstat:

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

diffs (132 lines):

diff -r 8b2e996aea49 -r 89a5af514775 external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m
--- a/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m      Fri Jun 26 10:14:32 2020 +0000
+++ b/external/cddl/dtracetoolkit/dist/Man/man1m/dtruss.1m      Fri Jun 26 15:45:18 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dtruss.1m,v 1.5 2020/06/25 14:08:48 uwe Exp $
+.\" $NetBSD: dtruss.1m,v 1.6 2020/06/26 15:45:18 wiz Exp $
 .Dd June 25, 2020
 .Dt DTRUSS 1
 .Os
@@ -7,7 +7,7 @@
 .Nd process syscall details. Uses DTrace
 .Sh SYNOPSIS
 .Nm
-.Op Fl acdeflhoLs
+.Op Fl acdeflhLos
 .Op Fl t Ar syscall
 .Op Fl p Ar PID | Fl n Ar name | command
 .Sh DESCRIPTION
@@ -39,18 +39,18 @@
 print elapsed times, us
 .It Fl f
 follow children as they are forked
+.It Fl L
+don't print pid/lwpid per line
 .It Fl l
 force printing of pid/lwpid per line
-.It Fl L
-don't print pid/lwpid per line
 .It Fl n Ar name
 examine processes with this name
 .It Fl o
 print on-cpu times, us
+.It Fl p Ar PID
+examine this PID
 .It Fl s
 print stack backtraces
-.It Fl p Ar PID
-examine this PID
 .It Fl t Ar syscall
 examine this syscall only
 .El
@@ -59,7 +59,7 @@
 .It PID/LWPID     Ta Process ID\|/\|Lightweight Process ID
 .It RELATIVE      Ta relative timestamps to the start of the thread, us
 .It ELAPSD        Ta elapsed time for this system call, us
-.It CPU                  Ta on-cpu time for this system call, us
+.It CPU           Ta on-cpu time for this system call, us
 .It SYSCALL(args) Ta system call name, with arguments (some may be evaluated)
 .El
 .Sh EXAMPLES
@@ -88,9 +88,9 @@
 command and print elapsed and on cpu times,
 .Pp
 .Dl Ic dtruss -eo date
-.Sh STABILITY
+.Ss STABILITY
 stable \(em needs the syscall provider.
-.Sh DOCUMENTATION
+.Ss DOCUMENTATION
 See the DTraceToolkit for further documentation under the Docs directory.
 The DTraceToolkit docs may include full worked examples with verbose
 descriptions explaining the output.
@@ -98,8 +98,8 @@
 dtruss will run forever until Ctrl\-C is hit, or if a command was
 executed dtruss will finish when the command ends.
 .Sh SEE ALSO
-.Xr dtrace 1 ,
-.Xr procsystime 1
+.Xr dtrace 1
+.\".Xr procsystime 1
 .Sh AUTHORS
 .An Brendan Gregg
 [Sydney, Australia]
diff -r 8b2e996aea49 -r 89a5af514775 external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m
--- a/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m   Fri Jun 26 10:14:32 2020 +0000
+++ b/external/cddl/dtracetoolkit/dist/Man/man1m/opensnoop.1m   Fri Jun 26 15:45:18 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: opensnoop.1m,v 1.4 2020/06/25 14:59:51 uwe Exp $
+.\" $NetBSD: opensnoop.1m,v 1.5 2020/06/26 15:45:18 wiz Exp $
 .Dd June 25, 2020
 .Dt OPENSNOOP 1
 .Os
@@ -22,16 +22,22 @@
 Since this uses DTrace, only the root user or users with the
 dtrace_kernel privilege can run this command.
 .Bl -tag -width Fl
+.It Fl A
+dump all data, space delimited
 .It Fl a
 print all data
-.It Fl A
-dump all data, space delimited
 .It Fl c
 print current working directory of process
 .It Fl e
 print errno value
+.It Fl f Ar pathname
+file pathname to snoop
 .It Fl g
 print full command arguments
+.It Fl n Ar name
+process name to snoop
+.It Fl p Ar PID
+process ID to snoop
 .It Fl s
 print start time, us
 .It Fl v
@@ -40,12 +46,6 @@
 only print failed opens
 .It Fl Z
 print zonename
-.It Fl f Ar pathname
-file pathname to snoop
-.It Fl n Ar name
-process name to snoop
-.It Fl p Ar PID
-process ID to snoop
 .El
 .Bl -column "STRTIME"
 .It Sy Fields Ta Sy Description
@@ -81,9 +81,9 @@
 Snoop this file only,
 .Pp
 .Dl Ic opensnoop -f /etc/passwd
-.Sh STABILITY
+.Ss STABILITY
 stable \(em needs the syscall provider.
-.Sh DOCUMENTATION
+.Ss DOCUMENTATION
 See the DTraceToolkit for further documentation under the Docs directory.
 The DTraceToolkit docs may include full worked examples with verbose
 descriptions explaining the output.



Home | Main Index | Thread Index | Old Index