=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.367 retrieving revision 1.368 diff -c -r1.367 -r1.368 *** src/usr.bin/tmux/tmux.1 2013/10/10 11:50:21 1.367 --- src/usr.bin/tmux/tmux.1 2013/10/10 11:56:50 1.368 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.367 2013/10/10 11:50:21 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.368 2013/10/10 11:56:50 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 2708,2715 **** Control automatic window renaming. When this setting is enabled, .Nm ! will attempt - on supported platforms - to rename the window to reflect the ! command currently running in it. This flag is automatically disabled for an individual window when a name is specified at creation with .Ic new-window --- 2708,2715 ---- Control automatic window renaming. When this setting is enabled, .Nm ! will rename the window automatically using the format specified by ! .Ic automatic-rename-format . This flag is automatically disabled for an individual window when a name is specified at creation with .Ic new-window *************** *** 2722,2727 **** --- 2722,2734 ---- .Bd -literal -offset indent set-window-option -g automatic-rename off .Ed + .Pp + .It Ic automatic-rename-format Ar format + The format (see + .Sx FORMATS ) + used when the + .Ic automatic-rename + option is enabled. .Pp .It Ic c0-change-interval Ar interval .It Ic c0-change-trigger Ar trigger