Fix man page section numbers and reference formatting

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2025-04-21 00:07:15 +02:00 committed by Thomas Lauf
parent e092041a38
commit f36ad01788
11 changed files with 13 additions and 14 deletions

View file

@ -1,3 +1,5 @@
- #660 Fix man page section numbers and reference formatting
------ current release ---------------------------
1.8.0 (2025-04-20) - 2257084710247189231118bc9257180a815ef21a

View file

@ -110,7 +110,4 @@ Charts accept date ranges and tags for filtering, or shortcut hints:
$ timew day :week
== SEE ALSO
**timew-day**(1),
**timew-month**(1),
**timew-summary**(1),
**timew-week**(1)

View file

@ -33,5 +33,5 @@ If no arguments are provided, all configuration settings are shown:
...
== SEE ALSO
**timew-hints**(1),
**timew-hints**(7),
**timew-show**(1)

View file

@ -23,4 +23,4 @@ Then having selected '@2' as the interval you wish to delete:
== SEE ALSO
*timew-cancel*(1)
**timew-cancel**(1)

View file

@ -10,7 +10,7 @@ timew-export - export tracked time in JSON
== DESCRIPTION
Exports all the tracked time in JSON format.
Supply either a list of interval IDs (e.g. `@1 @2`), or optional filters (see **timew-ranges(7)** and/or **timew-tags(1)**)
Supply either a list of interval IDs (e.g. `@1 @2`), or optional filters (see **timew-ranges**(7) and/or **timew-tags**(1))
== EXAMPLES

View file

@ -11,4 +11,4 @@ timew-extensions - list available extensions
Displays the directory containing the extension programs and a table showing each extension and its status.
== SEE ALSO
**timew-diagnostics**(1)
**timew-diagnostics**(1)

View file

@ -27,4 +27,4 @@ Note that you can fill multiple intervals:
== SEE ALSO
**timew-hints**(1)
**timew-hints**(7)

View file

@ -19,4 +19,4 @@ For example:
It is an error to reference an interval or tag that does not exist.
== SEE ALSO
*timew-DOM*
**timew-dom**(7)

View file

@ -15,7 +15,7 @@ Using the 'start' or 'end' subcommand, one can either specify a new start or end
The interval to be modified is specified via its id.
If the resulting interval overlaps with an existing interval, the command will return an error.
One can the ':adjust' hint to force an overwrite in this case.
One can add the ':adjust' hint to force an overwrite in this case.
See **timew-summary**(1) on how to retrieve the interval id.
@ -46,6 +46,6 @@ As in the examples above, the date portion can be omitted, if the date of the in
== SEE ALSO
**timew-lengthen**(1),
**timew-move**(1),
**timew-resize**(1)
**timew-resize**(1),
**timew-shorten**(1),
**timew-summary**(1)

View file

@ -23,10 +23,10 @@ If the extension produces no output and a non-zero rc, then 255 is returned.
**reports.range**::
Sets the default date range for all reports.
The value has to correspond to a range hint, see timew-hints(7).
The value has to correspond to a range hint, see **timew-hints**(7).
Defaults to `all`
**reports.**__<name>__**.range**::
Set the date range for report _name_, used if no _range_ is given on the command line.
Here, _name_ is the name of the report executable without its extension (i.e. a report executable 'foo.py' is referred to by 'foo').
The value has to correspond to a range hint, see timew-hints(7).
The value has to correspond to a range hint, see **timew-hints**(7).

View file

@ -67,7 +67,7 @@ Default value is 'yes'.
**reports.summary.range**::
Set the date range for the summary report.
The value has to correspond to a range hint, see timew-hints(7).
The value has to correspond to a range hint, see **timew-hints**(7).
Default value is 'day'
**reports.summary.weekdays**::