Mention whether time is creation/activity for sort orders.
authornicm <nicm@openbsd.org>
Wed, 6 Jul 2022 07:51:37 +0000 (07:51 +0000)
committernicm <nicm@openbsd.org>
Wed, 6 Jul 2022 07:51:37 +0000 (07:51 +0000)
usr.bin/tmux/tmux.1

index f2c8dd1..f7543e4 100644 (file)
@@ -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 .