diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 13d4b74bc17f7dce9a8ec5cae5e8ffd4097ce3b3
parent d7ef72e7383e3d8a8e7f481bdbebdfff7c2458b6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon,  8 Feb 2021 22:28:21 +0100

Update diary.1

Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
Diffstat:
Mdiary.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diary.1 b/diary.1 @@ -37,7 +37,7 @@ Rename all files in the DIARY_DIR to migrate to a new FMT. RANGE is the number of years to show before/after todays date. Defaults to 1 year. .TP \fB\-f\fR, \fB\-\-weekday\fR=\fI\,DAY\/\fR -First day of the week. DAY is an integer in range (0..6), interpreted as 0 = Sun, +First day of the week. DAY is an integer in range (0..6), interpreted as 0 or 7 = Sun, 1 = Mon, ..., 6 = Sat. If glibc is installed, the first day of the week is derived from the current locale setting ('$LANG', see man locale). Without glibc, the first weekday defaults to 1 (Monday), unless specified otherwise with this option.