From 72c5fcefa0af7cca13d4df668cff9c5355cf3d95 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sat, 2 Jul 2016 05:58:00 +0000 Subject: do not uppercase "hop limit"; --- src/usr.bin/nc/nc.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 384442b603..8b7c92aa63 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.73 2016/06/28 17:35:14 jca Exp $ +.\" $OpenBSD: nc.1,v 1.74 2016/07/02 05:58:00 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 28 2016 $ +.Dd $Mdocdate: July 2 2016 $ .Dt NC 1 .Os .Sh NAME @@ -174,9 +174,9 @@ Additionally, any timeouts specified with the .Fl w option are ignored. .It Fl M Ar ttl -Set the TTL / Hop Limit of outgoing packets. +Set the TTL / hop limit of outgoing packets. .It Fl m Ar minttl -Ask the kernel to drop incoming packets whose TTL / Hop Limit is under +Ask the kernel to drop incoming packets whose TTL / hop limit is under .Ar minttl . .It Fl N .Xr shutdown 2 -- cgit v1.2.3-55-g6feb