summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
-rw-r--r--doc/ledger3.texi10
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 8ca83783..c2b1d96a 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -55,7 +55,7 @@ foreach(file ${info_files})
endif(BUILD_WEB_DOCS)
if(NOT TEXI2PDF)
- mesage(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.")
+ message(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.")
else()
add_custom_command(OUTPUT ${file_base}.pdf
COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file}
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 44f305f2..dbc25d8f 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -304,6 +304,16 @@ If you would rather start with your own journal right away please see @ref{Keepi
* Using the Windows command line::
@end menu
+Please note that as a command line program, Ledger is controlled from
+your shell. There are several different command shells that all behave
+slightly differently with repsect to some special characters. In
+particular, the BaSH shell will interpret $ signs differently than
+ledger and they must be escaped to reach the actual program. Another
+example is zsh, which will interpret ^ differently than ledger expects.
+In all cases that follow you should take that into account when entering
+the commandline arguments given. There are too many variations between
+shells to give concrete examples for each.
+
@node Balance Report, Register Report, Run Some Reports, Run Some Reports
@subsection Balance Report
@cindex balance report