stty: diagnose an invalid hex value in 35-colon commmand-line argument
[platform/upstream/coreutils.git] / Makefile.maint
index 99e4b5c..795cd99 100644 (file)
@@ -122,7 +122,7 @@ sc_space_tab:
 # Instead, use strto* functions.
 sc_prohibit_atoi_atof:
        @grep -nE '\<([fs]?scanf|ato([filq]|ll))\>' $$($(CVS_LIST_EXCEPT)) && \
-         { echo '$(ME): do not use *scan''f, ato''f, ato''i, ato''l, ato''ll, or ato''q'       \
+         { echo '$(ME): do not use *scan''f, ato''f, ato''i, ato''l, ato''ll, ato''q, or ss''canf'     \
                1>&2; exit 1; } || :
 
 # Using EXIT_SUCCESS as the first argument to error is misleading,