diff options
author | Rahix <rahix@rahix.de> | 2020-05-13 00:32:53 +0200 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2020-07-21 14:50:01 -0700 |
commit | fa5073ecdc1c53705a434e82e9beddf70a7a80a1 (patch) | |
tree | 67d8f73f17291241e9d0ac9d1051a58db12dddf8 /doc | |
parent | d29a7616fd85a28e7bb645887674f278553aa236 (diff) | |
download | fork-ledger-fa5073ecdc1c53705a434e82e9beddf70a7a80a1.tar.gz fork-ledger-fa5073ecdc1c53705a434e82e9beddf70a7a80a1.tar.bz2 fork-ledger-fa5073ecdc1c53705a434e82e9beddf70a7a80a1.zip |
docs: Fix documentation for `depth`
`l` does not exist anymore, the account depth is available as `depth`.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 0e05ae6f..ea053162 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8009,7 +8009,7 @@ The market value of a posting or an account, without its children. The net gain (market value minus cost basis), for a posting or an account, without its children. It is the same as @samp{v-b}. -@item l +@item depth The depth (``level'') of an account. If an account has one parent, its depth is one. |