]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cal: (man) document colorscheme
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 18 Feb 2023 22:59:33 +0000 (22:59 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 18 Feb 2023 23:00:28 +0000 (23:00 +0000)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/cal.1.adoc

index 87b9a56fbce8150e4c28d964b77492e500868e41..38d59d304044074477093bb78a261f6a9cab7c72 100644 (file)
@@ -148,6 +148,22 @@ A year starts on January 1. The first day of the week is determined by the local
 The week numbering depends on the choice of the first day of the week. If it is Sunday then the customary North American numbering is used, where 1 January is in week number 1. If it is Monday (*-m*) then the ISO 8601 standard week numbering is used, where the first Thursday is in week number 1.
 
 include::man-common/colors.adoc[]
+The logical color names supported by *cal* are:
+
+*today*::
+The current day.
+
+*weeknumber*::
+The number of the week.
+
+*header*::
+The header of a month.
+
+*workday*::
+Days that fall within the work-week.
+
+*weekend*::
+Days that fall outside the work-week.
 
 == HISTORY
 
@@ -159,6 +175,10 @@ The default *cal* output uses 3 September 1752 as the Gregorian calendar reform
 
 Alternative calendars, such as the Umm al-Qura, the Solar Hijri, the Ge'ez, or the lunisolar Hindu, are not supported.
 
+== SEE ALSO
+
+*terminal-colors.d*(5)
+
 include::man-common/bugreports.adoc[]
 
 include::man-common/footer.adoc[]