From 69542160bb45a866f07de73d1a4517ed7d88a556 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 7 Apr 2016 08:55:53 -0700 Subject: [PATCH] doc: remove colons from man page headings --- hledger-ui/doc/hledger-ui.1.md | 2 +- hledger-web/doc/hledger-web.1.md | 2 +- hledger/doc/hledger.1 | 10 +++++----- hledger/doc/hledger.1.md | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/hledger-ui/doc/hledger-ui.1.md b/hledger-ui/doc/hledger-ui.1.md index aeb494d52..c930cb3af 100644 --- a/hledger-ui/doc/hledger-ui.1.md +++ b/hledger-ui/doc/hledger-ui.1.md @@ -80,7 +80,7 @@ Any QUERYARGS are interpreted as a hledger search query which filters the data. `--version` : show version information -## hledger options: +## hledger options The following common hledger options should also work: diff --git a/hledger-web/doc/hledger-web.1.md b/hledger-web/doc/hledger-web.1.md index 4baf337bf..5bddc3737 100644 --- a/hledger-web/doc/hledger-web.1.md +++ b/hledger-web/doc/hledger-web.1.md @@ -90,7 +90,7 @@ serve them from another server for efficiency, you would set the url with this. `--version` : show version information -## hledger options: +## hledger options The following common hledger options should also work: diff --git a/hledger/doc/hledger.1 b/hledger/doc/hledger.1 index e9045a5b0..a25766f37 100644 --- a/hledger/doc/hledger.1 +++ b/hledger/doc/hledger.1 @@ -89,7 +89,7 @@ $\ hledger\-ui\ \-\-register\ cash Options and command arguments can be intermixed. Arguments are usually interpreted as a search query which filters the data, see QUERIES. -.SS General flags: +.SS General flags .PP These can appear anywhere in the command line. .TP @@ -128,7 +128,7 @@ ignore any failing balance assertions in the journal : show debug output if N is 1\-9 (default: 0) .RS .RE -.SS Common reporting flags: +.SS Common reporting flags .PP These are supported by most commands, where applicable. They must be written after the command name. @@ -226,7 +226,7 @@ works. .PP Here is a summary (see http://hledger.org/manual#commands for the full command help): -.SS Data entry: +.SS Data entry .SS add .PP prompt for transactions and add them to the journal. @@ -239,7 +239,7 @@ don\[aq]t allow creating new accounts; helps prevent typos when entering account names .RS .RE -.SS Reporting: +.SS Reporting .SS accounts .PP show account names @@ -437,7 +437,7 @@ write output to FILE instead of stdout. A recognised FMT suffix influences the format. .RS .RE -.SS Add\-on commands: +.SS Add\-on commands .PP Additional commands will be available when executables or scripts named "\f[C]hledger\-\f[]CMD" are installed in the PATH. diff --git a/hledger/doc/hledger.1.md b/hledger/doc/hledger.1.md index e5ac2039f..564da8929 100644 --- a/hledger/doc/hledger.1.md +++ b/hledger/doc/hledger.1.md @@ -81,7 +81,7 @@ $ hledger-ui --register cash Options and command arguments can be intermixed. Arguments are usually interpreted as a search query which filters the data, see QUERIES. -## General flags: +## General flags These can appear anywhere in the command line. @@ -106,7 +106,7 @@ These can appear anywhere in the command line. `--debug=N` : : show debug output if N is 1-9 (default: 0) -## Common reporting flags: +## Common reporting flags These are supported by most commands, where applicable. They must be written after the command name. @@ -170,7 +170,7 @@ To save typing, some commands have a short form; any unique prefix also works. Here is a summary (see http://hledger.org/manual#commands for the full command help): -## Data entry: +## Data entry ### add prompt for transactions and add them to the journal. @@ -181,7 +181,7 @@ It appends only, existing transactions are not changed. `--no-new-accounts` : don't allow creating new accounts; helps prevent typos when entering account names -## Reporting: +## Reporting ### accounts show account names @@ -310,7 +310,7 @@ show some journal statistics `-o FILE[.FMT] --output-file=FILE[.FMT]` : write output to FILE instead of stdout. A recognised FMT suffix influences the format. -## Add-on commands: +## Add-on commands Additional commands will be available when executables or scripts named "`hledger-`CMD" are installed in the PATH. These are often