From 57ed854c257b95388c5f760f7929abcc6f7a1550 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 11 Dec 2017 07:27:08 +0000 Subject: fix the description of delete-non-matching-lines; from mazocomp --- usr.bin/mg/mg.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') 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. -- cgit v1.2.3