diff options
author | 2014-09-01 22:00:42 +0000 | |
---|---|---|
committer | 2014-09-01 22:00:42 +0000 | |
commit | fb836791d18948074acae1e39ff1ae645ab1ca3c (patch) | |
tree | c7bf457e46f6bb6010c15c6b66a8e4a810b1ef68 | |
parent | Wake up any clients waiting with the wait-for command when the server (diff) | |
download | wireguard-openbsd-fb836791d18948074acae1e39ff1ae645ab1ca3c.tar.xz wireguard-openbsd-fb836791d18948074acae1e39ff1ae645ab1ca3c.zip |
Fix typo (paneas -> panes).
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 0c9f1271b6b..120f9893a88 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.398 2014/08/11 22:14:30 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.399 2014/09/01 22:00:42 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: August 11 2014 $ +.Dd $Mdocdate: September 1 2014 $ .Dt TMUX 1 .Os .Sh NAME @@ -2436,7 +2436,7 @@ see the option. Attributes are ignored. .It Ic pane-border-style Ar style -Set the pane border style for paneas aside from the active pane. +Set the pane border style for panes aside from the active pane. For how to specify .Ar style , see the |