Signed-off-by: J William Piggott <elseifthen@xxxxxxx> --- misc-utils/cal.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc-utils/cal.c b/misc-utils/cal.c index 02283bc04..00c00ebc0 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -300,7 +300,9 @@ int main(int argc, char **argv) }; static const ul_excl_t excl[] = { /* rows and cols in ASCII order */ - { 'Y','n','y' }, + { '1', '3', 'Y', 'n', 'y' }, + { 'm', 's' }, + { OPT_1752_REFORM, OPT_CAESAR }, { 0 } }; int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT; -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html