Put each sentence into separate line

This commit is contained in:
Thomas Lauf 2018-06-23 20:38:26 +02:00
parent e36f658f37
commit e048d63d15
27 changed files with 85 additions and 91 deletions

View file

@ -13,15 +13,17 @@ timew-stop \- stop time tracking
]
.
.SH DESCRIPTION
Stops tracking time. If tags are specified, then they are no longer tracked.
If no tags are specified, all tracking stops. For example:
Stops tracking time.
If tags are specified, then they are no longer tracked.
If no tags are specified, all tracking stops.
For example:
.
$ timew start tag1 tag2
...
$ timew stop tag1
.
Initially time is tracked for both 'tag1' and 'tag2', then 'tag1' tracking is
stopped, leaving tag2 active. To stop all tracking:
Initially time is tracked for both 'tag1' and 'tag2', then 'tag1' tracking is stopped, leaving tag2 active.
To stop all tracking:
.
$ timew stop
.