summaryrefslogtreecommitdiff
path: root/share/man/man3
AgeCommit message (Collapse)Author
2000-01-22ie. -> i.e.,Aaron Campbell
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-11-17Add missing MLINKsTodd C. Miller
1999-09-08Document most of the new macros,Marc Espie
clarify structure comparison (from Free)
1999-09-05Document newer queue macros.Marc Espie
1999-07-09- remove all trailing whitespaceAaron Campbell
* 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...
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-01a start at fleshing this outTheo de Raadt
1999-06-05more .Os cleanup, remove some trailing whitespace, cleanse some .NmAaron Campbell
1998-11-29kill superfluous .Nm macro argumentsAaron Campbell
1998-11-26whoopsAaron Campbell
1998-11-25share/man/man3 man page repairsAaron Campbell
1998-11-20remove white lie (not all libc_r fns are thread-safe)David Leonard
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
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
1998-10-08insert bit_ffc into title, symlink bit_* to bitstring.3Niels Provos
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-02-11Fixed typosDavid Leonard
1997-06-13fixTheo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1996-03-29From NetBSD: merge of 960317Niklas Hallqvist
1996-01-12from netbsd; Note search mechanismTheo de Raadt
1995-11-20make dlopen() use hints database, not just paths; from etheisen@TECLink.Net; ↵Theo de Raadt
netbsd pr#1763
1995-10-18initial import of NetBSD treeTheo de Raadt