diff --git a/doc/man/timew-cancel.1.in b/doc/man/timew-cancel.1.in index 2b53fe28..fd18b824 100644 --- a/doc/man/timew-cancel.1.in +++ b/doc/man/timew-cancel.1.in @@ -12,4 +12,7 @@ If there is an open interval, it is abandoned. .SH EXAMPLES . .SH "SEE ALSO" -.BR timew-stop (1) \ No newline at end of file +.BR timew-continue (1), +.BR timew-start (1), +.BR timew-stop (1), +.BR timew-track (1) \ No newline at end of file diff --git a/doc/man/timew-continue.1.in b/doc/man/timew-continue.1.in index 75a4c0d9..dad8b413 100644 --- a/doc/man/timew-continue.1.in +++ b/doc/man/timew-continue.1.in @@ -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) \ No newline at end of file +.BR timew-stop (1), +.BR timew-track (1) \ No newline at end of file diff --git a/doc/man/timew-start.1.in b/doc/man/timew-start.1.in index 6d3801db..ed6dcd58 100644 --- a/doc/man/timew-start.1.in +++ b/doc/man/timew-start.1.in @@ -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) \ No newline at end of file diff --git a/doc/man/timew-track.1.in b/doc/man/timew-track.1.in index 3c6e1934..86452a1d 100644 --- a/doc/man/timew-track.1.in +++ b/doc/man/timew-track.1.in @@ -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. \ No newline at end of file +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) \ No newline at end of file