diff options
author | millert <> | 1998-09-28 06:57:35 +0000 |
---|---|---|
committer | millert <> | 1998-09-28 06:57:35 +0000 |
commit | a76ec93ce0a0a72622f4a605ae6e2e531ba22cef (patch) | |
tree | 34c9f9274942c529e9a856719953e5cb9d582bd8 /src/usr.bin/nc/nc.1 | |
parent | 8161fbab5cee0c96f1f1f905ac0855aab5b669f2 (diff) | |
download | openbsd-a76ec93ce0a0a72622f4a605ae6e2e531ba22cef.tar.gz openbsd-a76ec93ce0a0a72622f4a605ae6e2e531ba22cef.tar.bz2 openbsd-a76ec93ce0a0a72622f4a605ae6e2e531ba22cef.zip |
kill extra .Pp and add some quotes
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index a456588bf3..8d87051c73 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.4 1998/09/27 22:24:56 deraadt Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.5 1998/09/28 06:57:35 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -30,7 +30,7 @@ | |||
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
32 | .Nm nc | 32 | .Nm nc |
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 | .Op Fl e Ar command | 36 | .Op Fl e Ar command |
@@ -44,7 +44,6 @@ | |||
44 | .Op Fl w Ar timeout | 44 | .Op Fl w Ar timeout |
45 | .Op Ar hostname | 45 | .Op Ar hostname |
46 | .Op Ar port[s...] | 46 | .Op Ar port[s...] |
47 | .Pp | ||
48 | .Sh DESCRIPTION | 47 | .Sh DESCRIPTION |
49 | The | 48 | The |
50 | .Nm nc | 49 | .Nm nc |
@@ -62,7 +61,7 @@ of sending them to standard output, as | |||
62 | does with some. | 61 | does with some. |
63 | .Pp | 62 | .Pp |
64 | Destination ports can be single integers, names as listed in | 63 | Destination ports can be single integers, names as listed in |
65 | .Xr /etc/services 5 , | 64 | .Xr services 5 , |
66 | or ranges. Ranges are in the form nn-mm, and several separate ports and/or | 65 | or ranges. Ranges are in the form nn-mm, and several separate ports and/or |
67 | ranges may be specified on the command line. | 66 | ranges may be specified on the command line. |
68 | .Pp | 67 | .Pp |