Source-Changes-HG archive

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

[src/trunk]: src/bin/ed New sentence, new line. Sort SEE ALSO. Remove Xr to n...



details:   https://anonhg.NetBSD.org/src/rev/52128fa4a210
branches:  trunk
changeset: 321884:52128fa4a210
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 09 06:54:47 2018 +0000

description:
New sentence, new line. Sort SEE ALSO. Remove Xr to non-existing man page.

diffstat:

 bin/ed/ed.1 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 789c5f7cb90b -r 52128fa4a210 bin/ed/ed.1
--- a/bin/ed/ed.1       Mon Apr 09 06:26:05 2018 +0000
+++ b/bin/ed/ed.1       Mon Apr 09 06:54:47 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ed.1,v 1.33 2018/04/08 06:01:04 snj Exp $
+.\"    $NetBSD: ed.1,v 1.34 2018/04/09 06:54:47 wiz Exp $
 .\"    $OpenBSD: ed.1,v 1.42 2003/07/27 13:25:43 jmc Exp $
 .\"
 .\" Copyright (c) 1993 Andrew Moore, Talke Studio.
@@ -426,8 +426,8 @@
 .Xr regex 3
 implementation.
 .Ss CHARACTER CLASSES
-A character class specifies a set of characters. It is written within
-square brackets
+A character class specifies a set of characters.
+It is written within square brackets
 .Pq []
 and in its most basic form contains just the characters in the set.
 .Pp
@@ -485,8 +485,8 @@
 .Em col-elm
 is a
 .Em collating element
-are interpreted according to
-.Xr locale 5
+are interpreted according to the locale
+.\" .Xr locale 5
 (not currently supported).
 See
 .Xr regex 3
@@ -958,10 +958,10 @@
 but any changes to the buffer are lost.
 .Sh SEE ALSO
 .Xr bdes 1 ,
+.Xr patch 1 ,
 .Xr sed 1 ,
 .Xr sh 1 ,
 .Xr vi 1 ,
-.Xr patch 1 ,
 .Xr regex 3
 .Pp
 USD:09-10



Home | Main Index | Thread Index | Old Index