summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-12-11 07:27:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-12-11 07:27:08 +0000
commit57ed854c257b95388c5f760f7929abcc6f7a1550 (patch)
tree5b052512f48fc873a7acd25f4d2d73a8aaf7d86c /usr.bin
parent8a8c1afbfc1c5aa7409a0505288afd3f8c1236d3 (diff)
fix the description of delete-non-matching-lines;
from mazocomp
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/mg.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1
index 96bc62ae8f8..3979fac4e42 100644
--- a/usr.bin/mg/mg.1
+++ b/usr.bin/mg/mg.1
@@ -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.