diff options
author | 2008-11-06 14:04:48 +0000 | |
---|---|---|
committer | 2008-11-06 14:04:48 +0000 | |
commit | dfc0241fee4cf1cc8c5ee7774eb57bf9a43545cd (patch) | |
tree | 78985afb8d2c99eb19ed627d819df1c4fe322a20 | |
parent | if the freeprot flag (F) is set, do not do delayed frees for chunks (diff) | |
download | wireguard-openbsd-dfc0241fee4cf1cc8c5ee7774eb57bf9a43545cd.tar.xz wireguard-openbsd-dfc0241fee4cf1cc8c5ee7774eb57bf9a43545cd.zip |
add a description for the recently added c-mode.
ok jmc@
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 9c40640420e..fee662b30f1 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.41 2008/09/15 16:13:35 kjell Exp $ +.\" $OpenBSD: mg.1,v 1.42 2008/11/06 14:04:48 sobrado Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: September 15 2008 $ +.Dd $Mdocdate: November 6 2008 $ .Dt MG 1 .Os .Sh NAME @@ -325,6 +325,8 @@ parenthesis, brackets, and braces, the character itself is used as its own match. .It bsmap-mode Toggle bsmap mode, where DEL and c-H are swapped. +.It c-mode +Toggle a KNF-compliant mode for editing C program files. .It call-last-kbd-macro Invoke the keyboard macro. .It capitalize-word |