aboutsummaryrefslogtreecommitdiff
path: root/man/man1/edda.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/edda.1')
-rw-r--r--man/man1/edda.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/edda.1 b/man/man1/edda.1
index 21e6b163..3123c0ce 100644
--- a/man/man1/edda.1
+++ b/man/man1/edda.1
@@ -1,14 +1,14 @@
-.TH EDDA 1 "June 2015" "Manual page for edda"
+.TH EDDA 1 "August 2016" "Manual page for edda"
.SH NAME
.B edda
\- run ed(1) over multiple files
.SH SYNOPSIS
-.B edda [OPTS] [--] FILE1 [FILE2...]
+.B edda FILE1 [FILE2...]
.SH DESCRIPTION
-Duplicate any data on stdin into a temporary file, and run ed(1) with any given
-options over each of the files given as the remaining arguments. Example:
+Duplicate any data on stdin into a temporary file, and run ed(1) options over
+each of the files given as the remaining arguments. Example:
.P
- $ edda -s /etc/app.d/*.conf <<EOF
+ $ edda /etc/app.d/*.conf <<EOF
,s/foo/bar/g
w
EOF