diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 08:13:35 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 08:13:35 +0000 |
commit | 21c150bd6930611ddf6489006afe5f30089d12ff (patch) | |
tree | 75f2488068b1f21448bc52fb8fd8976d081e94fc /lib/libcompat/regexp | |
parent | e4023cb6fa8446c258d42f2d659959254334a0eb (diff) | |
download | FreeBSD-src-21c150bd6930611ddf6489006afe5f30089d12ff.zip FreeBSD-src-21c150bd6930611ddf6489006afe5f30089d12ff.tar.gz |
Bad reference to exit(2) changed to exit(3).
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index aea8890..6ac024f 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)regexp.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: regexp.3,v 1.4 1999/07/12 20:49:25 nik Exp $ .\" .Dd June 4, 1993 .Dt 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 |