diff options
-rw-r--r-- | src/usr.bin/nc/nc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 81309e86f8..ae9331abf2 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.65 2013/08/20 21:05:20 jmc Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.66 2014/02/10 19:21:50 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: August 20 2013 $ | 28 | .Dd $Mdocdate: February 10 2014 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -356,7 +356,7 @@ Using a second machine, connect to the listening | |||
356 | .Nm | 356 | .Nm |
357 | process, feeding it the file which is to be transferred: | 357 | process, feeding it the file which is to be transferred: |
358 | .Pp | 358 | .Pp |
359 | .Dl $ nc host.example.com 1234 \*(Lt filename.in | 359 | .Dl $ nc -N host.example.com 1234 \*(Lt filename.in |
360 | .Pp | 360 | .Pp |
361 | After the file has been transferred, the connection will close automatically. | 361 | After the file has been transferred, the connection will close automatically. |
362 | .Sh TALKING TO SERVERS | 362 | .Sh TALKING TO SERVERS |