aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-26 01:00:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-26 01:00:42 +1300
commitb6cdff5e6f6fec4972b9f3f884efe1780a368594 (patch)
treedf1fe8c81a87e74bd6f5d2d2d6c99c828ba65a46 /man
parentCorrect a word (diff)
downloaddotfiles-b6cdff5e6f6fec4972b9f3f884efe1780a368594.tar.gz
dotfiles-b6cdff5e6f6fec4972b9f3f884efe1780a368594.zip
Quote a heredoc delimiter
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