=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.803 retrieving revision 1.804 diff -c -r1.803 -r1.804 *** src/usr.bin/tmux/tmux.1 2020/11/09 09:10:10 1.803 --- src/usr.bin/tmux/tmux.1 2020/11/26 09:19:10 1.804 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.803 2020/11/09 09:10:10 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.804 2020/11/26 09:19:10 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: November 9 2020 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: November 26 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2098,2104 **** This command works only if at least one client is attached. .It Xo .Ic display-panes ! .Op Fl b .Op Fl d Ar duration .Op Fl t Ar target-client .Op Ar template --- 2098,2104 ---- This command works only if at least one client is attached. .It Xo .Ic display-panes ! .Op Fl bN .Op Fl d Ar duration .Op Fl t Ar target-client .Op Ar template *************** *** 2111,2117 **** and .Ic display-panes-active-colour session options. ! The indicator is closed when a key is pressed or .Ar duration milliseconds have passed. If --- 2111,2118 ---- and .Ic display-panes-active-colour session options. ! The indicator is closed when a key is pressed (unless ! .Fl N is given) or .Ar duration milliseconds have passed. If