diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-31 12:03:00 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-31 12:03:00 +0000 |
commit | 6b3988b7492e5ddc2321011f13ee4ca59e06cea9 (patch) | |
tree | 8daa2434c5668d4fd81a17ba619f448f5c69f521 | |
parent | 896c55291fb5ea22b6cfe3dfb8466d9e0fbb432e (diff) | |
download | rtmux-6b3988b7492e5ddc2321011f13ee4ca59e06cea9.tar.gz rtmux-6b3988b7492e5ddc2321011f13ee4ca59e06cea9.tar.bz2 rtmux-6b3988b7492e5ddc2321011f13ee4ca59e06cea9.zip |
Sync OpenBSD patchset 1019:
id -> ID; ok nicm
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -390,7 +390,7 @@ follows the same rules as for and .Em window is looked for in order: as a window index, for example mysession:1; -as a window id, such as @1; +as a window ID, such as @1; as an exact window name, such as mysession:mywindow; then as an .Xr fnmatch 3 pattern or the start of a window name, such as mysession:mywin* or @@ -2688,7 +2688,7 @@ The following variables are available, where appropriate: .It Li "pane_active" Ta "1 if active pane" .It Li "pane_dead" Ta "1 if pane is dead" .It Li "pane_height" Ta "Height of pane" -.It Li "pane_id" Ta "Unique pane id" +.It Li "pane_id" Ta "Unique pane ID" .It Li "pane_pid" Ta "PID of first process in pane" .It Li "pane_start_command" Ta "Command pane started with" .It Li "pane_start_path" Ta "Path pane started with" |