summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2022-07-06 07:51:38 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2022-07-06 07:51:38 +0000
commitaaa68ea2e941ea73c6f0c8aab7b8352114342621 (patch)
tree0d7cb2e28d3f77558ca1268fe7e6fab185b00bd5 /usr.bin
parent6bd40e339c592bc85e805b752cb38b6d403ce6d0 (diff)
Mention whether time is creation/activity for sort orders.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/tmux.114
1 files 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 <nicholas.marriott@gmail.com>
.\"
@@ -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 .