summaryrefslogtreecommitdiff
path: root/dgit-user.7.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-16 18:26:07 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-18 21:38:10 +0100
commit2df99b45d5d71490bde0404e85be4f11e6241599 (patch)
treef078bddabfd090c6485998443233f29e92517b6c /dgit-user.7.pod
parent8210919d03288eafc266de16ef4efd29d1cd6882 (diff)
dgit-user(7): Fixed example rune to use curl
curl prints to stdout, as the rune expects. Reported-by: Simon Tatham Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit-user.7.pod')
-rw-r--r--dgit-user.7.pod2
1 files changed, 1 insertions, 1 deletions
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