Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cabsf takes complex float not double | 2003-06-26 | 1 | -2/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 28 | -168/+56 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-06-02 | 4 | -71/+71 | |
| | |||||
* | - typos | 2003-05-20 | 6 | -31/+34 | |
| | | | | - new sentence, new line | ||||
* | ERROR -> ERRORS in .Sh, as per mdoc template. | 2003-05-08 | 2 | -4/+4 | |
| | |||||
* | add properties of single precision IEE754 | 2003-05-05 | 1 | -1/+110 | |
| | |||||
* | these files all had >9 arguments to .Nd, causing the name description to be | 2003-05-03 | 1 | -2/+2 | |
| | | | | | | truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | ||||
* | removed unused .Bd macro; | 2003-04-30 | 1 | -2/+1 | |
| | | | | ok jason@ | ||||
* | Bessel functions; | 2003-03-28 | 2 | -21/+25 | |
| | | | | | | also little cleanup in math(3); whitespace and new lines; ok jason@ | ||||
* | .Xr typos; | 2003-03-06 | 1 | -6/+8 | |
| | | | | ok deraadt@ | ||||
* | Use mdoc strings for !=, +-, >= and <= | 2003-03-01 | 1 | -10/+10 | |
| | |||||
* | .Xr the right pages | 2003-02-28 | 1 | -13/+11 | |
| | |||||
* | No need to waffle this much... s/roughly like/roughly | 2003-02-28 | 1 | -2/+2 | |
| | |||||
* | mention single precision versions | 2003-02-28 | 1 | -1/+25 | |
| | |||||
* | Convert to mdoc and make some very minor updates. Someone with libm clues | 2003-02-28 | 1 | -475/+460 | |
| | | | | could do a lot of good here. | ||||
* | another pass at cleaning | 2003-02-27 | 4 | -9/+12 | |
| | |||||
* | even more cleaning (and more yet to do) | 2003-02-27 | 8 | -26/+27 | |
| | |||||
* | final pass at *f in terms of the double precision version. | 2003-02-27 | 6 | -21/+44 | |
| | |||||
* | more pointing out that *f are single precision versions of the double functions. | 2003-02-27 | 4 | -23/+52 | |
| | |||||
* | describe *f in terms of the double precision version (more of this to come... after dinner). | 2003-02-27 | 12 | -41/+98 | |
| | |||||
* | english it my native language, tho you'd never know it | 2003-02-27 | 2 | -4/+4 | |
| | |||||
* | ieee_test isn't real, rename it to logb.3 and make everything link to that instead. | 2003-02-27 | 1 | -1/+1 | |
| | |||||
* | A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), etc. | 2003-02-27 | 2 | -13/+20 | |
| | |||||
* | - this describes scalb not scalbn | 2003-02-27 | 1 | -2/+11 | |
| | | | | - mention the *f forms are single precision forms of the *[^f] forms | ||||
* | put infnan in there, even though it is depricated | 2000-11-08 | 1 | -12/+19 | |
| | |||||
* | Mostly punctuation fixes. | 2000-04-15 | 2 | -4/+5 | |
| | |||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -2/+2 | |
| | |||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 1 | -2/+2 | |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | $OpenBSD$ | 2000-03-02 | 27 | -27/+27 | |
| | |||||
* | point at isinff and isnanf | 1999-08-16 | 1 | -1/+3 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 20 | -71/+71 | |
| | | | | | | | | | | * 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... | ||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 8 | -16/+16 | |
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | ||||
* | remove redundant .Pp macros | 1999-07-02 | 1 | -5/+3 | |
| | |||||
* | .Dd should not be given abbreviated month names | 1999-07-02 | 1 | -2/+2 | |
| | |||||
* | provide MLINKS for "f" versions, and make sure they show up in whatis.db | 1999-07-01 | 27 | -70/+116 | |
| | |||||
* | correct title | 1999-06-30 | 1 | -2/+2 | |
| | |||||
* | typo; from NetBSD | 1999-05-26 | 1 | -2/+2 | |
| | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 17 | -58/+58 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | make function names the correct case | 1999-02-27 | 1 | -3/+3 | |
| | |||||
* | doc cabsf; christos | 1999-02-24 | 1 | -3/+11 | |
| | |||||
* | section 3 not 3M | 1998-02-27 | 1 | -2/+2 | |
| | |||||
* | Remove reference to non-existent fortran man pages. | 1997-09-26 | 1 | -2/+1 | |
| | | | | maximum entropy <entropy@tardis.bernstein.com> | ||||
* | missing VAX manual for infnan(3), from 4.4 BSD | 1997-09-01 | 1 | -0/+182 | |
| | |||||
* | Removed confusing text which implies that gamma() computes the gamma | 1997-07-28 | 1 | -16/+4 | |
| | | | | | | instead of log gamma function. This was true with 4.4BSD's libm, but they are equivalent on all other systems (XPG4.2 requires this); jtc. cato@ulysses.df.lth.se found it. | ||||
* | pretty | 1997-07-03 | 1 | -4/+2 | |
| | |||||
* | fix; jonb@metronet.com | 1997-06-02 | 1 | -2/+3 | |
| | |||||
* | the the | 1997-04-09 | 1 | -2/+2 | |
| | |||||
* | From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various | 1997-04-05 | 13 | -74/+77 | |
| | | | | | typos; since we compile with POSIX libm, we should not xref matherr(3), and describe the errno settings. | ||||
* | description fix; netbsd pr#2690; yoav@mit.edu | 1996-08-12 | 1 | -2/+2 | |
| | |||||
* | update from NetBSD | 1995-10-28 | 27 | -27/+27 | |
| |