From: jmc Date: Mon, 11 Dec 2017 07:27:07 +0000 (+0000) Subject: fix the description of delete-non-matching-lines; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e1df93c161403d6df36ecf84bce3784bc0fd4f5b;p=openbsd fix the description of delete-non-matching-lines; from mazocomp --- 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.