aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/edda.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/edda.1df b/man/man1/edda.1df
index 6c0a8052..c501e571 100644
--- a/man/man1/edda.1df
+++ b/man/man1/edda.1df
@@ -8,7 +8,7 @@
Duplicate any data on stdin into a temporary file, and run ed(1) options over
each of the files given as arguments. Example:
.P
- $ edda /etc/app.d/*.conf <<EOF
+ $ edda /etc/app.d/*.conf <<'EOF'
,s/foo/bar/g
w
EOF