=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.270 retrieving revision 1.271 diff -u -r1.270 -r1.271 --- src/usr.bin/tmux/tmux.1 2012/01/30 09:39:34 1.270 +++ src/usr.bin/tmux/tmux.1 2012/01/30 20:48:28 1.271 @@ -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 .\" @@ -386,7 +386,7 @@ 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 @@ .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"