summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--dgit-user.7.pod2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aec9418..02b3598 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
dgit (4.1~) experimental; urgency=medium
+ Documentation:
+ * dgit-user(7): Fixed example rune to use curl (which prints
+ to stdout, as the rune expects). [reported by Simon Tatham]
+
Internal changes:
* using-these: New script to help with ad-hoc-testing.
diff --git a/dgit-user.7.pod b/dgit-user.7.pod
index aacdf4d..51a1fa3 100644
--- a/dgit-user.7.pod
+++ b/dgit-user.7.pod
@@ -32,7 +32,7 @@ or L<dgit(1)> and L<dgit(7)>.
% dgit clone glibc jessie,-security
% cd glibc
- % wget 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=28250;mbox=yes;msg=89' | patch -p1 -u
+ % curl 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=28250;mbox=yes;msg=89' | patch -p1 -u
% git commit -a -m 'Fix libc lost output bug'
% gbp dch -S --since=dgit/dgit/sid --ignore-branch --commit
% sudo apt-get build-dep glibc