1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-09 02:26:27 +00:00

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
This commit is contained in:
Xin LI 2009-05-29 07:18:31 +00:00
parent c5e30cc02b
commit c9b4549c3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193021

View File

@ -445,6 +445,8 @@ The same example again, this time enabling proxy authentication with username
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 ,