diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-27 19:28:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-27 19:28:52 +0000 |
commit | f80e4c40bacaf14ee580c49f2f650e25437f4399 (patch) | |
tree | c2ef2ea8d56f0ed1300eae626c7ec56729c9d118 | |
parent | 73fe5ba0be5b2fc087a01bf04d587c62aa0e0faf (diff) |
tweak previous;
-rw-r--r-- | usr.bin/mg/mg.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 1a29804a5e0..5b010abb4e7 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.77 2013/05/27 18:16:32 lum Exp $ +.\" $OpenBSD: mg.1,v 1.78 2013/05/27 19:28:51 jmc Exp $ .\" This file is in the public domain. .\" .Dd $Mdocdate: May 27 2013 $ @@ -919,21 +919,22 @@ Unlike emacs, the kill buffer consists only of the most recent kill. It is not a ring. +.El .Sh MG DIRED COMMANDS The following are a list of the commands specific to dired mode: .Bl -tag -width Ds .It dired-backup-unflag Remove the deletion flag from the file listed on the current line of the dired buffer, then move up one line. -.It dired-create-directory -Create a directory. .It dired-copy-file Copy the file listed on the current line of the dired buffer. +.It dired-create-directory +Create a directory. .It dired-do-deletions Delete the files that have been flagged for deletion. .It dired-find-file Open the file on the current line of the dired buffer. -If the cursor is on a directory it will be opened in dired mode. +If the cursor is on a directory it will be opened in dired mode. .It dired-find-file-other-window Open the file on the current line of the dired buffer in a different window. |