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

@ -14,18 +14,17 @@ timew-start \- start time tracking
.
.SH DESCRIPTION
Begins tracking using the current time with any specified set of tags.
If a tag contains multiple words, therefore containing spaces, use quotes to
surround the whole tag. For example, this command specifies two tags ('weekend'
and 'Home & Garden'), the second of which requires quotes.
If a tag contains multiple words, therefore containing spaces, use quotes to surround the whole tag.
For example, this command specifies two tags ('weekend' and 'Home & Garden'), the second of which requires quotes.
.
$ timew start weekend 'Home & Garden'
.
An optional date may be specified to indicate the intended start of the tracked
time:
An optional date may be specified to indicate the intended start of the tracked time:
.
$ timew start 8am weekend 'Home & Garden'
.
If there is a previous open interval, it will be closed at the given start time.
.
Quotes are harmless if used unnecessarily. See also 'continue', 'stop', 'track'.
Quotes are harmless if used unnecessarily.
See also 'continue', 'stop', 'track'.
.