diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-07-02 05:58:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-07-02 05:58:01 +0000 |
commit | 55481ba53829694cb630ae3e09c5e550053ed7be (patch) | |
tree | c927d19c0c1e758db399482d892123de4c992bac /usr.bin/nc/nc.1 | |
parent | 23ce47ed7545328751c4f21bd0972618190be9af (diff) |
do not uppercase "hop limit";
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r-- | usr.bin/nc/nc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 384442b6035..8b7c92aa636 100644 --- a/usr.bin/nc/nc.1 +++ b/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 |