summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/sockatmark.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyderaadt2019-06-201-4/+4
| | | | | -1 to mark failure, not arbitrary values < 0. I believe manual pages should follow the described contract precisely and accurately.
* Add sockatmark()guenther2014-08-311-0/+122
ok millert@ manpage feedback jmc@