diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-04 21:23:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-04 21:23:21 +0000 |
commit | bcb5c64223705c728e0f6479222e0ab4626a41f3 (patch) | |
tree | 0d05eacd6fcd32bc5407f2bebeb5eda8dcd07ffb /usr.bin/tmux | |
parent | 68bacd027299cf002fe85684c283b0c638f09366 (diff) |
tweak;
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 61bbd82dc42..9cb123c0dcd 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.161 2010/04/04 19:02:09 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.162 2010/04/04 21:23:20 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -373,7 +373,6 @@ bind-key F1 set-window-option force-width 81 .Pp Or if using .Xr sh 1 : -.Pp .Bd -literal -offset indent $ tmux bind-key F1 set-window-option force-width 81 .Ed @@ -401,7 +400,6 @@ new-window ; split-window -d .Pp Or from .Xr sh 1 : -.Pp .Bd -literal -offset indent $ tmux kill-window -t :1 @@ -1748,7 +1746,8 @@ used. Shell commands are executed with the .Nm global environment set (see the -.Sx ENVIRONMENT section). +.Sx ENVIRONMENT +section). .Pp #[attributes] allows a comma-separated list of attributes to be specified, these may be |