Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2019 18:11:22 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r349659 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man
Message-ID:  <201907031811.x63IBMr3021524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul  3 18:11:22 2019
New Revision: 349659
URL: https://svnweb.freebsd.org/changeset/base/349659

Log:
  MFC r349448:
  
  Fix a typo.
  
  PR/238816 initially addressed updates to usage() however it has now
  become a shopping list of fixes to ipmon man pages and usage().
  
  PR:		238816

Modified:
  stable/11/contrib/ipfilter/man/ipmon.8
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/contrib/ipfilter/man/ipmon.8
  stable/12/contrib/ipfilter/man/ipmon.8
Directory Properties:
  stable/10/   (props changed)
  stable/12/   (props changed)

Modified: stable/11/contrib/ipfilter/man/ipmon.8
==============================================================================
--- stable/11/contrib/ipfilter/man/ipmon.8	Wed Jul  3 17:35:23 2019	(r349658)
+++ stable/11/contrib/ipfilter/man/ipmon.8	Wed Jul  3 18:11:22 2019	(r349659)
@@ -27,7 +27,7 @@ ipmon \- monitors /dev/ipl for logged packets
 .LP
 \fBipmon\fP opens \fB/dev/ipl\fP for reading and awaits data to be saved from
 the packet filter.  The binary data read from the device is reprinted in
-human readable for, however, IP#'s are not mapped back to hostnames, nor are
+human readable form, however, IP#'s are not mapped back to hostnames, nor are
 ports mapped back to service names.  The output goes to standard output by
 default or a filename, if given on the command line.  Should the \fB\-s\fP
 option be used, output is instead sent to \fBsyslogd(8)\fP.  Messages sent



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907031811.x63IBMr3021524>