diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-04-02 07:55:10 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-04-02 07:55:10 +0000 |
commit | 9c59d3a67ac8de1bebbab5d12ad250c1a2978a94 (patch) | |
tree | d122cc2cd9da70eb8f4cb2e7845345fa59da1f00 | |
parent | d37e1b99bd73750c6235de48298189feef7b353a (diff) |
pane_start_path has gone away.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index ae110336284..5f1138b4b0c 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.384 2014/03/31 21:41:35 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.385 2014/04/02 07:55:09 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: March 31 2014 $ +.Dd $Mdocdate: April 2 2014 $ .Dt TMUX 1 .Os .Sh NAME @@ -3128,7 +3128,6 @@ The following variables are available, where appropriate: .It Li "pane_index" Ta "#P" Ta "Index of pane" .It Li "pane_pid" Ta "" Ta "PID of first process in pane" .It Li "pane_start_command" Ta "" Ta "Command pane started with" -.It Li "pane_start_path" Ta "" Ta "Path pane started with" .It Li "pane_tabs" Ta "" Ta "Pane tab positions" .It Li "pane_title" Ta "#T" Ta "Title of pane" .It Li "pane_tty" Ta "" Ta "Pseudo terminal of pane" |