njoly
|
989d80ec98
|
Remove reference to Curses development kit (CDK) which do not exists
anymore.
|
2010-12-09 13:51:45 +00:00 |
enami
|
d63316f97f
|
Fix typo in previous commit.
|
2010-11-08 09:43:27 +00:00 |
enami
|
05eafeb6bd
|
- Add library section.
- Fix function signatures.
- Describe added member to an ops structure.
- Describe rb_tree_remove_node.
|
2010-11-08 03:20:59 +00:00 |
jruoho
|
e7043d3268
|
Catch-up with code changes.
|
2010-10-24 06:57:04 +00:00 |
wiz
|
532ca9579f
|
Use .In.
|
2010-10-16 12:05:48 +00:00 |
skrll
|
e6cdac9c4b
|
Implement dl_iterate_phdr.
Somewhat taken from FreeBSD. Manual page from OpenBSD.
|
2010-10-16 10:27:06 +00:00 |
skrll
|
3fd0b7cfed
|
Fix RCSID
|
2010-10-14 20:14:50 +00:00 |
jruoho
|
4328a42a43
|
Replace the example with something more generic and perceptual.
|
2010-08-27 09:13:38 +00:00 |
dyoung
|
99289f936d
|
Apparently, you have to #include <sys/param.h>, too, for MAX().
|
2010-08-26 16:42:28 +00:00 |
jruoho
|
4a8a89e213
|
Couple of grammar fixes.
|
2010-06-24 04:21:58 +00:00 |
joerg
|
6d1420650f
|
Sort prologue
|
2010-06-20 21:57:59 +00:00 |
wiz
|
e20e5913d6
|
Sort SEE ALSO.
|
2010-06-15 06:36:08 +00:00 |
jruoho
|
839d06c021
|
Fix xref: timer_create(3) -> timer_create(2).
|
2010-06-15 05:29:52 +00:00 |
jruoho
|
f484940420
|
Put also powerof2(9) to SEE ALSO.
|
2010-06-08 09:00:51 +00:00 |
jruoho
|
a88b2930dc
|
Document ilog2() from <sys/bitops.h>.
|
2010-06-08 08:51:08 +00:00 |
jruoho
|
338ce8774a
|
Xref mq(3).
|
2010-06-08 06:11:05 +00:00 |
jruoho
|
b2a0054edc
|
Xref bintime_add(9).
|
2010-06-08 05:50:01 +00:00 |
jruoho
|
d7ca51b758
|
Add a missing word.
|
2010-06-07 18:40:16 +00:00 |
jruoho
|
b193ac2e60
|
Add a bold-faced note that the interface is not fully functional, but the
opposite.
|
2010-05-20 07:13:16 +00:00 |
jruoho
|
eae9525bf9
|
Note clock_gettime(2) in the example.
|
2010-05-20 05:37:58 +00:00 |
tsutsui
|
ddc1224298
|
microtime(9) stores struct timeval. bintime(9) stores struct bintime.
|
2010-05-19 13:41:39 +00:00 |
jruoho
|
9af468c2ef
|
Continue the discussion w.r.t. SIGEV_THREAD by nothing that pthread_join(3)
should be out of the question and that thread stack cannot be recovered.
|
2010-05-19 08:02:46 +00:00 |
wiz
|
1ac335ec2f
|
Sort sections.
|
2010-05-19 06:59:44 +00:00 |
jruoho
|
9a92149c5d
|
Add sigevent(3), a manual page that describes the struct sigevent used by
the POSIX real time functions and timers.
XXX: (a) Needs to be modified once real time signals are supported.
(b) Could use an example.
|
2010-05-19 06:28:53 +00:00 |
wiz
|
87c3d5913f
|
Slight wording improvement.
|
2010-05-18 18:02:32 +00:00 |
jruoho
|
ba65e80ee0
|
Macros, not functions.
|
2010-05-18 11:20:12 +00:00 |
jruoho
|
177daa903e
|
Fix .Nd.
|
2010-05-18 09:10:03 +00:00 |
jruoho
|
376c7b5fe6
|
Describe also the timespec() family of macros in timeradd(3).
|
2010-05-18 09:07:37 +00:00 |
jruoho
|
4e56c5c6e0
|
Fix a typo.
|
2010-05-18 07:31:15 +00:00 |
jruoho
|
497c121b01
|
Add an introductory example.
|
2010-05-18 07:04:27 +00:00 |
jruoho
|
1c11137b95
|
Note that struct bintime is described in timecounter(9). Improve wording.
|
2010-05-18 05:57:07 +00:00 |
jruoho
|
f6554b77a6
|
Due previous, remove STANDARDS.
|
2010-05-17 20:32:09 +00:00 |
jruoho
|
ccf0fdd5d1
|
Briefly describe and note also struct bintime.
|
2010-05-17 20:25:19 +00:00 |
jruoho
|
8499504d78
|
Remove trailing comma.
|
2010-05-17 12:27:13 +00:00 |
jruoho
|
50faa93541
|
Fix .Dt.
|
2010-05-17 08:09:20 +00:00 |
jruoho
|
5717af9360
|
Reference timeval(3).
|
2010-05-17 07:22:03 +00:00 |
jruoho
|
39a44ad3b2
|
Add a manual page that describes the basic structures in <sys/time.h>.
|
2010-05-17 07:10:15 +00:00 |
jruoho
|
c7e72bf2a1
|
Fix the SYNOPSIS.
|
2010-05-16 15:56:39 +00:00 |
jruoho
|
15ccf6ccbe
|
As was done with the man-page for <sys/types.h>, move dir(5) to dirent(3).
Add a table describing the stat <-> dirent types. Note IFTODT() and DTTOIF().
|
2010-05-16 15:33:29 +00:00 |
joerg
|
e2f68b9903
|
Fix prologue
|
2010-05-14 02:45:39 +00:00 |
joerg
|
1670722e9e
|
Fix prologue. \\ -> \e
|
2010-05-14 02:45:27 +00:00 |
joerg
|
7cd0670cf0
|
Fix prologue. Drop size of last column as it doesn't exist in all cases
and implicit last column handling will do TRT.
|
2010-05-14 02:45:02 +00:00 |
joerg
|
b6b2d9476a
|
\\ -> \e
|
2010-05-13 21:03:33 +00:00 |
joerg
|
41e6d3828c
|
Reorder prologue
|
2010-05-13 19:29:01 +00:00 |
jruoho
|
09008336f5
|
Add a note that rb(3) is preferred for new code.
|
2010-05-05 06:24:43 +00:00 |
jruoho
|
09b3e2a888
|
Two small grammar fixes.
|
2010-04-28 19:47:34 +00:00 |
jruoho
|
a87d51e681
|
Fix typo in XXX-comment.
|
2010-04-28 07:56:54 +00:00 |
jruoho
|
53a157cb98
|
Document ffs32(), ffs64(), fls32(), and fls64() from <sys/bitops.h>.
|
2010-04-28 07:35:30 +00:00 |
jruoho
|
67e7c628fb
|
A small correction. Typos.
|
2010-04-22 08:42:34 +00:00 |
wiz
|
dfc84806e9
|
Get rid of some unnecessary whitespace.
Add backslash before a dash to get a minus.
|
2010-04-22 06:55:07 +00:00 |