diff options
author | schwarze <> | 2015-09-25 14:56:33 +0000 |
---|---|---|
committer | schwarze <> | 2015-09-25 14:56:33 +0000 |
commit | b6def5032708273b2c52cd6ebf78eacaf4e64592 (patch) | |
tree | ec034abc27d50ebf16a661d7b6ce6cd00f450301 | |
parent | f087ce5ef830235035b12597598b8a15ef4d469b (diff) | |
download | openbsd-b6def5032708273b2c52cd6ebf78eacaf4e64592.tar.gz openbsd-b6def5032708273b2c52cd6ebf78eacaf4e64592.tar.bz2 openbsd-b6def5032708273b2c52cd6ebf78eacaf4e64592.zip |
avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bk
-rw-r--r-- | src/usr.bin/nc/nc.1 | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 461e9e41be..6b14122f3d 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.70 2015/09/12 07:56:56 jmc Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.71 2015/09/25 14:56:33 schwarze 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: September 12 2015 $ | 28 | .Dd $Mdocdate: September 25 2015 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -33,7 +33,6 @@ | |||
33 | .Nd arbitrary TCP and UDP connections and listens | 33 | .Nd arbitrary TCP and UDP connections and listens |
34 | .Sh SYNOPSIS | 34 | .Sh SYNOPSIS |
35 | .Nm nc | 35 | .Nm nc |
36 | .Bk -words | ||
37 | .Op Fl 46cDdFhklNnrStUuvz | 36 | .Op Fl 46cDdFhklNnrStUuvz |
38 | .Op Fl C Ar certfile | 37 | .Op Fl C Ar certfile |
39 | .Op Fl e Ar name | 38 | .Op Fl e Ar name |
@@ -50,13 +49,9 @@ | |||
50 | .Op Fl V Ar rtable | 49 | .Op Fl V Ar rtable |
51 | .Op Fl w Ar timeout | 50 | .Op Fl w Ar timeout |
52 | .Op Fl X Ar proxy_protocol | 51 | .Op Fl X Ar proxy_protocol |
53 | .Oo Xo | 52 | .Op Fl x Ar proxy_address Ns Op : Ns Ar port |
54 | .Fl x Ar proxy_address Ns Oo : Ns | ||
55 | .Ar port Oc | ||
56 | .Xc Oc | ||
57 | .Op Ar destination | 53 | .Op Ar destination |
58 | .Op Ar port | 54 | .Op Ar port |
59 | .Ek | ||
60 | .Sh DESCRIPTION | 55 | .Sh DESCRIPTION |
61 | The | 56 | The |
62 | .Nm | 57 | .Nm |
@@ -302,10 +297,7 @@ and | |||
302 | .Dq connect | 297 | .Dq connect |
303 | (HTTPS proxy). | 298 | (HTTPS proxy). |
304 | If the protocol is not specified, SOCKS version 5 is used. | 299 | If the protocol is not specified, SOCKS version 5 is used. |
305 | .It Xo | 300 | .It Fl x Ar proxy_address Ns Op : Ns Ar port |
306 | .Fl x Ar proxy_address Ns Oo : Ns | ||
307 | .Ar port Oc | ||
308 | .Xc | ||
309 | Requests that | 301 | Requests that |
310 | .Nm | 302 | .Nm |
311 | should connect to | 303 | should connect to |