From a7b766bf0c0e2becd498d0f126a89b5d569b5296 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Jun 2015 11:39:35 +1200 Subject: Correct examples a bit --- man/edda.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/edda.1 b/man/edda.1 index a954ddc8..2a7ef501 100644 --- a/man/edda.1 +++ b/man/edda.1 @@ -3,12 +3,12 @@ .B edda \- run ed(1) over multiple files .SH SYNOPSIS -.B ed [OPTS] [--] FILE1 [FILE2...] +.B edda [OPTS] [--] 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: .P - $ edda /etc/app.d/*.conf <