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.
This commit is contained in:
jmmv 2006-11-26 11:46:41 +00:00
parent 9257944253
commit 234b8563ad

View file

@ -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>