From 8f0b6e2117cd2f3f81ca8572dea4f243ce831610 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 28 Jan 2019 11:12:18 +0100 Subject: mpick: add ternary (conditional) operator --- man/mpick.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/mpick.1 b/man/mpick.1 index 64a63d1..744fa24 100644 --- a/man/mpick.1 +++ b/man/mpick.1 @@ -92,7 +92,8 @@ Unread messages. .Nm tests are given by the following EBNF: .Bd -literal - ::= || -- disjunction + ::= ? : -- ternary operator + | || -- disjunction | && -- conjunction | ! -- negation | ( ) -- cgit 1.4.1