=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.488 retrieving revision 1.489 diff -u -r1.488 -r1.489 --- src/usr.bin/tmux/tmux.1 2016/05/12 16:05:33 1.488 +++ src/usr.bin/tmux/tmux.1 2016/06/15 08:54:11 1.489 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.488 2016/05/12 16:05:33 tim Exp $ +.\" $OpenBSD: tmux.1,v 1.489 2016/06/15 08:54:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: May 12 2016 $ +.Dd $Mdocdate: June 15 2016 $ .Dt TMUX 1 .Os .Sh NAME @@ -773,7 +773,9 @@ If .Ar target-session is specified, list only clients connected to that session. -.It Ic list-commands +.It Xo Ic list-commands +.Op Fl F Ar format +.Xc .D1 (alias: Ic lscm ) List the syntax of all commands supported by .Nm . @@ -3492,6 +3494,9 @@ .It Li "client_width" Ta "" Ta "Width of client" .It Li "command_hooked" Ta "" Ta "Name of command hooked, if any" .It Li "command_name" Ta "" Ta "Name of command in use, if any" +.It Li "command_list_name" Ta "" Ta "Command name if listing commands" +.It Li "command_list_alias" Ta "" Ta "Command alias if listing commands" +.It Li "command_list_usage" Ta "" Ta "Command usage if listing commands" .It Li "cursor_flag" Ta "" Ta "Pane cursor flag" .It Li "cursor_x" Ta "" Ta "Cursor X position in pane" .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane"