From 1383917979afafc937d2ba9e71ec6a9496566cd7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 4 Dec 2009 23:49:02 +0000 Subject: [PATCH] docs: fix rst errors --- MANUAL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MANUAL b/MANUAL index 57784df54..c026f1e70 100644 --- a/MANUAL +++ b/MANUAL @@ -402,7 +402,7 @@ A single date with no "from" or "to" defines both the start and end date like so -p "2009/1/1" (just that day; equivalent to "2009/1/1 to 2009/1/2") Reporting interval -'''''''''''''''''' +"""""""""""""""""" You can also specify a reporting interval, which causes the "register" command to summarise the transactions in each interval. It goes before the @@ -418,7 +418,7 @@ A reporting interval may also be specified with the -W/--weekly, -M/--monthly, -Q/--quarterly, and -Y/--yearly options. However.. -p overrides other flags -'''''''''''''''''''''''' +"""""""""""""""""""""""" A period option on the command line will override any -b/-e/-W/-Q/-Y flags. @@ -527,7 +527,7 @@ promise of more robust and maintainable software built with fewer lines of code. Features not supported -'''''''''''''''''''''' +"""""""""""""""""""""" ledger features not currently supported include: modifier and periodic entries, and the following options and commands:: @@ -589,7 +589,7 @@ entries, and the following options and commands:: entry DATE PAYEE AMT output a derived entry, based on the arguments Other differences -''''''''''''''''' +""""""""""""""""" * hledger recognises description and negative patterns by "desc:" and "not:" prefixes, unlike ledger 3's free-form parser