From 8fac8bd593ddef51bb74c1793bf51d0f2896f47c Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 10 May 1999 17:56:29 +0000 Subject: correct some Xr's which referred to the wrong man page sections --- src/lib/libc/stdlib/malloc.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/malloc.3') diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 9edff6709c..5daf18ac05 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.11 1999/03/23 21:07:57 millert Exp $ +.\" $OpenBSD: malloc.3,v 1.12 1999/05/10 17:56:28 aaron Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -253,9 +253,9 @@ detects an error or warning condition, a message will be printed to filedescriptor 2 (not using stdio). Errors will always result in the process being -.Xr abort 2 'ed, -If the ``A'' option has been specified, also warnings will -.Xr abort 2 +.Xr abort 3 'ed. +If the ``A'' option has been specified, warnings will also +.Xr abort 3 the process. .Pp Here is a brief description of the error messages and what they mean: -- cgit v1.2.3-55-g6feb