Bug 159742

Summary: [PATCH] articles/contributing-ports diff gives incorrect instructions
Product: Documentation Reporter: Chris Rees <utisoft>
Component: Books & ArticlesAssignee: Ryusuke SUZUKI <ryusuke>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Rees 2011-08-13 16:40:10 UTC
	The guy at ports/159735 was censured for sending in a normal diff for his port, and meekly replied that he was following instructions -- he was indeed!

Fix: 

-- 
PS- I haven't munged the whitespace, you can blame GNATS for that--JuhGD9ZAC4toMJItet5l6ZsQeptRBeKtWrnhyH3bYUxljCnS
Content-Type: text/plain; name="contributing-ports-diff.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="contributing-ports-diff.diff"

Index: article.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/contributing-ports/article.sgml,v
retrieving revision 1.5
diff -u -r1.5 article.sgml
--- article.sgml	26 Nov 2009 21:20:01 -0000	1.5
+++ article.sgml	13 Aug 2011 15:26:45 -0000
@@ -373,7 +373,7 @@
 
 	    <note>
 	      <para>Please do not submit a &man.shar.1; archive of the
-		entire port; instead, use &man.diff.1; <literal>-r</literal>.
+		entire port; instead, use &man.diff.1; <literal>-ruN</literal>.
 		In this way, committers can much more easily see exactly
 		what changes are being made.  The Porter's Handbook
 		section on
Comment 1 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-08-14 10:15:37 UTC
Responsible Changed
From-To: freebsd-doc->ryusuke

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-14 12:13:55 UTC
ryusuke     2011-08-14 11:13:47 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/articles/contributing-ports article.sgml 
  Log:
  PR: docs/159742
  
  Change the option of diff so that submitter will not send in a normal diff.
  
  Submitted by:   crees@
  
  Revision  Changes    Path
  1.6       +1 -1      doc/en_US.ISO8859-1/articles/contributing-ports/article.sgml
_______________________________________________
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 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-08-14 12:14:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!