diff options
| author | skrll <skrll@NetBSD.org> | 2001-07-09 12:07:08 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2001-07-09 12:07:08 +0000 |
| commit | f589848c0debbb8abb32a2a7d30e5ef3d26c05de (patch) | |
| tree | 41af50573cc9967fc81aaf5915979f3b6edf5cce /lib/libc/sys | |
| parent | 9c4c15292bfa09a22be2ff75e482455c32924922 (diff) | |
grammar.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/sigpending.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2 index db48c0c9210..64152e549c6 100644 --- a/lib/libc/sys/sigpending.2 +++ b/lib/libc/sys/sigpending.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigpending.2,v 1.7 2000/06/07 19:47:58 nathanw Exp $ +.\" $NetBSD: sigpending.2,v 1.8 2001/07/09 12:07:08 skrll Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,7 @@ function returns a mask of the signals pending for delivery to the calling process in the location indicated by .Fa set . Signals may be pending because they are currently masked, -or transiently before delivery (although the latter case is not +or they are in transition before delivery (although the latter case is not normally detectable). .Sh RETURN VALUES A 0 value indicates that the call succeeded. A \-1 return value |
