Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ed Sort option descripts, fix markups, fix typos.



details:   https://anonhg.NetBSD.org/src/rev/bbb626708ac4
branches:  trunk
changeset: 321885:bbb626708ac4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 09 06:57:01 2018 +0000

description:
Sort option descripts, fix markups, fix typos.

diffstat:

 bin/ed/ed.1 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 52128fa4a210 -r bbb626708ac4 bin/ed/ed.1
--- a/bin/ed/ed.1       Mon Apr 09 06:54:47 2018 +0000
+++ b/bin/ed/ed.1       Mon Apr 09 06:57:01 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ed.1,v 1.34 2018/04/09 06:54:47 wiz Exp $
+.\"    $NetBSD: ed.1,v 1.35 2018/04/09 06:57:01 wiz Exp $
 .\"    $OpenBSD: ed.1,v 1.42 2003/07/27 13:25:43 jmc Exp $
 .\"
 .\" Copyright (c) 1993 Andrew Moore, Talke Studio.
@@ -130,17 +130,17 @@
 .It Fl E
 Enables the use of extended regular expressions instead of the basic
 regular expressions that are normally used.
-.It Fl S
-Disables using of the
-.Dq !
-command (execuring a subshell).
-Intended to be used by batch jobs like
-.Xr patch 1 .
 .It Fl p Ar string
 Specifies a command prompt.
 This may be toggled on and off with the
 .Ic P
 command.
+.It Fl S
+Disables using of the
+.Ic \&!
+command (executing a subshell).
+Intended to be used by batch jobs like
+.Xr patch 1 .
 .It Fl s
 Suppress diagnostics.
 This should be used if



Home | Main Index | Thread Index | Old Index