diff options
author | 2010-01-28 19:09:12 +0000 | |
---|---|---|
committer | 2010-01-28 19:09:12 +0000 | |
commit | 735e77e96d1d9747978580f6e0e84829394152c5 (patch) | |
tree | 6ff8c3cfed32caed13e6561e9aea6a46d310d107 | |
parent | - bump pkgname...just like in ports (diff) | |
download | wireguard-openbsd-735e77e96d1d9747978580f6e0e84829394152c5.tar.xz wireguard-openbsd-735e77e96d1d9747978580f6e0e84829394152c5.zip |
Typo, from Micah Cowan.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 06c8678f9be..a29232fc0b8 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.143 2010/01/27 20:18:52 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.144 2010/01/28 19:09:12 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 27 2010 $ +.Dd $Mdocdate: January 28 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -581,7 +581,7 @@ for keys used when line editing at the command prompt; and .Em emacs-choice for keys used when choosing from lists (such as produced by the -.Ic window-choose +.Ic choose-window command) or in output mode; and .Em vi-copy and |