diff options
| author | mikel <mikel@NetBSD.org> | 1997-07-10 07:57:07 +0000 |
|---|---|---|
| committer | mikel <mikel@NetBSD.org> | 1997-07-10 07:57:07 +0000 |
| commit | 3f0dbdf76179aeeff9cea3c7fcb997482b56f477 (patch) | |
| tree | a6824094585829749db6313ebdc48f9df1553a7f /lib | |
| parent | 68d5856411ab45d8ad9e34154edcef01fbe0c695 (diff) | |
xref exit(3) not exit(2)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdlib/abort.3 | 4 | ||||
| -rw-r--r-- | lib/libcompat/regexp/regexp.3 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3 index f3a75507c03..f90ec7c2029 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/abort.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: abort.3,v 1.4 1997/05/19 02:22:42 kleink Exp $ +.\" $NetBSD: abort.3,v 1.5 1997/07/10 08:06:17 mikel Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -65,7 +65,7 @@ function never returns. .Sh SEE ALSO .Xr sigaction 2 , -.Xr exit 2 +.Xr exit 3 .Sh STANDARDS The .Fn abort diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index d1a3a000d80..d57716e2230 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -181,7 +181,7 @@ with a suitable indicator of origin, on the standard error output and invokes -.Xr exit 2 . +.Xr exit 3 . The .Fn regerror function |
