summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2024-08-04 09:01:19 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2024-08-04 09:01:19 +0000
commitea3488d6613cb133e847908b96b9c619c92e69e4 (patch)
treebfe309b3831842d8baa4a4ad03c8edb0682437b7 /usr.bin
parentcc4bbbc512b54efdc0ecb09d191790295858e873 (diff)
-l should be before -r, pointed out by jmc a while ago.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 351208a70f6..11ac32c62db 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.946 2024/06/24 08:30:50 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.947 2024/08/04 09:01:18 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -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: June 24 2024 $
+.Dd $Mdocdate: August 4 2024 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -1357,8 +1357,8 @@ specified multiple times.
.Op Fl B Ar name:what:format
.Op Fl C Ar size
.Op Fl f Ar flags
-.Op Fl r Ar pane:report
.Op Fl l Op Ar target-pane
+.Op Fl r Ar pane:report
.Op Fl t Ar target-client
.Op Ar adjustment
.Xc