diff options
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 |