From: Thomas Weißschuh Date: Sat, 18 Feb 2023 22:59:33 +0000 (+0000) Subject: cal: (man) document colorscheme X-Git-Tag: v2.39-rc1~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d1ccdb86543fbf0eb4680c656e02b7b48efd3ad;p=thirdparty%2Futil-linux.git cal: (man) document colorscheme Signed-off-by: Thomas Weißschuh --- diff --git a/misc-utils/cal.1.adoc b/misc-utils/cal.1.adoc index 87b9a56fbc..38d59d3040 100644 --- a/misc-utils/cal.1.adoc +++ b/misc-utils/cal.1.adoc @@ -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[]