Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Use Nx.



details:   https://anonhg.NetBSD.org/src/rev/cbaf2f0fa5fe
branches:  trunk
changeset: 330724:cbaf2f0fa5fe
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jul 19 14:58:50 2014 +0000

description:
Use Nx.

diffstat:

 lib/libc/gen/pthread_atfork.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 82f35e771e36 -r cbaf2f0fa5fe lib/libc/gen/pthread_atfork.3
--- a/lib/libc/gen/pthread_atfork.3     Sat Jul 19 14:53:22 2014 +0000
+++ b/lib/libc/gen/pthread_atfork.3     Sat Jul 19 14:58:50 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pthread_atfork.3,v 1.6 2014/07/19 14:53:22 roy Exp $
+.\"    $NetBSD: pthread_atfork.3,v 1.7 2014/07/19 14:58:50 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -119,7 +119,9 @@
 handler.
 POSIX does not mandate that
 .Fn pthread_mutex_unlock
-be async-signal-safe, but it is in NetBSD and thus safe to use within the
+be async-signal-safe, but it is in
+.Nx
+and thus safe to use within the
 .Ar child
 handler.
 .Sh BUGS



Home | Main Index | Thread Index | Old Index