Docs: always use <> tags for placeholders in man pages

This commit is contained in:
Simon Ruderich
2018-03-04 13:24:01 +01:00
committed by Paul Beckingham
parent ef538ef9da
commit f98084bbd3

View File

@@ -151,12 +151,12 @@ the specified month and year. If the 'due' argument is provided, will show
the starting month of the earliest due task. the starting month of the earliest due task.
.TP .TP
.B task colors [sample | legend] .B task colors [<sample> | legend]
Displays all possible colors, a named sample, or a legend containing all Displays all possible colors, a named sample, or a legend containing all
currently defined colors. currently defined colors.
.TP .TP
.B task columns [substring] .B task columns [<substring>]
Displays all supported columns and formatting styles. Useful when creating Displays all supported columns and formatting styles. Useful when creating
custom reports. If a substring is provided, only matching column names are custom reports. If a substring is provided, only matching column names are
shown. shown.
@@ -431,7 +431,7 @@ Examples:
2015-03-31T23:59:59 2015-03-31T23:59:59
.TP .TP
.B task config [name [value | '']] .B task config [<name> [<value> | '']]
Add, modify and remove settings directly in the Taskwarrior configuration. Add, modify and remove settings directly in the Taskwarrior configuration.
This command either modifies the 'name' setting with a new value of 'value', This command either modifies the 'name' setting with a new value of 'value',
or adds a new entry that is equivalent to 'name=value': or adds a new entry that is equivalent to 'name=value':
@@ -516,7 +516,7 @@ Lists all supported reports. This includes the built-in reports, and any custom
reports you have defined. reports you have defined.
.TP .TP
.B task show [all | substring] .B task show [all | <substring>]
Shows all the current settings. If a Shows all the current settings. If a
substring is specified just the settings containing that substring will be substring is specified just the settings containing that substring will be
displayed. displayed.
@@ -556,7 +556,7 @@ notation for other task metadata. It is an error to attempt to add or remove a
virtual tag. virtual tag.
.TP .TP
.B task timesheet [weeks] .B task timesheet [<weeks>]
Shows a weekly report of tasks completed and started. Shows a weekly report of tasks completed and started.
.TP .TP