diff options
author | 2009-06-23 19:45:10 +0000 | |
---|---|---|
committer | 2009-06-23 19:45:10 +0000 | |
commit | 8ef5803de6585afbda183e761c6d7ab21c7f55a6 (patch) | |
tree | 958afd163a202956d48943f2fd198f0197190f16 | |
parent | getgrouplist(3) used to and ought to return 0 on success; (diff) | |
download | wireguard-openbsd-8ef5803de6585afbda183e761c6d7ab21c7f55a6.tar.xz wireguard-openbsd-8ef5803de6585afbda183e761c6d7ab21c7f55a6.zip |
Escape ) to make "C-x )" spaced correctly in key list.
"if it formats correctly, go for it" jmc@
-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 c486093473f..47950a011d4 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.44 2009/06/05 06:29:44 jmc Exp $ +.\" $OpenBSD: mg.1,v 1.45 2009/06/23 19:45:10 nicm Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: June 5 2009 $ +.Dd $Mdocdate: June 23 2009 $ .Dt MG 1 .Os .Sh NAME @@ -158,7 +158,7 @@ write-file exchange-point-and-mark .It C-x ( start-kbd-macro -.It C-x ) +.It C-x \&) end-kbd-macro .It C-x 0 delete-window |