Align "SEE ALSO" sections

This commit is contained in:
Thomas Lauf 2018-06-29 18:52:17 +02:00
parent f53c6c4412
commit a03de8c348
4 changed files with 16 additions and 3 deletions

View file

@ -12,4 +12,7 @@ If there is an open interval, it is abandoned.
.SH EXAMPLES
.
.SH "SEE ALSO"
.BR timew-stop (1)
.BR timew-continue (1),
.BR timew-start (1),
.BR timew-stop (1),
.BR timew-track (1)

View file

@ -30,5 +30,7 @@ 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.
.
.SH "SEE ALSO"
.BR timew-cancel (1),
.BR timew-start (1),
.BR timew-stop (1)
.BR timew-stop (1),
.BR timew-track (1)

View file

@ -28,7 +28,9 @@ 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.
.
Quotes are harmless if used unnecessarily.
.
.SH "SEE ALSO"
.BR timew-cancel (1),
.BR timew-continue (1),
.BR timew-stop (1),
.BR timew-track (1)

View file

@ -22,4 +22,10 @@ For example:
$ timew track 9am - 11am 'Staff Meeting'
.
Note that the track command expects a closed interval (start and end time), when recording.
If a closed interval is not provided, the 'track' command behaves the same as the 'start' command.
If a closed interval is not provided, the 'track' command behaves the same as the 'start' command.
.
.SH "SEE ALSO"
.BR timew-cancel (1),
.BR timew-continue (1),
.BR timew-start (1),
.BR timew-stop (1)