diff options
| author | jmc <> | 2016-07-02 05:58:00 +0000 |
|---|---|---|
| committer | jmc <> | 2016-07-02 05:58:00 +0000 |
| commit | fd2250444f8605287f03b408ce86fc92e36d1cfd (patch) | |
| tree | b1925b33edcd62e53f3fc2354e24b501e023e745 | |
| parent | ceb780fa1d91285e88945a25b91f2eb689ce1116 (diff) | |
| download | openbsd-fd2250444f8605287f03b408ce86fc92e36d1cfd.tar.gz openbsd-fd2250444f8605287f03b408ce86fc92e36d1cfd.tar.bz2 openbsd-fd2250444f8605287f03b408ce86fc92e36d1cfd.zip | |
do not uppercase "hop limit";
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/nc/nc.1 | 8 |
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 |
| 175 | option are ignored. | 175 | option are ignored. |
| 176 | .It Fl M Ar ttl | 176 | .It Fl M Ar ttl |
| 177 | Set the TTL / Hop Limit of outgoing packets. | 177 | Set the TTL / hop limit of outgoing packets. |
| 178 | .It Fl m Ar minttl | 178 | .It Fl m Ar minttl |
| 179 | Ask the kernel to drop incoming packets whose TTL / Hop Limit is under | 179 | Ask 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 |
