diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 21:24:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 21:24:22 +0000 |
commit | e995764d51674c3bfd0717fdfbf24af85952e88e (patch) | |
tree | bfacced16115700d9af42f1c630b556ff440b2a6 /lib/libc/gen/raise.3 | |
parent | 93618cc06c778bc3a041fff3896e1dcb920eafdc (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/raise.3')
-rw-r--r-- | lib/libc/gen/raise.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3 index 421bc947381..494b9d2b9ff 100644 --- a/lib/libc/gen/raise.3 +++ b/lib/libc/gen/raise.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raise.3,v 1.2 1996/08/19 08:25:31 tholo Exp $ +.\" $OpenBSD: raise.3,v 1.3 1999/05/29 21:24:18 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -53,7 +53,7 @@ function sends the signal to the current process. .Sh RETURN VALUES Upon successful completion, a value of 0 is returned. -Otherwise, a value of \-1 is returned and the global variable +Otherwise, a value of -1 is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS |