diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-10 17:56:30 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-10 17:56:30 +0000 |
commit | 48134c510c45d1858d8bb781a61d019bf0546f56 (patch) | |
tree | 0a348149e8f1dad1c58b1a16d4228ef8b6fb6fcb /lib/libc/compat-43 | |
parent | 571f1d54cbddb7c261d699740554a5be84bfeb00 (diff) |
correct some Xr's which referred to the wrong man page sections
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index be327fff82c..fa9b9e8ea3e 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.10 1999/02/27 21:54:54 deraadt Exp $ +.\" $OpenBSD: sigvec.3,v 1.11 1999/05/10 17:56:27 aaron Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -227,7 +227,7 @@ with names as in the include file .It Dv SIGQUIT No " create core image" " quit program" .It Dv SIGILL No " create core image" " illegal instruction" .It Dv SIGTRAP No " create core image" " trace trap" -.It Dv SIGABRT No " create core image" Xr abort 2 +.It Dv SIGABRT No " create core image" Xr abort 3 call (formerly .Dv SIGIOT ) .It Dv SIGEMT No " create core image" " emulate instruction executed" |