diff options
author | 2015-09-09 19:03:13 +0000 | |
---|---|---|
committer | 2015-09-09 19:03:13 +0000 | |
commit | 74f07f72673b0437198a1adfa440372c348d4240 (patch) | |
tree | 95c5ca018c6ce45e71ff6d0bd1c329912a359b43 | |
parent | sizes for free(); ok semarie (diff) | |
download | wireguard-openbsd-74f07f72673b0437198a1adfa440372c348d4240.tar.xz wireguard-openbsd-74f07f72673b0437198a1adfa440372c348d4240.zip |
mg doesn't support 'dired-do-delete'. Change description to the
supported function.
-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 56d3ef00bdb..845d93cb594 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.90 2015/03/17 15:20:38 jmc Exp $ +.\" $OpenBSD: mg.1,v 1.91 2015/09/09 19:03:13 lum Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: March 17 2015 $ +.Dd $Mdocdate: September 9 2015 $ .Dt MG 1 .Os .Sh NAME @@ -979,7 +979,7 @@ If the cursor is on a directory it will be opened in dired mode. .It dired-flag-file-deletion Flag the file listed on the current line for deletion. This is indicated in the buffer by putting a D at the left margin. -No files are actually deleted until the function dired-do-deletions +No files are actually deleted until the function dired-do-flagged-delete is executed. .It dired-find-file-other-window Open the file on the current line of the dired buffer in a |