diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-06 21:49:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-12-06 21:49:57 +0000 |
commit | ccdafdabca5dd718f5a6ecd43246c4763f900834 (patch) | |
tree | 87cb0edee5467c8989a8a681c6a3f7d047c5a2f0 | |
parent | 39e277be3c05dd13e92766cb8fc8ffc58cefdd53 (diff) | |
download | rtmux-ccdafdabca5dd718f5a6ecd43246c4763f900834.tar.gz rtmux-ccdafdabca5dd718f5a6ecd43246c4763f900834.tar.bz2 rtmux-ccdafdabca5dd718f5a6ecd43246c4763f900834.zip |
PatchSet 782
Date: 2010/11/01 20:59:45
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Typo, from Rob Paisley.
Members:
tmux.1:1.187->1.188
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.269 2010-10-24 01:34:30 tcunha Exp $ +.\" $Id: tmux.1,v 1.270 2010-12-06 21:49:57 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: October 23 2010 $ +.Dd $Mdocdate: November 1 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -509,7 +509,7 @@ when they are created with the command, or later with the .Ic attach-session command. -Each session has one of more windows +Each session has one or more windows .Em linked into it. Windows may be linked to multiple sessions and are made up of one or |