From 487160fb6454dd1fe628a8c3bba6b34a897888e7 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 6 Jul 2022 07:51:37 +0000 Subject: [PATCH] Mention whether time is creation/activity for sort orders. --- usr.bin/tmux/tmux.1 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f2c8dd1d897..f7543e4e194 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.894 2022/07/06 07:36:36 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.895 2022/07/06 07:51:37 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -2112,9 +2112,11 @@ is not given, "detach-client -t '%%'" is used. specifies the initial sort field: one of .Ql name , .Ql size , -.Ql creation , +.Ql creation +(time), or -.Ql activity . +.Ql activity +(time). .Fl r reverses the sort order. .Fl f @@ -2196,7 +2198,8 @@ specifies the initial sort field: one of .Ql index , .Ql name , or -.Ql time . +.Ql time +(activity). .Fl r reverses the sort order. .Fl f @@ -6107,7 +6110,8 @@ is not given, "paste-buffer -b '%%'" is used. .Pp .Fl O specifies the initial sort field: one of -.Ql time , +.Ql time +(creation), .Ql name or .Ql size . -- 2.20.1