Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys grammar.



details:   https://anonhg.NetBSD.org/src/rev/103d37813d6f
branches:  trunk
changeset: 512311:103d37813d6f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 09 12:07:08 2001 +0000

description:
grammar.

diffstat:

 lib/libc/sys/sigpending.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7656f3f39ad4 -r 103d37813d6f lib/libc/sys/sigpending.2
--- a/lib/libc/sys/sigpending.2 Mon Jul 09 12:06:35 2001 +0000
+++ b/lib/libc/sys/sigpending.2 Mon Jul 09 12:07:08 2001 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index