heirloom-ed

diff ed.1 @ 2:a09d0630f05b

removed unnecessary command line options
author markus schnalke <meillo@marmaro.de>
date Tue, 12 Aug 2014 18:08:24 +0200
parents 1493bea5ac22
children ac52712b2b5e
line diff
     1.1 --- a/ed.1	Mon Sep 05 16:36:26 2011 +0200
     1.2 +++ b/ed.1	Tue Aug 12 18:08:24 2014 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  .SH NAME
     1.5  ed \- text editor
     1.6  .SH SYNOPSIS
     1.7 -\fBed\fR [\fB\-\fR\ |\ \fB\-s\fR] [\fB\-p\fI\ prompt\fR] [\fIname\fR]
     1.8 +\fBed\fR [\fB\-\fR\] [\fIname\fR]
     1.9  .SH DESCRIPTION
    1.10  .I Ed
    1.11  is the standard text editor.
    1.12 @@ -55,8 +55,6 @@
    1.13  buffer so that it can be edited.
    1.14  The optional
    1.15  .B \-
    1.16 -or
    1.17 -.B \-s
    1.18  suppresses the printing
    1.19  of character counts by
    1.20  .IR e ,
    1.21 @@ -66,13 +64,6 @@
    1.22  commands,
    1.23  and of the `!' after completion of a shell command.
    1.24  .PP
    1.25 -With the
    1.26 -.B \-p
    1.27 -option,
    1.28 -the given
    1.29 -.I prompt
    1.30 -string is printed before each command is read.
    1.31 -.PP
    1.32  .I Ed
    1.33  operates on a copy of any file it is editing; changes made
    1.34  in the copy have no effect on the file until a
    1.35 @@ -564,10 +555,7 @@
    1.36  .B P
    1.37  This command causes a prompt to be printed
    1.38  before following commands are read.
    1.39 -The default prompt is a `*' character,
    1.40 -but can be set with the
    1.41 -.I \-p
    1.42 -command line option (which also enables the prompt).
    1.43 +The default prompt is a `*' character.
    1.44  Another 
    1.45  .I P
    1.46  disables the prompt.