=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nc/nc.1,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/nc/nc.1 2012/07/07 15:33:02 1.61 --- src/usr.bin/nc/nc.1 2013/03/20 09:27:56 1.62 *************** *** 1,4 **** ! .\" $OpenBSD: nc.1,v 1.61 2012/07/07 15:33:02 haesbaert Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: nc.1,v 1.62 2013/03/20 09:27:56 sthen Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. *************** *** 25,31 **** .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: July 7 2012 $ .Dt NC 1 .Os .Sh NAME --- 25,31 ---- .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ! .Dd $Mdocdate: March 20 2013 $ .Dt NC 1 .Os .Sh NAME *************** *** 34,40 **** .Sh SYNOPSIS .Nm nc .Bk -words ! .Op Fl 46DdhklnrStUuvz .Op Fl I Ar length .Op Fl i Ar interval .Op Fl O Ar length --- 34,40 ---- .Sh SYNOPSIS .Nm nc .Bk -words ! .Op Fl 46DdhklNnrStUuvz .Op Fl I Ar length .Op Fl i Ar interval .Op Fl O Ar length *************** *** 137,142 **** --- 137,146 ---- Additionally, any timeouts specified with the .Fl w option are ignored. + .It Fl N + .Xr shutdown 2 + the network socket after EOF on the input. + Some servers require this to finish their work. .It Fl n Do not do any DNS or service lookups on any specified addresses, hostnames or ports.