Add "SEE ALSO" section

This commit is contained in:
Thomas Lauf 2018-06-23 21:49:11 +02:00
parent e048d63d15
commit bf9d4d3d68
24 changed files with 95 additions and 43 deletions

View file

@ -8,5 +8,6 @@ timew-cancel \- cancel time tracking
. .
.SH DESCRIPTION .SH DESCRIPTION
If there is an open interval, it is abandoned. If there is an open interval, it is abandoned.
See also 'stop'.
. .
.SH "SEE ALSO"
.BR timew-stop (1)

View file

@ -37,5 +37,6 @@ If no arguments are provided, all configuration settings are shown:
verbose = yes verbose = yes
... ...
. .
See also 'hints', 'show'. .SH "SEE ALSO"
. .BR timew-hints (1),
.BR timew-show (1)

View file

@ -27,5 +27,6 @@ The 'continue' command creates a new interval, starting now, and using the tags
Using the 'summary' command and specifying the ':ids' hint shows interval IDs. Using the 'summary' command and specifying the ':ids' hint shows interval IDs.
This command is a convenient way to resume work without re-entering the tags. This command is a convenient way to resume work without re-entering the tags.
. .
See also 'start', 'stop'. .SH "SEE ALSO"
. .BR timew-start (1),
.BR timew-stop (1)

View file

@ -30,5 +30,7 @@ This can be used to see the exclusions.
. .
For more details, and precise times, use the 'summary' report. For more details, and precise times, use the 'summary' report.
. .
See also 'week', 'month', 'summary'. .SH "SEE ALSO"
. .BR timew-month (1),
.BR timew-summary (1),
.BR timew-week (1)

View file

@ -20,5 +20,5 @@ Then having selected '@2' as the interval you wish to delete:
. .
$ timew delete @2 $ timew delete @2
. .
See also 'cancel'. .SH "SEE ALSO"
. .BR timew-cancel

View file

@ -9,5 +9,6 @@ timew-diagnostics \- show diagnostic information
.SH DESCRIPTION .SH DESCRIPTION
This command shows details about your version of Timewarrior, your platform, how it was built, compiler features, configuration, file access, extensions and more. This command shows details about your version of Timewarrior, your platform, how it was built, compiler features, configuration, file access, extensions and more.
The purpose of this command is to help diagnose configuration problems and provide supplemental information when reporting a problem. The purpose of this command is to help diagnose configuration problems and provide supplemental information when reporting a problem.
See also 'extensions'.
. .
.SH "SEE ALSO"
.BR timew-extensions (1)

View file

@ -8,5 +8,6 @@ timew-extension \- list available extensions
. .
.SH DESCRIPTION .SH DESCRIPTION
Displays the directory containing the extension programs and a table showing each extension and its status. Displays the directory containing the extension programs and a table showing each extension and its status.
See also 'diagnostics'.
. .
.SH "SEE ALSO"
.BR timew-diagnostics (1)

View file

@ -24,5 +24,5 @@ Note that you can fill multiple intervals:
. .
$ timew fill @2 @10 @23 $ timew fill @2 @10 @23
. .
See also 'hints'. .SH "SEE ALSO"
. .BR timew-hints (1)

View file

@ -21,5 +21,5 @@ The default date range shown is ':day'.
. .
The ':blank' hint causes only the excluded time to be shown, with no tracked time. The ':blank' hint causes only the excluded time to be shown, with no tracked time.
. .
See also 'summary'. .SH "SEE ALSO"
. .BR timew-summary (1)

View file

@ -16,5 +16,6 @@ For example:
1 1
. .
It is an error to reference an interval or tag that does not exist. It is an error to reference an interval or tag that does not exist.
See also 'DOM'.
. .
.SH "SEE ALSO"
.BR timew-DOM

View file

@ -19,5 +19,8 @@ Then having selected '@1' and '@2' as the intervals you wish to join:
. .
$ timew join @1 @2 $ timew join @1 @2
. .
See also 'split', 'lengthen', 'shorten', 'resize'. .SH "SEE ALSO"
. .BR timew-lengthen (1),
.BR timew-resize (1),
.BR timew-shorten (1),
.BR timew-split (1)

View file

@ -25,5 +25,9 @@ Note that you can lengthen multiple intervals,:
. .
$ timew lengthen @2 @10 @23 1hour $ timew lengthen @2 @10 @23 1hour
. .
See also 'summary', 'tag', 'untag', 'shorten', 'resize'. .SH "SEE ALSO"
. .BR timew-resize (1),
.BR timew-shorten (1),
.BR timew-summary (1),
.BR timew-tag (1),
.BR timew-untag (1)

View file

@ -28,5 +28,7 @@ The ':blank' hint causes only the excluded time to be shown, with no tracked tim
. .
For more details, and precise times, use the 'summary' report. For more details, and precise times, use the 'summary' report.
. .
See also 'day', 'week', 'summary'. .SH "SEE ALSO"
. .BR timew-day (1),
.BR timew-summary (1),
.BR timew-week (1)

View file

@ -19,5 +19,10 @@ Then having selected '@2' as the interval you wish to move:
. .
$ timew move @2 9am $ timew move @2 9am
. .
See also 'summary', 'tag', 'untag', 'lengthen', 'shorten', 'resize'. .SH "SEE ALSO"
. .BR timew-lengthen (1),
.BR timew-resize (1),
.BR timew-shorten (1),
.BR timew-summary (1),
.BR timew-tag (1),
.BR timew-untag (1)

View file

@ -25,5 +25,9 @@ Note that you can resize multiple intervals,:
. .
$ timew resize @3 @1 @13 1hour $ timew resize @3 @1 @13 1hour
. .
See also 'summary', 'tag', 'untag', 'lengthen', 'shorten'. .SH "SEE ALSO"
. .BR timew-lengthen (1),
.BR timew-shorten (1),
.BR timew-summary (1),
.BR timew-tag (1),
.BR timew-untag (1)

View file

@ -25,5 +25,9 @@ Note that you can shorten multiple intervals,:
. .
$ timew shorten @2 @10 @23 1hour $ timew shorten @2 @10 @23 1hour
. .
See also 'summary', 'tag', 'untag', 'lengthen', 'resize'. .SH "SEE ALSO"
. .BR timew-lengthen (1),
.BR timew-resize (1),
.BR timew-summary (1),
.BR timew-tag (1),
.BR timew-untag (1)

View file

@ -8,5 +8,6 @@ timew-show \- display configuration
. .
.SH DESCRIPTION .SH DESCRIPTION
Displays the effective configuration in hierarchical form. Displays the effective configuration in hierarchical form.
See also 'config'.
. .
.SH "SEE ALSO"
.BR timew-config (1)

View file

@ -20,5 +20,7 @@ Then having selected '@2' as the interval you wish to split:
. .
$ timew split @2 $ timew split @2
. .
See also 'join', 'lengthen', 'shorten'. .SH "SEE ALSO"
. .BR timew-join (1),
.BR timew-lengthen (1),
.BR timew-shorten (1)

View file

@ -26,5 +26,7 @@ An optional date may be specified to indicate the intended start of the tracked
If there is a previous open interval, it will be closed at the given start time. If there is a previous open interval, it will be closed at the given start time.
. .
Quotes are harmless if used unnecessarily. Quotes are harmless if used unnecessarily.
See also 'continue', 'stop', 'track'. .SH "SEE ALSO"
. .BR timew-continue (1),
.BR timew-stop (1),
.BR timew-track (1)

View file

@ -27,5 +27,8 @@ To stop all tracking:
. .
$ timew stop $ timew stop
. .
See also 'cancel', 'continue', 'start', 'track'. .SH "SEE ALSO"
. .BR timew-cancel (1),
.BR timew-continue (1),
.BR timew-start (1),
.BR timew-track (1)

View file

@ -22,5 +22,11 @@ Accepts date ranges and tags for filtering, or shortcut hints:
. .
The ':ids' hint adds an 'ID' column to the summary report output for interval modification. The ':ids' hint adds an 'ID' column to the summary report output for interval modification.
. .
See also 'day', 'week', 'month', 'shorten', 'lengthen', 'tag', 'untag'. .SH "SEE ALSO"
. .BR timew-day (1),
.BR timew-lengthen (1),
.BR timew-month (1),
.BR timew-shorten (1),
.BR timew-tag (1),
.BR timew-untag (1),
.BR timew-week (1)

View file

@ -35,5 +35,8 @@ If there is active time tracking, you can omit the ID when you want to add tags
. .
This results in the current interval having tags 'foo' and 'bar'. This results in the current interval having tags 'foo' and 'bar'.
. .
See also 'summary', 'shorten', 'lengthen', 'untag'. .SH "SEE ALSO"
. .BR timew-lengthen (1),
.BR timew-shorten (1),
.BR timew-summary (1),
.BR timew-untag (1)

View file

@ -35,5 +35,8 @@ If there is active time tracking, you can omit the ID when you want to remove ta
. .
This results in the current interval having tag 'foo' but not 'bar'. This results in the current interval having tag 'foo' but not 'bar'.
. .
See also 'summary', 'shorten', 'lengthen', 'tag'. .SH "SEE ALSO"
. .BR timew-lengthen (1),
.BR timew-shorten (1),
.BR timew-summary (1),
.BR timew-tag (1)

View file

@ -28,5 +28,7 @@ The ':blank' hint causes only the excluded time to be shown, with no tracked tim
. .
For more details, and precise times, use the 'summary' report. For more details, and precise times, use the 'summary' report.
. .
See also 'day', 'month', 'summary'. .SH "SEE ALSO"
. .BR timew-day (1),
.BR timew-month (1),
.BR timew-summary (1)