summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2016-07-02 05:58:00 +0000
committerjmc <>2016-07-02 05:58:00 +0000
commitfd2250444f8605287f03b408ce86fc92e36d1cfd (patch)
treeb1925b33edcd62e53f3fc2354e24b501e023e745 /src
parentceb780fa1d91285e88945a25b91f2eb689ce1116 (diff)
downloadopenbsd-fd2250444f8605287f03b408ce86fc92e36d1cfd.tar.gz
openbsd-fd2250444f8605287f03b408ce86fc92e36d1cfd.tar.bz2
openbsd-fd2250444f8605287f03b408ce86fc92e36d1cfd.zip
do not uppercase "hop limit";
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/nc/nc.18
1 files 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 @@
1.\" $OpenBSD: nc.1,v 1.73 2016/06/28 17:35:14 jca Exp $ 1.\" $OpenBSD: nc.1,v 1.74 2016/07/02 05:58:00 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -25,7 +25,7 @@
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\" 27.\"
28.Dd $Mdocdate: June 28 2016 $ 28.Dd $Mdocdate: July 2 2016 $
29.Dt NC 1 29.Dt NC 1
30.Os 30.Os
31.Sh NAME 31.Sh NAME
@@ -174,9 +174,9 @@ Additionally, any timeouts specified with the
174.Fl w 174.Fl w
175option are ignored. 175option are ignored.
176.It Fl M Ar ttl 176.It Fl M Ar ttl
177Set the TTL / Hop Limit of outgoing packets. 177Set the TTL / hop limit of outgoing packets.
178.It Fl m Ar minttl 178.It Fl m Ar minttl
179Ask the kernel to drop incoming packets whose TTL / Hop Limit is under 179Ask the kernel to drop incoming packets whose TTL / hop limit is under
180.Ar minttl . 180.Ar minttl .
181.It Fl N 181.It Fl N
182.Xr shutdown 2 182.Xr shutdown 2