From 4c39c55c4718474470b052cc147cf36a6a483a17 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 14 Dec 2004 17:46:41 +0000 Subject: [PATCH] The assert failure messages goes to stderr not stdout. As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284814 --- man3/assert.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/assert.3 b/man3/assert.3 index 728cc08b7..1fd6287e0 100644 --- a/man3/assert.3 +++ b/man3/assert.3 @@ -41,7 +41,7 @@ was last included, the macro generates no code, and hence does nothing at all. Otherwise, the macro .B assert() -prints an error message to standard output and terminates the program +prints an error message to standard error and terminates the program by calling .B abort() if