diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-10-14 00:30:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-10-14 00:30:04 +0000 |
commit | 263c3a9cba04cdf5bbd5365fc44ac71b66e83778 (patch) | |
tree | 86493057681189552a949a7869c5b12896ee98f8 /usr.bin/tmux | |
parent | b0ef7b1c29374d057bc10c3c326ee0f963688fe1 (diff) |
Put "or" on new line from command with .Ic.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index e3c8f99c32e..c435e4df464 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.185 2010/09/26 20:43:30 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.186 2010/10/14 00:30:03 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: September 26 2010 $ +.Dd $Mdocdate: October 14 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -2082,7 +2082,8 @@ will attempt - on supported platforms - to rename the window to reflect the command currently running in it. This flag is automatically disabled for an individual window when a name is specified at creation with -.Ic new-window or +.Ic new-window +or .Ic new-session , or later with .Ic rename-window . |