about summary refs log tree commit diff
path: root/man/mpick.1
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-05-01 23:00:46 +0100
committerDuncaen <mail@duncano.de>2017-05-02 01:27:10 +0200
commit289716b630a40ff4be762290cb45dee3846fec2e (patch)
tree674847e8a6343e39365c4b148b46f2c09d2001a8 /man/mpick.1
parent67c0a3b17c176679014f132453757e15c7f435f2 (diff)
downloadmblaze-289716b630a40ff4be762290cb45dee3846fec2e.tar.gz
mblaze-289716b630a40ff4be762290cb45dee3846fec2e.tar.xz
mblaze-289716b630a40ff4be762290cb45dee3846fec2e.zip
mmime.1: closing > for <expr
Closes: #31 [via git-merge-pr]
Diffstat (limited to 'man/mpick.1')
-rw-r--r--man/mpick.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mpick.1 b/man/mpick.1
index b773260..75ff48f 100644
--- a/man/mpick.1
+++ b/man/mpick.1
@@ -88,7 +88,7 @@ tests are given by the following EBNF:
 <expr>     ::= <expr> || <expr>  -- disjunction
              | <expr> && <expr>  -- conjunction
              | ! <expr>          -- negation
-             | ( <expr )
+             | ( <expr> )
              | <flagprop>
              | <timeprop> <numop> <dur>
              | <numprop> <numop> <num>