'factor' is now much faster at identifying large prime numbers,
and significantly faster on composite numbers greater than 2^128.
- readlink will behave as if the -v option is used if the
- POSIXLY_CORRECT environment variable is defined.
+ readlink now defaults to being verbose if the POSIXLY_CORRECT
+ environment variable is set.
** Bug fixes
@opindex -q
@opindex --silent
@opindex --quiet
-Suppress most error messages. On by default.
+Suppress most error messages.
+
+@vindex POSIXLY_CORRECT
+This option is on by default if the @env{POSIXLY_CORRECT} environment
+variable is not set.
@item -v
@itemx --verbose
without requirements on components existence\n\
-n, --no-newline do not output the trailing delimiter\n\
-q, --quiet\n\
- -s, --silent suppress most error messages (on by default)\n\
- -v, --verbose report error messages\n\
+ -s, --silent suppress most error messages (on by default\n\
+ if POSIXLY_CORRECT is not set)\n\
+ -v, --verbose report error messages (on by default if\n\
+ POSIXLY_CORRECT is set)\n\
-z, --zero end each output line with NUL, not newline\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
char *value = (can_mode != -1
? canonicalize_filename_mode (fname, can_mode)
: areadlink_with_size (fname, 63));
-
if (value)
{
fputs (value, stdout);