pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/portability-book/files + nanosleep



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad8433cc5462
branches:  trunk
changeset: 520693:ad8433cc5462
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 25 21:33:59 2006 +0000

description:
+ nanosleep

diffstat:

 doc/portability-book/files/functions.xml |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 65e252b370ae -r ad8433cc5462 doc/portability-book/files/functions.xml
--- a/doc/portability-book/files/functions.xml  Wed Oct 25 21:07:11 2006 +0000
+++ b/doc/portability-book/files/functions.xml  Wed Oct 25 21:33:59 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: functions.xml,v 1.2 2006/10/06 21:44:30 rillig Exp $ -->
+<!-- $NetBSD: functions.xml,v 1.3 2006/10/25 21:33:59 rillig Exp $ -->
 
 <chapter id="functions">
 <title>C/C++: functions</title>
@@ -75,5 +75,12 @@
 </informaltable>
 
 </sect2>
+
+<sect2 id="functions.nanosleep">
+<title>nanosleep</title>
+
+<para>On Solaris, the <literal>rt</literal> library is needed.</para>
+</sect2>
+
 </sect1>
 </chapter>



Home | Main Index | Thread Index | Old Index