diff options
author | jmc <> | 2018-12-27 17:45:36 +0000 |
---|---|---|
committer | jmc <> | 2018-12-27 17:45:36 +0000 |
commit | 5f11fadac23e31abd03aaf420df3072f784e93c3 (patch) | |
tree | f61793416c1a344493e05d98211089959d400ac3 /src | |
parent | b9643eff963a290c90472e3405d942eaa3e1f2ca (diff) | |
download | openbsd-5f11fadac23e31abd03aaf420df3072f784e93c3.tar.gz openbsd-5f11fadac23e31abd03aaf420df3072f784e93c3.tar.bz2 openbsd-5f11fadac23e31abd03aaf420df3072f784e93c3.zip |
too many words in previous;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index b05575df67..6bdfe4f904 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.92 2018/12/27 17:22:45 tedu Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.93 2018/12/27 17:45:36 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -391,7 +391,7 @@ sockets, a destination is required and is the socket path to connect to | |||
391 | option is given). | 391 | option is given). |
392 | .Pp | 392 | .Pp |
393 | .Ar port | 393 | .Ar port |
394 | can be a specified as a numeric port number or as a service name. | 394 | can be specified as a numeric port number or as a service name. |
395 | Port ranges may be specified as numeric port numbers of the form | 395 | Port ranges may be specified as numeric port numbers of the form |
396 | .Ar nn Ns - Ns Ar mm . | 396 | .Ar nn Ns - Ns Ar mm . |
397 | In general, | 397 | In general, |