diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-23 15:49:59 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-27 22:02:33 +0100 |
commit | 6a96a4e68ae3ffe04a21ad5bd01b4ab80fde9639 (patch) | |
tree | 418702a6af085c5120f2c78cef1d3b3356d5084f /doc/ledger.1 | |
parent | d8bbc400058f99c711360ac47d237c12fe9bf48b (diff) | |
download | fork-ledger-6a96a4e68ae3ffe04a21ad5bd01b4ab80fde9639.tar.gz fork-ledger-6a96a4e68ae3ffe04a21ad5bd01b4ab80fde9639.tar.bz2 fork-ledger-6a96a4e68ae3ffe04a21ad5bd01b4ab80fde9639.zip |
[doc] Use Tn for HTTP and XML in manpage
[ci skip]
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 257070d0..6e610753 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -249,7 +249,8 @@ and are also accepted. .It Ic server This command requires that Python support be active. If so, it starts up an -HTTP server listening for requests on port 9000. This provides an alternate +.Tn HTTP +server listening for requests on port 9000. This provides an alternate interface to creating and viewing reports. Note that this is very much a work-in-progress, and will not be fully functional until a later version. .It Ic select Oo Ar sql-query Oc @@ -282,7 +283,9 @@ Days since last posting More... .El .It Ic xml Oo Ar report-query Oc -Outputs data relating to the current report in XML format. It includes all +Outputs data relating to the current report in +.Tn XML +format. It includes all accounts and commodities involved in the report, plus the postings and the transactions they are contained in. See the manual for more information. .El |