diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-17 07:40:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-17 07:40:30 +0000 |
commit | c3cec99eaf0a6f7ddc5c9ab67d51efff020d036a (patch) | |
tree | df793fba3f6232778da246914181bddc70539c4e /lib | |
parent | bb192a4befb42fd42959c287aa276732258c1c80 (diff) |
fix Xr
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 bdf57797880..92c9a354d05 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/abort.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: abort.3,v 1.3 1996/10/26 18:24:44 tholo Exp $ +.\" $OpenBSD: abort.3,v 1.4 1997/07/17 07:39:41 deraadt Exp $ .\" .Dd June 29, 1991 .Dt ABORT 3 @@ -61,7 +61,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 |