Bug 116496

Summary: SCTP acronym meaning incorrectly documented
Product: Documentation Reporter: Jeremy Chadwick <koitsu>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jeremy Chadwick freebsd_committer freebsd_triage 2007-09-20 23:20:03 UTC
	All the FreeBSD 7.x documentation I've seen for SCTP refers to it as:

	Stream Transmission Control Protocol

	This is incorrect.  It's actually Stream Control Transmission Protocol,
	which makes more sense (in regards to what it does), and when expanding
	the acronym itself.

Fix: 

sctp.4 needs to be updated, for sure.  I'm not sure what other docs
	refer to the incorrectly-expanded acronym.

	The GENERIC kernel configuration also needs its # comment updated too.
How-To-Repeat: 	n/a
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2007-09-25 16:52:08 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

I'll take care of this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-25 17:03:20 UTC
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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-26 21:05:17 UTC
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"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2007-09-26 21:07:32 UTC
State Changed
From-To: open->closed

All fixed, thanks!