diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-28 22:48:04 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-28 22:48:04 +0000 |
commit | 72dd70b0c0a3ab7464f5c425b1fbe7e03e85d0df (patch) | |
tree | c93e5d326d05e1e7a962d93b7521f38d5ae9fe13 | |
parent | 5ef8689328ecb4b2fb2a626eae1fe65a4f4ee6b9 (diff) | |
download | rtmux-72dd70b0c0a3ab7464f5c425b1fbe7e03e85d0df.tar.gz rtmux-72dd70b0c0a3ab7464f5c425b1fbe7e03e85d0df.tar.bz2 rtmux-72dd70b0c0a3ab7464f5c425b1fbe7e03e85d0df.zip |
Sync OpenBSD patchset 624:
Typo, from Micah Cowan.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.225 2010-01-28 22:45:57 tcunha Exp $ +.\" $Id: tmux.1,v 1.226 2010-01-28 22:48:04 tcunha 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 |