| Summary: | man 2 socket ERRORS section incomplete | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Dan Lukes <dan> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Dan Lukes
2008-07-18 13:30:03 UTC
State Changed From-To: open->patched The EPERM error has been added to the ERRORS section of socket.2, thanks! Responsible Changed From-To: freebsd-doc->trhodes Over to me, MFC reminder. trhodes 2008-08-04 22:22:17 UTC
FreeBSD src repository
Modified files:
lib/libc/sys socket.2
Log:
SVN rev 181312 on 2008-08-04 22:22:17Z by trhodes
Add EPERM to the ERRORS section.
PR: 125746
Revision Changes Path
1.33 +3 -1 src/lib/libc/sys/socket.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
trhodes 2008-08-29 00:20:05 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
lib/libc/sys socket.2
Log:
SVN rev 182420 on 2008-08-29 00:20:05Z by trhodes
MFC r181312:
Add EPERM to the ERRORS section.
PR: 125746
Revision Changes Path
1.31.2.1 +3 -1 src/lib/libc/sys/socket.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
trhodes 2008-08-29 00:44:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libc/sys socket.2
Log:
SVN rev 182421 on 2008-08-29 00:44:00Z by trhodes
MFC r181312:
Add EPERM to the ERRORS section.
PR: 125746
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.
_M sys
M sys/socket.2
Revision Changes Path
1.30.8.1 +3 -1 src/lib/libc/sys/socket.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed MFC complete, thanks! |