diff options
author | 2017-09-11 06:53:06 +0000 | |
---|---|---|
committer | 2017-09-11 06:53:06 +0000 | |
commit | 3855b1da786926d259423e23cf58a4979b839e07 (patch) | |
tree | 52f4d57a1726b387ba6c55c7dd1f77afe6da6d8b | |
parent | Do not free more lines than are available in the history. (diff) | |
download | wireguard-openbsd-3855b1da786926d259423e23cf58a4979b839e07.tar.xz wireguard-openbsd-3855b1da786926d259423e23cf58a4979b839e07.zip |
Mention that filter is a format.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f316e7c18b8..49ef20962d9 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.578 2017/09/04 09:18:51 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.579 2017/09/11 06:53:06 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: September 4 2017 $ +.Dd $Mdocdate: September 11 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -1403,7 +1403,9 @@ specifies the initial sort order: one of or .Ql activity . .Fl f -specifies an initial filter. +specifies an initial filter: the filter is a format - if it evaluates to zero, +the item in the list is not shown, otherwise it is shown. +If a filter would lead to an empty list, it is ignored. .Fl F specifies the format for each item in the list. .Fl N @@ -1460,7 +1462,9 @@ specifies the initial sort order: one of or .Ql time . .Fl f -specifies an initial filter. +specifies an initial filter: the filter is a format - if it evaluates to zero, +the item in the list is not shown, otherwise it is shown. +If a filter would lead to an empty list, it is ignored. .Fl F specifies the format for each item in the tree. .Fl N @@ -4111,7 +4115,9 @@ specifies the initial sort order: one of or .Ql size . .Fl f -specifies an initial filter. +specifies an initial filter: the filter is a format - if it evaluates to zero, +the item in the list is not shown, otherwise it is shown. +If a filter would lead to an empty list, it is ignored. .Fl F specifies the format for each item in the list. .Fl N |