Bug 174659

Summary: Clarification in porters handbook
Product: Documentation Reporter: Diane Bruce <db>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Diane Bruce 2012-12-23 16:50:01 UTC

How-To-Repeat: 	Read porters handbook  ;)
Comment 1 Isabell Long freebsd_committer freebsd_triage 2012-12-26 14:25:05 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-12-28 22:13:25 UTC
Author: issyl0
Date: Fri Dec 28 22:13:17 2012
New Revision: 40489
URL: http://svnweb.freebsd.org/changeset/doc/40489

Log:
  Clarify the format of the ports Makefile 'Created by:' line.
  
  PR:		docs/174659
  Submitted by:	db
  Approved by:	gabor (mentor)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Fri Dec 28 15:02:30 2012	(r40488)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Fri Dec 28 22:13:17 2012	(r40489)
@@ -16582,7 +16582,9 @@ IGNORE=	POINTYHAT is not supported
     <programlisting>[the header...just to make it easier for us to identify the ports.]
 # Created by: Satoshi Asami &lt;asami@FreeBSD.org&gt;
 [The optional <emphasis>Created by:</emphasis> line names the person who originally
-created the port.  If this line is present, future maintainers should
+created the port.  Note that the <quote>:</quote> is followed by a space
+and not a tab character.
+If this line is present, future maintainers should
 not change or remove it except at the original author's request.]
 
 # &dollar;FreeBSD&dollar;
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Isabell Long freebsd_committer freebsd_triage 2012-12-28 22:15:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!