diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-12-05 17:55:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-12-05 17:55:53 +0000 |
commit | c3279e7a741fbdadda577673e4654f12a4bb6abc (patch) | |
tree | b0b3eb7cbccec9c4d854823e95d63a9fbd767950 /lib | |
parent | 87ddd34d9939c83bce84bed395ff049a4bc4c7ec (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/sigaltstack.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2 index 76f48879c0a..22f2bcd26c9 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaltstack.2,v 1.5 1998/07/06 18:28:35 deraadt Exp $ +.\" $OpenBSD: sigaltstack.2,v 1.6 1998/12/05 17:55:52 espie Exp $ .\" $NetBSD: sigaltstack.2,v 1.3 1995/02/27 10:41:52 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 @@ -141,7 +141,7 @@ Otherwise, a value of -1 is returned and .Va errno is set to indicate the error. .Sh ERRORS -.Fn Sigstack +.Fn Sigaltstack will fail and the signal stack context will remain unchanged if one of the following occurs. .Bl -tag -width [ENOMEM] |