diff options
author | 1999-02-27 21:54:48 +0000 | |
---|---|---|
committer | 1999-02-27 21:54:48 +0000 | |
commit | 960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch) | |
tree | 7c7161599c52771fdf4d5c9d491663056a570428 /lib/libc/sys/sigreturn.2 | |
parent | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff) | |
download | wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip |
make function names the correct case
Diffstat (limited to 'lib/libc/sys/sigreturn.2')
-rw-r--r-- | lib/libc/sys/sigreturn.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/sigreturn.2 b/lib/libc/sys/sigreturn.2 index afbb52b2c88..5453ffd9f1c 100644 --- a/lib/libc/sys/sigreturn.2 +++ b/lib/libc/sys/sigreturn.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigreturn.2,v 1.4 1998/07/06 18:28:39 deraadt Exp $ +.\" $OpenBSD: sigreturn.2,v 1.5 1999/02/27 21:56:51 deraadt Exp $ .\" $NetBSD: sigreturn.2,v 1.6 1995/02/27 12:37:40 cgd Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -45,7 +45,7 @@ .Ft int .Fn sigreturn "struct sigcontext *scp" .Sh DESCRIPTION -.Fn Sigreturn +.Fn sigreturn allows users to atomically unmask, switch stacks, and return from a signal context. The processes signal mask and stack status are @@ -69,12 +69,12 @@ Otherwise, a value of -1 is returned and .Va errno is set to indicate the error. .Sh ERRORS -.Fn Sigreturn +.Fn sigreturn will fail and the process context will remain unchanged if one of the following occurs. .Bl -tag -width Er .It Bq Er EFAULT -.Fa Scp +.Fa scp points to memory that is not a valid part of the process address space. .It Bq Er EINVAL |