summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macrosfrantzen2002-03-252-4/+38
|
* Free/tree typos.vincent2002-03-191-3/+3
| | | | ok provos@
* tree.3 and linksprovos2002-02-241-2/+17
|
* queue.h like implementation of splay and red-black treesprovos2002-02-241-0/+401
|
* Fix TAILQ_NEXT() example. First param is listelm, not head.krw2002-02-241-2/+2
|
* document SLIST_REMOVE; vedge@csoft.org (pr2373)jason2002-02-031-1/+11
|
* o) Fix bogus .Xr usage;mpech2001-11-131-2/+2
| | | | | | | | | | | | o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help;
* "This section" and variants ==> 'The manual pages in section x'heko2001-08-221-3/+3
| | | | | in intro manual pages to hopefully confuse users a little bit less aaron@ ok
* - Note that unpromoted types should not be passed to va_argheko2001-08-131-5/+28
| | | | | | | | (see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@
* o) We don't like .Pp before/after .Sh;mpech2001-08-031-2/+1
| | | | | | | o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok
* add lost .Nm entry to .Sh NAME;mpech2001-08-021-1/+2
| | | | millert@ ok.
* remove unnecessary MLINK entry mentioned twice.mpech2001-08-021-2/+1
| | | | millert@ ok.
* more Xr completionsderaadt2001-07-311-2/+2
|
* Document LIST_REPLACE()angelos2001-06-231-1/+11
|
* Stay within 80 column boundary.aaron2001-05-241-4/+4
|
* Typo; karma@altern.orgaaron2001-05-181-2/+2
|
* A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingaaron2001-03-011-3/+3
| | | | | in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
* Grammar: somewhere -> sometimeaaron2001-01-241-2/+2
|
* Fix a few mdoc/formatting nits.aaron2001-01-241-6/+5
|
* .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron2000-12-151-2/+2
| | | | this is consistent.
* cleanup tailq examplesprovos2000-12-141-4/+4
|
* Fix.angelos2000-11-211-2/+2
|
* TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.arderaadt2000-11-211-2/+2
|
* .Sh AUTHOR -> AUTHORS, ok aaron@todd2000-11-101-2/+2
|
* Some share/man fleshing.aaron2000-10-268-148/+137
|
* Remove unwanted trailing whitespace.aaron2000-10-131-2/+2
|
* rename rtld(1) to ld.so(1)deraadt2000-05-251-2/+2
|
* Add sysexits(3) as referenced by style(9) from FreeBSD. This is basicallymillert2000-04-262-2/+136
| | | | just the comments from sysexits.h
* Missing MLINKSespie2000-04-251-4/+7
|
* misc cleanupderaadt2000-04-151-29/+30
|
* doc some missing macrosderaadt2000-04-152-4/+27
|
* link real names (uppercase) to queue.3deraadt2000-03-281-24/+32
|
* Use proper KNF in code example; d@aaron2000-03-211-2/+2
|
* Various cleanups.aaron2000-03-196-28/+45
|
* ie. -> i.e.,aaron2000-01-221-2/+2
|
* dlopen and dlsym take const char * parameters.espie1999-12-091-1/+1
| | | | Fix prototypes, propagate const where applicable.
* Add missing MLINKsmillert1999-11-171-2/+3
|
* Document most of the new macros,espie1999-09-081-23/+257
| | | | clarify structure comparison (from Free)
* Document newer queue macros.espie1999-09-052-41/+329
|
* - remove all trailing whitespaceaaron1999-07-092-10/+10
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-1/+1
|
* a start at fleshing this outderaadt1999-07-011-46/+116
|
* more .Os cleanup, remove some trailing whitespace, cleanse some .Nmaaron1999-06-053-6/+8
|
* kill superfluous .Nm macro argumentsaaron1998-11-294-15/+7
|
* whoopsaaron1998-11-261-1/+3
|
* share/man/man3 man page repairsaaron1998-11-256-110/+117
|
* remove white lie (not all libc_r fns are thread-safe)d1998-11-201-1/+1
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+8
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* insert bit_ffc into title, symlink bit_* to bitstring.3provos1998-10-082-0/+5
|
* More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1998-09-073-7/+7
| | | | | then/than and such. Other miscellaneous problems fixed across these source files.