From 76379c4886e7420ce8954b845ec85d3bc01f7591 Mon Sep 17 00:00:00 2001 From: thdox Date: Fri, 18 Sep 2015 20:34:59 +0200 Subject: Bring back UNDOCUMENTED tag as the CODE has not yet been documented. --- doc/ledger3.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index a3794050..bcdfab06 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5902,6 +5902,7 @@ or testing small journal files not associated with your main financial database. @item --debug @var{CODE} +@value{FIXME:UNDOCUMENTED} If ledger has been built with debug options this will provide extra data during the run. -- cgit v1.2.3 From 3e605f677fcfaa3bec83b9c770f386428ab9d902 Mon Sep 17 00:00:00 2001 From: thdox Date: Fri, 18 Sep 2015 20:43:00 +0200 Subject: For consistency with description of --subtotal that is line 7067. --- doc/ledger3.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index bcdfab06..f2b3c682 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6757,8 +6757,8 @@ week. @item --subtotal @itemx -s -Group all postings together. This is very similar to the totals shown by -the balance report. +Cause all transactions in a @command{register} report to be collapsed +into a single, subtotaled transaction. @item --tail @var{INT} @itemx --last @var{INT} -- cgit v1.2.3 From 075ac7d4d01e9b317540e7d2d6de92b2848afee0 Mon Sep 17 00:00:00 2001 From: thdox Date: Fri, 18 Sep 2015 20:51:33 +0200 Subject: Restoring @code as this is an keyword external to ledger itself. --- doc/ledger3.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index f2b3c682..5d8ab55c 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8247,8 +8247,8 @@ Evaluate @var{string} as format just like the @option{--format} option. @end defun @defun format_date date format -Return the @var{date} as a string using @var{format}. See strftime (3) -for format string details. +Return the @var{date} as a string using @var{format}. See +@code{strftime (3)} for format string details. @smallexample @c command:9605B13,with_input:3406FC1 $ ledger -f expr.dat --format "%(format_date(date, '%A, %B %d. %Y'))\n" reg assets @end smallexample @@ -8258,8 +8258,8 @@ Friday, January 16. 2015 @end defun @defun format_datetime datetime format -Return the @var{datetime} as a string using @var{format}. Refer to strftime (3) -for format string details. +Return the @var{datetime} as a string using @var{format}. Refer to +@code{strftime (3)} for format string details. @end defun @defun get_at sequence index @@ -8600,8 +8600,8 @@ $ ledger -f expr.dat --format "%12(5*O)\n" reg assets @end smallexample @item [DATEFMT] -Inserts the result of formatting a posting's date with a date -format string, exactly like those supported by strftime (3). For +Inserts the result of formatting a posting's date with a date format +string, exactly like those supported by @code{strftime (3)}. For example: @samp{%[%Y/%m/%d %H:%M:%S]}. @item S -- cgit v1.2.3