Ruslan Ermilov
ace5be682d
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
Alexey Zelkin
597cf12892
Add AUTHORS section
2003-02-13 22:11:19 +00:00
Alexey Zelkin
318d8cfd73
Finally! Document all undocumented functions in libc_r.
...
Add manual pages for following functions:
. pthread_attr_setcreatesuspend_np(3)
. pthread_main_np(3)
. pthread_multi_np(3)
. pthread_single_np(3)
. pthread_mutexattr_getkind_np(3)
. pthread_mutexattr_setkind_np(3)
. pthread_resume_all_np(3)
. pthread_resume_np(3)
. pthread_set_name_np(3)
. pthread_suspend_all_np(3)
. pthread_suspend_np(3)
. pthread_switch_add_np(3)
. pthread_switch_delete_np(3)
MFC after: 3 days
2003-02-13 22:10:10 +00:00
Alexey Zelkin
c18f0ff70c
Break important implementation detail note into IMPLEMENTATION DETAILS
...
section. Add cross reference to pthread_attr_getstack() function.
MFC after: 1 day
2003-02-13 18:39:06 +00:00
Alexey Zelkin
41dd2d2dfa
Add cross reference for pthread_attr_get_np()
2003-02-13 18:36:48 +00:00
Alfred Perlstein
4e44912c6c
Add pthread_attr_getstack() and pthread_attr_setstack().
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-02-10 08:48:04 +00:00
Philippe Charnier
6f673fd1c0
The .Fn function
2003-02-06 11:10:32 +00:00
Alexey Zelkin
f3cf900844
Document additional behaviour of this function (see
...
rev 1.3 of uthread_attr_get_np.c)
2003-02-03 10:10:40 +00:00
Max Khon
f7ed1917e2
pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')
...
to be consistent with other pthread_XXX functions
2003-01-07 21:43:30 +00:00
Jens Schweikhardt
57bd0fc6e8
english(4) police.
2002-12-27 12:15:40 +00:00
Ruslan Ermilov
facc67676f
mdoc(7) police: Deal with self-xrefs.
2002-12-24 13:41:48 +00:00
Ruslan Ermilov
c8d40b7d34
mdoc(7) police: sort xrefs in SEE ALSO.
2002-12-13 16:53:51 +00:00
Ruslan Ermilov
480565d5e4
mdoc(7) police: markup overhaul.
2002-12-13 15:27:27 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Ruslan Ermilov
e199383992
mdoc(7) police: overhaul.
2002-12-09 12:41:29 +00:00
Ruslan Ermilov
ae82896268
Consistently mark std(in|out|err) with .Dv, because that's how they
...
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".
Approved by: re
2002-12-04 18:57:46 +00:00
Ruslan Ermilov
d962d52ac0
mdoc(7) police: scheduled sweep.
...
Approved by: re
2002-11-29 11:39:20 +00:00
Alexey Zelkin
1f1e884a91
Add & hookup manpage for pthread_attr_get_np(3).
...
MFC after: 3 days
2002-10-26 15:04:29 +00:00
Tim J. Robbins
9c78e04d62
Make the example "assertion failure" message match reality.
2002-10-25 14:22:20 +00:00
Tim J. Robbins
a40c540ffa
Update the Standards section for the addition of the C99 va_copy macro.
2002-10-25 12:22:14 +00:00
Mike Barcroft
86954511d2
Implement C99's va_copy() macro.
2002-09-18 07:33:16 +00:00
Maxim Konovalov
25a6539985
Fix a typo.
...
MFC after: 3 days
2002-07-10 09:06:42 +00:00
Dag-Erling Smørgrav
f191b6f96c
Install the tree(3) man page.
2002-06-23 14:44:32 +00:00
Dag-Erling Smørgrav
c83272f713
This commit was generated by cvs2svn to compensate for changes in r98681,
...
which included commits to RCS files with non-trunk default branches.
2002-06-23 14:41:09 +00:00
Dag-Erling Smørgrav
87f5f0ecf9
Import the documentation for <sys/tree.h>
...
Obtained from: OpenBSD
2002-06-23 14:41:09 +00:00
Tom Rhodes
0e85d620bc
More file system > filesystem
2002-05-16 05:21:58 +00:00
Thomas Moestl
d57e28adb2
Document STAILQ_CONCAT and TAILQ_CONCAT.
...
PR: 20024
Submitted by: Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed
by me)
Reviewed by: ru (earlier version)
2002-04-17 13:48:14 +00:00
Ruslan Ermilov
241c7610c2
mdoc(7) police: tidy up.
2002-03-18 16:18:33 +00:00
Maxim Konovalov
d378717e70
Add a bunch of functions.
...
PR: docs/32561
Reviewed by: deischen, ru
Approved by: ru
MFC after: 2 weeks
2002-03-11 10:45:18 +00:00
Max Khon
8b4d150858
fix MLINKS for timeradd.3
2002-01-14 20:36:34 +00:00
Doug White
e5606f14a9
Add manpage for timeradd macros and friends. A companion page for
...
timespecadd should be added at a future point...
PR: 13079
2002-01-14 00:38:20 +00:00
Ruslan Ermilov
fb5293cf53
mdoc(7) police: tidy up previous delta.
2002-01-09 15:32:25 +00:00
Julian Elischer
5e7cbd4365
Document some behaviour I'm depending on.
...
(TAILQ_FOREACH leaves the variable NULL if there were no more to do)
2001-12-28 22:00:27 +00:00
Ruslan Ermilov
3a021a4706
mdoc(7) police: one-line literal displays are faster.
2001-11-20 15:17:51 +00:00
Murray Stokely
5e77dc7342
Describe handling of NULLs passed to pthread_setcancelstate().
...
PR: docs/31745
Submitted by: Andrew <andrew@ugh.net.au>
2001-11-05 08:21:32 +00:00
Dima Dorfman
5e52f30031
Mark up NULL in .Dv.
...
PR: 31747
Submitted by: <andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
Mike Barcroft
cb5f460523
Only provide function information in compile environments that support
...
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
2001-10-27 20:11:10 +00:00
Jeroen Ruigrok van der Werven
62b151c324
Document C99 conformity.
...
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
Ruslan Ermilov
32eef9aeb1
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
Maxim Sobolev
f36b6e4bbb
STAILQ_LAST() macro takes 3 arguments, not 1.
2001-08-21 06:19:29 +00:00
Dima Dorfman
cc0235828a
Remove unused variable in example.
2001-08-16 06:02:20 +00:00
Ruslan Ermilov
04da392069
mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.
2001-08-13 16:43:02 +00:00
Ruslan Ermilov
c5e7e03a14
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
Jason Evans
aa33517e94
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
...
be malloc()ed, but they are now allocated using mmap(), just as the
default-size stacks are. A separate cache of stacks is kept for
non-default-size stacks.
Collaboration with: deischen
2001-07-20 04:23:11 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Ruslan Ermilov
a307d59838
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 13:41:46 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00