From 9f2cce6928563cb75eda0449425eef0d9358837c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 2 Aug 2015 16:58:08 -0700 Subject: [PATCH] docs: manual: clarify real: --- doc/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.md b/doc/manual.md index 4d25a882c..7fad8f9db 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1149,7 +1149,7 @@ A query term can be any of the following: `depth:N` match (or display, depending on command) accounts at or above this [depth](#depth-limiting) \ \ -`real:`/`real:1`, `real:0` match real or [virtual](#virtual-postings) postings respectively +`real:`, `real:0` match real or [virtual](#virtual-postings) postings respectively \ \ `status:*`, `status:!`, `status:` match cleared, pending, or uncleared/pending transactions respectively @@ -1159,7 +1159,7 @@ A query term can be any of the following: \ \ `tag:REGEX[=REGEX]` match by [tag](#tags) name, and optionally also by tag value. \ Note a `tag:` query is considered to match a transaction if it matches any of the postings. -\ Also remember that postings inherit all of their parent transaction's tags. +\ Also remember that postings inherit the tags of their parent transaction. \ \ `not:` before any of the above negates the match.