11 May 2010 16:06
[PATCH] Mention how to silence program probes.
Eric Blake <eblake <at> redhat.com>
2010-05-11 14:06:00 GMT
2010-05-11 14:06:00 GMT
* doc/autoconf.texi (File Descriptors): Document how to silence a program probe. Signed-off-by: Eric Blake <eblake <at> redhat.com> --- This recently popped up on the libvirt list; while bash, dash, ksh, and zsh are all silent, Solaris and FreeBSD 8.0 /bin/sh are noisy and check for missing programs before redirections. ChangeLog | 6 ++++++ doc/autoconf.texi | 12 ++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 454f5aa..8b4c0f4 100644 --- a/ChangeLog +++ b/ChangeLog <at> <at> -1,3 +1,9 <at> <at> +2010-05-11 Eric Blake <eblake <at> redhat.com> + + Mention how to silence program probes. + * doc/autoconf.texi (File Descriptors): Document how to silence a + program probe. + 2010-04-26 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de> Error and warning message formatting cleanups. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d6a08bc..2873578 100644(Continue reading)
RSS Feed