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 <[email protected]> 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 { _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
