summaryrefslogtreecommitdiff
path: root/doc/ed.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ed.1')
-rw-r--r--doc/ed.163
1 files changed, 63 insertions, 0 deletions
diff --git a/doc/ed.1 b/doc/ed.1
new file mode 100644
index 0000000..2a0708a
--- /dev/null
+++ b/doc/ed.1
@@ -0,0 +1,63 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
+.TH ED "1" "January 2012" "Ed 1.6" "User Commands"
+.SH NAME
+Ed \- line-oriented text editor
+.SH SYNOPSIS
+.B ed
+[\fIoptions\fR] [\fIfile\fR]
+.SH DESCRIPTION
+GNU Ed \- The GNU line editor.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+output version information and exit
+.TP
+\fB\-G\fR, \fB\-\-traditional\fR
+run in compatibility mode
+.TP
+\fB\-l\fR, \fB\-\-loose\-exit\-status\fR
+exit with 0 status even if a command fails
+.TP
+\fB\-p\fR, \fB\-\-prompt\fR=\fISTRING\fR
+use STRING as an interactive prompt
+.TP
+\fB\-r\fR, \fB\-\-restricted\fR
+run in restricted mode
+.TP
+\fB\-s\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
+suppress diagnostics
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+be verbose
+.PP
+Start edit by reading in `file' if given.
+If `file' begins with a `!', read output of shell command.
+.SH "REPORTING BUGS"
+Report bugs to <bug\-ed@gnu.org>.
+.br
+Ed home page: http://www.gnu.org/software/ed/ed.html
+.br
+General help using GNU software: http://www.gnu.org/gethelp
+.SH COPYRIGHT
+Copyright \(co 1994 Andrew L. Moore.
+.br
+Copyright \(co 2012 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+.SH "SEE ALSO"
+The full documentation for
+.B Ed
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B Ed
+programs are properly installed at your site, the command
+.IP
+.B info Ed
+.PP
+should give you access to the complete manual.