Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 14:33:04 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281202 - head/usr.bin/sockstat
Message-ID:  <201504071433.t37EX4Ll062911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Tue Apr  7 14:33:03 2015
New Revision: 281202
URL: https://svnweb.freebsd.org/changeset/base/281202

Log:
  The code says "or", not "either or". So fix the documentation.
  
  MFC after: 1 week

Modified:
  head/usr.bin/sockstat/sockstat.1

Modified: head/usr.bin/sockstat/sockstat.1
==============================================================================
--- head/usr.bin/sockstat/sockstat.1	Tue Apr  7 13:17:28 2015	(r281201)
+++ head/usr.bin/sockstat/sockstat.1	Tue Apr  7 14:33:03 2015	(r281202)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 16, 2012
+.Dd April 7, 2015
 .Dt SOCKSTAT 1
 .Os
 .Sh NAME
@@ -69,7 +69,7 @@ or do not contain the IPv6 loopback addr
 .It Fl l
 Show listening sockets.
 .It Fl p Ar ports
-Only show Internet sockets if either the local or foreign port number
+Only show Internet sockets if the local or foreign port number
 is on the specified list.
 The
 .Ar ports



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