Module Name:    src
Committed By:   wiz
Date:           Mon Apr  9 06:54:47 UTC 2018

Modified Files:
        src/bin/ed: ed.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/bin/ed/ed.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ed/ed.1
diff -u src/bin/ed/ed.1:1.33 src/bin/ed/ed.1:1.34
--- src/bin/ed/ed.1:1.33	Sun Apr  8 06:01:04 2018
+++ src/bin/ed/ed.1	Mon Apr  9 06:54:47 2018
@@ -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 @@ particular
 .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 @@ where
 .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 @@ If the command is entered a second time,
 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

Reply via email to