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/gen/setjmp.3 | |
parent | 571f1d54cbddb7c261d699740554a5be84bfeb00 (diff) |
correct some Xr's which referred to the wrong man page sections
Diffstat (limited to 'lib/libc/gen/setjmp.3')
-rw-r--r-- | lib/libc/gen/setjmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 6b0d1540f70..5f850a5a8cf 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setjmp.3,v 1.3 1999/03/10 21:25:26 pjanzen Exp $ +.\" $OpenBSD: setjmp.3,v 1.4 1999/05/10 17:56:28 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -145,7 +145,7 @@ routine calls the routine If .Fn longjmperror returns the program is aborted (see -.Xr abort 2 ) . +.Xr abort 3 ) . The default version of .Fn longjmperror prints the message |