fix the description of delete-non-matching-lines;
authorjmc <jmc@openbsd.org>
Mon, 11 Dec 2017 07:27:07 +0000 (07:27 +0000)
committerjmc <jmc@openbsd.org>
Mon, 11 Dec 2017 07:27:07 +0000 (07:27 +0000)
from mazocomp

usr.bin/mg/mg.1

index 96bc62a..3979fac 100644 (file)
@@ -1,7 +1,7 @@
-.\"    $OpenBSD: mg.1,v 1.105 2016/07/28 21:37:45 tedu Exp $
+.\"    $OpenBSD: mg.1,v 1.106 2017/12/11 07:27:07 jmc Exp $
 .\" This file is in the public domain.
 .\"
-.Dd $Mdocdate: July 28 2016 $
+.Dd $Mdocdate: December 11 2017 $
 .Dt MG 1
 .Os
 .Sh NAME
@@ -496,7 +496,7 @@ Delete trailing whitespace on the current line.
 Delete all lines after dot that contain a string matching
 the supplied regular expression.
 .It delete-non-matching-lines
-Delete all lines after dot that contain a string matching
+Delete all lines after dot that don't contain a string matching
 the supplied regular expression.
 .It delete-other-windows
 Make the current window the only window visible on the screen.