svn commit: r339365 - head/share/man/man4
Mark Johnston
markj at FreeBSD.org
Mon Oct 15 18:28:35 UTC 2018
Author: markj
Date: Mon Oct 15 18:28:34 2018
New Revision: 339365
URL: https://svnweb.freebsd.org/changeset/base/339365
Log:
Typo.
Submitted by: Fred Schlechter <freds at vailsys.com>
Approved by: re (gjb)
MFC after: 3 days
Modified:
head/share/man/man4/dtrace_ip.4
Modified: head/share/man/man4/dtrace_ip.4
==============================================================================
--- head/share/man/man4/dtrace_ip.4 Mon Oct 15 18:12:25 2018 (r339364)
+++ head/share/man/man4/dtrace_ip.4 Mon Oct 15 18:28:34 2018 (r339365)
@@ -235,7 +235,7 @@ This script will print some details of each IP packet
by the kernel:
.Bd -literal -offset indent
#pragma D option quiet
-#pramga D option switchrate=10Hz
+#pragma D option switchrate=10Hz
dtrace:::BEGIN
{
More information about the svn-src-head
mailing list