From a2b64e362e88a145be8256196f65798c51b2351c Mon Sep 17 00:00:00 2001 From: Chern Lee Date: Mon, 29 Jul 2002 11:39:04 +0000 Subject: [PATCH] We prefer unified diffs. Change 'context diff' -> 'unified diff' PR: docs/38728 Submitted by: Pete Zaitcev --- en_US.ISO8859-1/articles/contributing/article.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/articles/contributing/article.sgml b/en_US.ISO8859-1/articles/contributing/article.sgml index 180d547b1c..73126ba73b 100644 --- a/en_US.ISO8859-1/articles/contributing/article.sgml +++ b/en_US.ISO8859-1/articles/contributing/article.sgml @@ -315,18 +315,18 @@ FreeBSD Entities//EN"> %freebsd; Assuming that you can manage to secure fairly up-to-date sources to base your changes on, the next step is to produce a set of diffs to send to the FreeBSD maintainers. This is done with the &man.diff.1; - command, with the context diff form + command, with the unified diff form being preferred. For example: diff - &prompt.user; diff -c oldfile newfile + &prompt.user; diff -u -c oldfile newfile or - &prompt.user; diff -c -r olddir newdir + &prompt.user; diff -u -c -r olddir newdir would generate such a set of context diffs for the given source file or directory hierarchy. See the manual page for