summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-11-26 11:46:41 +0000
committerjmmv <jmmv>2006-11-26 11:46:41 +0000
commitefa86578601670f925885e1f769179e803eee44e (patch)
treea41e7f24d899bd2dc90a1f32dae11a7cf89678f8 /doc/guide
parentafc5d3c81907ef27aa5bb4838d7f9bff9c75150c (diff)
downloadpkgsrc-efa86578601670f925885e1f769179e803eee44e.tar.gz
Use the '-u' option to diff so that the subsequent grep works. (Didn't notice
this because I have that option in cvsrc.) Pointed out by OKANO Takayoshi in private mail.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/gnome.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/gnome.xml b/doc/guide/files/gnome.xml
index d95485f32bb..af91ebadbe4 100644
--- a/doc/guide/files/gnome.xml
+++ b/doc/guide/files/gnome.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: gnome.xml,v 1.3 2006/09/17 15:48:45 jmmv Exp $ -->
+<!-- $NetBSD: gnome.xml,v 1.4 2006/11/26 11:46:41 jmmv Exp $ -->
<chapter id="gnome"> <?dbhtml filename="gnome.html"?>
<title>GNOME packaging and porting</title>
@@ -305,7 +305,7 @@ followed:</para>
list of "new" lines. This will provide you an outline on what
packages need to be updated in pkgsrc and in what order:</para>
- <screen>&cprompt; <userinput>cvs diff gnome-devel gnome-base gnome | grep '^+D' &gt;todo.txt</userinput></screen>
+ <screen>&cprompt; <userinput>cvs diff -u gnome-devel gnome-base gnome | grep '^+D' &gt;todo.txt</userinput></screen>
</listitem>
<listitem>