svn commit: r196052 - stable/6/contrib/netcat
Xin LI
delphij at FreeBSD.org
Mon Aug 3 18:44:44 UTC 2009
Author: delphij
Date: Mon Aug 3 18:44:42 2009
New Revision: 196052
URL: http://svn.freebsd.org/changeset/base/196052
Log:
MFC r193021:
Add an EXIT STATUS section to the manual page. Currently, nc(1)
does not follow sysexits(3), and returns 1 for all error cases.
PR: docs/126451
Modified:
stable/6/contrib/netcat/ (props changed)
stable/6/contrib/netcat/nc.1
Modified: stable/6/contrib/netcat/nc.1
==============================================================================
--- stable/6/contrib/netcat/nc.1 Mon Aug 3 18:43:26 2009 (r196051)
+++ stable/6/contrib/netcat/nc.1 Mon Aug 3 18:44:42 2009 (r196052)
@@ -433,6 +433,8 @@ The same example again, this time enabli
if the proxy requires it:
.Pp
.Dl $ nc -x10.2.3.4:8080 -Xconnect -Pruser host.example.com 42
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr cat 1 ,
.Xr ssh 1
More information about the svn-src-stable-6
mailing list