| Summary: | SCTP acronym meaning incorrectly documented | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Jeremy Chadwick <koitsu> |
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Jeremy Chadwick
2007-09-20 23:20:03 UTC
Responsible Changed From-To: freebsd-doc->brueffer I'll take care of this. brueffer 2007-09-25 16:03:10 UTC
FreeBSD src repository
Modified files:
share/man/man4 sctp.4
Log:
- Use the correct expanded name for SCTP (1)
- Remove empty section
PR: 116496 (1)
Submitted by: koitsu
Approved by: re (blanket)
Revision Changes Path
1.3 +1 -2 src/share/man/man4/sctp.4
_______________________________________________
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"
brueffer 2007-09-26 20:05:08 UTC
FreeBSD src repository
Modified files:
sys/amd64/conf GENERIC
sys/i386/conf GENERIC
sys/ia64/conf GENERIC
sys/pc98/conf GENERIC
sys/powerpc/conf GENERIC
sys/sparc64/conf GENERIC
sys/sun4v/conf GENERIC
Log:
Use the correct expanded name for SCTP.
PR: 116496
Submitted by: koitsu
Reviewed by: rrs
Approved by: re (kensmith)
Revision Changes Path
1.484 +1 -1 src/sys/amd64/conf/GENERIC
1.474 +1 -1 src/sys/i386/conf/GENERIC
1.92 +1 -1 src/sys/ia64/conf/GENERIC
1.297 +1 -1 src/sys/pc98/conf/GENERIC
1.71 +1 -1 src/sys/powerpc/conf/GENERIC
1.127 +1 -1 src/sys/sparc64/conf/GENERIC
1.14 +1 -1 src/sys/sun4v/conf/GENERIC
_______________________________________________
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: open->closed All fixed, thanks! |