diff options
author | 2012-01-30 20:48:28 +0000 | |
---|---|---|
committer | 2012-01-30 20:48:28 +0000 | |
commit | a091cc7a238c274c28a6e592fb0ceb57b3dd1c66 (patch) | |
tree | 33cf83aaf714fafeb57d9929929b8240349c413b | |
parent | Don't print double spaces in list output. (diff) | |
download | wireguard-openbsd-a091cc7a238c274c28a6e592fb0ceb57b3dd1c66.tar.xz wireguard-openbsd-a091cc7a238c274c28a6e592fb0ceb57b3dd1c66.zip |
id -> ID; ok nicm
-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 3df92597773..80a072fdc11 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.270 2012/01/30 09:39:34 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.271 2012/01/30 20:48:28 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -386,7 +386,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 @@ -2684,7 +2684,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" |