Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 14:22:37 +0200
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        Chern Lee <chern@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml
Message-ID:  <20020729142237.C18707@abigail.blackend.org>
In-Reply-To: <200207291139.g6TBd5Wp036446@freefall.freebsd.org>; from chern@FreeBSD.org on Mon, Jul 29, 2002 at 04:39:05AM -0700
References:  <200207291139.g6TBd5Wp036446@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 29, 2002 at 04:39:05AM -0700, Chern Lee wrote:
> chern       2002/07/29 04:39:05 PDT
> 
>   Modified files:
>     en_US.ISO8859-1/articles/contributing article.sgml 
>   Log:
>   We prefer unified diffs.
>   
>   Change 'context diff' -> 'unified diff'
>   
>   PR:             docs/38728
>   Submitted by:   Pete Zaitcev <zaitcev@yahoo.com>
>   
>   Revision  Changes    Path
>   1.488     +3 -3      doc/en_US.ISO8859-1/articles/contributing/article.sgml

-	<screen>&prompt.user; <userinput>diff -c oldfile newfile</userinput></screen>
+	<screen>&prompt.user; <userinput>diff -u -c oldfile newfile</userinput></screen>

  	or
		 
-	<screen>&prompt.user; <userinput>diff -c -r olddir newdir</userinput></screen>
+	<screen>&prompt.user; <userinput>diff -u -c -r olddir newdir</userinput></screen>

-c -u ? It will result in output style conflicts.

Marc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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