diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/sigreturn.2 | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
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 a66238ed4c5..f045ca4fadf 100644 --- a/lib/libc/sys/sigreturn.2 +++ b/lib/libc/sys/sigreturn.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigreturn.2,v 1.7 1998/02/06 05:41:36 perry Exp $ +.\" $NetBSD: sigreturn.2,v 1.8 1998/08/29 08:32:42 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,7 @@ struct sigcontext { .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 @@ -77,12 +77,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 |
