diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-06 22:23:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-06 22:23:14 +0000 |
commit | 01f5f041d32e58bd397a344573f6f0b2dd335edb (patch) | |
tree | ac2750db7cfd04f6981840c9aba379f643f761d3 | |
parent | d9cb059e346be02b7e2653f38b269d223d15bd0e (diff) | |
download | rtmux-01f5f041d32e58bd397a344573f6f0b2dd335edb.tar.gz rtmux-01f5f041d32e58bd397a344573f6f0b2dd335edb.tar.bz2 rtmux-01f5f041d32e58bd397a344573f6f0b2dd335edb.zip |
|PatchSet 880
|Date: 2011/04/01 17:59:11
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|"or" should be on a line on its own here so it is not emphasised as
|well.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.300 2011-04-06 22:21:02 nicm Exp $ +.\" $Id: tmux.1,v 1.301 2011-04-06 22:23:14 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -437,7 +437,8 @@ One of the strings .Em right , .Em top-left , .Em top-right , -.Em bottom-left or +.Em bottom-left +or .Em bottom-right may be used instead of a pane index. .Pp |