From 7bbdabc49b50af3385c4571831f2ab49849a5e6e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 27 Dec 2006 03:57:31 +0000 Subject: [PATCH] wfix --- man3/assert_perror.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/assert_perror.3 b/man3/assert_perror.3 index 3fee3202b..dd08575f4 100644 --- a/man3/assert_perror.3 +++ b/man3/assert_perror.3 @@ -43,7 +43,7 @@ was last included, the macro generates no code, and hence does nothing at all. Otherwise, the macro .BR assert_perror () -prints an error message to standard output and terminates the program +prints an error message to standard error and terminates the program by calling .BR abort () if