=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/mg.1,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/mg/mg.1 2003/01/05 09:50:40 1.15 +++ src/usr.bin/mg/mg.1 2003/01/06 17:04:09 1.16 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.15 2003/01/05 09:50:40 pvalchev Exp $ +.\" $OpenBSD: mg.1,v 1.16 2003/01/06 17:04:09 deraadt Exp $ .\" .Dd February 25, 2000 .Dt MG 1 @@ -8,7 +8,8 @@ .Nd emacs-like text editor .Sh SYNOPSIS .Nm mg -.Op Ar +.Op Ar options files +.Op Ar ... .Sh DESCRIPTION .Nm is intended to be a small, fast, and portable editor for @@ -19,6 +20,14 @@ It is compatible with emacs because there shouldn't be any reason to learn more editor types than emacs or .Xr vi 1 . +.Pp +At present time only one option is supported: +.Pp +.Bl -tag -width xxxxx -compact +.It Ar +number +Go to the line specified by number (do not insert +a space between the "+" sign and the number). +.El .Pp Normal editing commands are very similar to Gnu Emacs. In the following examples, ^X means control-X, and M-X means Meta-X,