Date: Mon, 10 Feb 2014 11:26:50 -0500 From: Allan Jude <freebsd@allanjude.com> To: freebsd-doc@freebsd.org Subject: Re: docs/185353: nc(1) does not exit after transfer (should be documented) Message-ID: <52F8FDCA.2000406@allanjude.com> In-Reply-To: <201401060008.s0608LhQ075904@freefall.freebsd.org> References: <201401060008.s0608LhQ075904@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --v6j3lOJNWFWDFpA1pCJHgEc9pRhUmr7e6 Content-Type: multipart/mixed; boundary="------------040601080200010508080706" This is a multi-part message in MIME format. --------------040601080200010508080706 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2014-01-05 19:08, linimon@FreeBSD.org wrote: > Old Synopsis: nc does not exit after transfer > New Synopsis: nc(1) does not exit after transfer (should be documented)= >=20 > Responsible-Changed-From-To: freebsd-amd64->freebsd-docs > Responsible-Changed-By: linimon > Responsible-Changed-When: Mon Jan 6 00:07:44 UTC 2014 > Responsible-Changed-Why:=20 > reclassify. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D185353 > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" >=20 I have sent in a patch upstream to resolve this issue. Once it is committed we can import the updated version of netcat and gain the documentation fix. It is a 1 line diff to the man page, so I've attached a diff against our tree as well, for reference. --=20 Allan Jude --------------040601080200010508080706 Content-Type: text/plain; charset=windows-1252; name="contrib_netcat.nc.1.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="contrib_netcat.nc.1.diff" Index: contrib/netcat/nc.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- contrib/netcat/nc.1 (revision 261716) +++ contrib/netcat/nc.1 (working copy) @@ -365,7 +365,7 @@ .Nm process, feeding it the file which is to be transferred: .Pp -.Dl $ nc host.example.com 1234 \*(Lt filename.in +.Dl $ nc -N host.example.com 1234 \*(Lt filename.in .Pp After the file has been transferred, the connection will close automatic= ally. .Sh TALKING TO SERVERS --------------040601080200010508080706-- --v6j3lOJNWFWDFpA1pCJHgEc9pRhUmr7e6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJS+P3KAAoJEJrBFpNRJZKfiz0QAJ8yd2KyAs+QGRvrn+8z4qIh FV82GqgyzAVEcgoiA7VnIJJC6L1yUOLttaJVvuCii2uYmkwzBF5Jdya+umvvB73w OX9A+4K5FGxf23QsQqKcU8Qf9QxO75VL8Z9ScHmNQUXuz4kutYeWvw79kNYy/Cbu CxBLtakF/5Xf3UXK/vOvNsMkz65qoX1MOHrUjnaKTanp4vbZygKyYtzbKqD9Go5z CDxUZN5oVAo3p1HvAY5TEkWMsJ8YGQlbJWvd6uac8q74UPMyO7kJBoscTr5gTutN sSfO9/cBosnrSwrh9sjXv/j5l9OdjxYnceGz+FMBeFh/53C1Ewt1Bxi3KgX0YnS2 hoPwZm4FoSo8DL+HgMe5trSP1SzkEBQIiXeuX1gQ6ChsvMC4a+VO/RBsm+4abwxX vk2GQYCWtV2FcaoELeUzFOgHVBDVy15hywvEZQLbuiaU876ENL0wiXsc5YnarNNS Foxy76O4CIzhLKyu4SlvFaGjQSim4paasiv/0JqqqasltenggdQiOPscvu0D1y8K MRxBiNbZArYuDG/1YtOu7YRZTRjkXVluBJLsfr4gSie/2SLPs7/G+BeCUTv2M+Zh YkiYZII+C+apJyfMXz8I3r7rtMeRDJqvcx3MUL2/aF/6zN0UTsudL2JJO9XGJem1 OdA5078zOFF/3SBrt9Kk =iEdv -----END PGP SIGNATURE----- --v6j3lOJNWFWDFpA1pCJHgEc9pRhUmr7e6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52F8FDCA.2000406>