From fe914b042810bc2a08f969689cdc2f93a1a7bf9e Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 9 Jun 2026 12:51:57 +0000 Subject: [PATCH] Clarify -a for kill-window, kill-session. --- usr.bin/tmux/tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 73b857ff469..66c7f5c9381 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.1076 2026/06/09 12:24:59 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.1077 2026/06/09 12:51:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -3130,7 +3130,7 @@ Destroy the given pane. If no panes remain in the containing window, it is also destroyed. The .Fl a -option kills all but the pane given with +option kills all panes in the window except the pane given with .Fl t . When .Fl a @@ -3150,7 +3150,7 @@ Kill the current window or the window at removing it from any sessions to which it is linked. The .Fl a -option kills all but the window given with +option kills all windows in the session except the window given with .Fl t . When .Fl a