Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 22:13:18 +0000 (UTC)
From:      Isabell Long <issyl0@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40489 - head/en_US.ISO8859-1/books/porters-handbook
Message-ID:  <201212282213.qBSMDIh4014254@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212282213.qBSMDIh4014254>