Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/compat-43 Sort sections. Update Dd for EXAMPLES add...



details:   https://anonhg.NetBSD.org/src/rev/29f98187f5ce
branches:  trunk
changeset: 535099:29f98187f5ce
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Aug 10 09:07:15 2002 +0000

description:
Sort sections. Update Dd for EXAMPLES addition.

diffstat:

 lib/libc/compat-43/sigblock.3   |  8 ++++----
 lib/libc/compat-43/sigsetmask.3 |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r b3467e0e0997 -r 29f98187f5ce lib/libc/compat-43/sigblock.3
--- a/lib/libc/compat-43/sigblock.3     Sat Aug 10 05:40:54 2002 +0000
+++ b/lib/libc/compat-43/sigblock.3     Sat Aug 10 09:07:15 2002 +0000
@@ -30,9 +30,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)sigblock.2   8.1 (Berkeley) 6/2/93
-.\"    $NetBSD: sigblock.3,v 1.13 2002/08/10 02:41:21 yamt Exp $
+.\"    $NetBSD: sigblock.3,v 1.14 2002/08/10 09:07:15 wiz Exp $
 .\"
-.Dd June 2, 1993
+.Dd August 10, 2002
 .Dt SIGBLOCK 3
 .Os
 .Sh NAME
@@ -71,6 +71,8 @@
 .Dv SIGSTOP ;
 this restriction is silently
 imposed by the system.
+.Sh RETURN VALUES
+The previous set of masked signals is returned.
 .Sh EXAMPLES
 The following example utilizing
 .Fn sigblock :
@@ -107,8 +109,6 @@
 
 sigprocmask(SIG_BLOCK, NULL, &set);
 .Ed
-.Sh RETURN VALUES
-The previous set of masked signals is returned.
 .Sh SEE ALSO
 .Xr kill 2 ,
 .Xr sigaction 2 ,
diff -r b3467e0e0997 -r 29f98187f5ce lib/libc/compat-43/sigsetmask.3
--- a/lib/libc/compat-43/sigsetmask.3   Sat Aug 10 05:40:54 2002 +0000
+++ b/lib/libc/compat-43/sigsetmask.3   Sat Aug 10 09:07:15 2002 +0000
@@ -30,9 +30,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)sigsetmask.2 8.1 (Berkeley) 6/2/93
-.\"    $NetBSD: sigsetmask.3,v 1.14 2002/08/10 02:41:21 yamt Exp $
+.\"    $NetBSD: sigsetmask.3,v 1.15 2002/08/10 09:07:15 wiz Exp $
 .\"
-.Dd June 2, 1993
+.Dd August 10, 2002
 .Dt SIGSETMASK 3
 .Os
 .Sh NAME
@@ -67,6 +67,8 @@
 or
 .Dv SIGSTOP
 to be blocked.
+.Sh RETURN VALUES
+The previous set of masked signals is returned.
 .Sh EXAMPLES
 The following example utilizing
 .Fn sigsetmask :
@@ -126,8 +128,6 @@
 sigemptyset(&eset);
 (void) sigprocmask(SIG_SETMASK, &eset, NULL);
 .Ed
-.Sh RETURN VALUES
-The previous set of masked signals is returned.
 .Sh SEE ALSO
 .Xr kill 2 ,
 .Xr sigaction 2 ,



Home | Main Index | Thread Index | Old Index