diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-26 08:13:51 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-26 08:13:51 -0700 |
commit | 09f5e41d96949927c20d9ced2c9d37fa5a9e785a (patch) | |
tree | b6ce39231c08cbda078b082f0a74d6cfd4e05957 /doc | |
parent | fe9153496a8cf494bc1962de1c43c43ed109d304 (diff) | |
download | fork-ledger-09f5e41d96949927c20d9ced2c9d37fa5a9e785a.tar.gz fork-ledger-09f5e41d96949927c20d9ced2c9d37fa5a9e785a.tar.bz2 fork-ledger-09f5e41d96949927c20d9ced2c9d37fa5a9e785a.zip |
unescaped a few symbols
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index ae67df19..dbc25d8f 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -307,9 +307,9 @@ If you would rather start with your own journal right away please see @ref{Keepi 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 +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. +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. |