diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-11 07:27:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-11 07:27:08 +0000 |
commit | 57ed854c257b95388c5f760f7929abcc6f7a1550 (patch) | |
tree | 5b052512f48fc873a7acd25f4d2d73a8aaf7d86c /usr.bin | |
parent | 8a8c1afbfc1c5aa7409a0505288afd3f8c1236d3 (diff) |
fix the description of delete-non-matching-lines;
from mazocomp
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
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. |