diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 09:12:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-12 09:12:57 +0000 |
commit | ba82606a62a0f2ddfb7536126ad4a4aad7cb845a (patch) | |
tree | edd3728d5e918453f6246ee99145259e8350940e /usr.bin | |
parent | 89c01c2a43d4d00a128fe944eeaadc1244eb1796 (diff) |
- tweak synopsis
- avoid line splits
- minor tweaks
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/mg.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 7d842ac598b..93900110e65 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.21 2005/03/10 16:47:34 henning Exp $ +.\" $OpenBSD: mg.1,v 1.22 2005/03/12 09:12:56 jmc Exp $ .\" .Dd February 25, 2000 .Dt MG 1 @@ -9,8 +9,7 @@ .Sh SYNOPSIS .Nm mg .Op Ar options -.Op Ar files -.Op Ar ... +.Op Ar file ... .Sh DESCRIPTION .Nm is intended to be a small, fast, and portable editor for @@ -68,7 +67,8 @@ Open a new line at cursor position .It ^T transpose characters .It ^U -Repeat next command 4 times (can be cascaded, ie. ^u^u^f will move 16 characters forward) +Repeat next command 4 times +(can be cascaded i.e. ^u^u^f will move 16 characters forward) .Pp .It ^K kill to end of line (placing into kill buffer) @@ -77,7 +77,8 @@ yank kill buffer into current location .It ^@ set mark .It ^W -kill region (cuts from previously set mark to current location, into kill buffer) +kill region +(cuts from previously set mark to current location, into kill buffer) .It M-W copy region (into kill buffer) .Pp |