From e65ead2770a6135ca8714c793cdcc53b3d3f0afd Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 28 Jul 2015 17:40:05 -0400 Subject: Document --explicit --- doc/ledger.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/ledger.1') diff --git a/doc/ledger.1 b/doc/ledger.1 index b674cb6a..7b0cc642 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -574,7 +574,10 @@ posting occurring in that period. Display values in terms of the given .Ar COMMODITY . The latest available price is used. -.\".It Fl \-explicit +.It Fl \-explicit +Direct Ledger to require pre-declarations for entities (such as accounts, +commodities and tags) rather than taking entities from cleared +transactions as defined. .It Fl \-file Ar FILE Read journal data from .Ar FILE . -- cgit v1.2.3 From 94d4f5c1952c9fe013ad763b991c841a632a9366 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 28 Jul 2015 17:50:13 -0400 Subject: Document --no-revalued --- doc/ledger.1 | 4 ++++ doc/ledger3.texi | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'doc/ledger.1') diff --git a/doc/ledger.1 b/doc/ledger.1 index 7b0cc642..e93af550 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -719,6 +719,10 @@ Aliases are completely ignored. Suppress any color TTY output. .It Fl \-no-pager Disables the pager on TTY output. +.It Fl \-no-revalued +Stop Ledger from showing + +postings. .It Fl \-no-rounding Don't output .Qq Li diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 78db34bf..21f8f91f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6538,6 +6538,10 @@ Suppress any color TTY output. @item --no-pager Direct output to stdout, avoiding pager program. +@item --no-revalued +Stop Ledger from showing @code{} postings. This option is useful +in combination with the @option{--exchange} or @option{--market} option. + @item --no-rounding Don't output @samp{} postings. Note that this will cause the running total to often not add up! Its main use is for -- cgit v1.2.3 From c3f0d23f66620e263ee50e47f2bdb0ec6bb8740d Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 28 Jul 2015 17:52:18 -0400 Subject: Use .Nm to refer to ledger in the man page Thanks to Alexis for the suggestion. --- doc/ledger.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/ledger.1') diff --git a/doc/ledger.1 b/doc/ledger.1 index e93af550..2a3fd5c0 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -575,7 +575,9 @@ Display values in terms of the given .Ar COMMODITY . The latest available price is used. .It Fl \-explicit -Direct Ledger to require pre-declarations for entities (such as accounts, +Direct +.Nm +to require pre-declarations for entities (such as accounts, commodities and tags) rather than taking entities from cleared transactions as defined. .It Fl \-file Ar FILE @@ -720,7 +722,9 @@ Suppress any color TTY output. .It Fl \-no-pager Disables the pager on TTY output. .It Fl \-no-revalued -Stop Ledger from showing +Stop +.Nm +from showing postings. .It Fl \-no-rounding -- cgit v1.2.3 From 89c3eaa3881d34d81eb195aef33e53ca42766397 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 30 Jul 2015 17:38:38 -0400 Subject: Update documentation to reflect was changed to --- doc/ledger.1 | 2 +- doc/ledger3.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ledger.1') diff --git a/doc/ledger.1 b/doc/ledger.1 index 2a3fd5c0..0445c237 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -729,7 +729,7 @@ from showing postings. .It Fl \-no-rounding Don't output -.Qq Li +.Qq Li postings. Note that this will cause the running total to often not add up! Its main use is for .Fl \-amount-data Pq Fl j diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 21f8f91f..1226a66f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6543,7 +6543,7 @@ Stop Ledger from showing @code{} postings. This option is useful in combination with the @option{--exchange} or @option{--market} option. @item --no-rounding -Don't output @samp{} postings. Note that this will cause the +Don't output @samp{} postings. Note that this will cause the running total to often not add up! Its main use is for @option{--amount-data (-j)} and @option{--total-data (-J)} reports. -- cgit v1.2.3