Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-16 | doc isinff() and isnanf() | Theo de Raadt | |
1999-08-16 | Explicitly include <sys/types.h> and some minor style points. | Todd C. Miller | |
1999-08-16 | If the FTS_NOCHDIR flag is set and the final directory is empty, | Todd C. Miller | |
the trailing '/' would not be chopped; pho@freebsd.org | |||
1999-08-15 | more poll | Theo de Raadt | |
1999-08-13 | Missing comma | Todd C. Miller | |
1999-08-11 | more unescaped \n lines in nroff documents | Theo de Raadt | |
1999-08-11 | paste'o away! | Todd T. Fries | |
1999-08-08 | missing G in item list; bde | Theo de Raadt | |
1999-08-07 | Local changes that should not have gone in | Todd C. Miller | |
1999-08-07 | If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk | Todd C. Miller | |
1999-08-03 | Return an open failure if the fstab is zero length or not a regular file. | Jason Downs | |
1999-07-31 | fix printing error; marc | Theo de Raadt | |
1999-07-31 | document cdev/bdev semantic change | Theo de Raadt | |
1999-07-26 | use .Aq | Aaron Campbell | |
1999-07-23 | replace the stub ieeefp functions with the real working functions, | Dale S. Rahn | |
from NetBSD. | |||
1999-07-21 | Xr fparseln(3); deraadt@ | Aaron Campbell | |
1999-07-21 | Remove PARAMETERS section. Different bad. Kjell bad. | Kjell Wooding | |
Add references to sockaddr_storage. | |||
1999-07-21 | Updated man pages to be useful. Include description of typical uses. | Kjell Wooding | |
1999-07-20 | better english; deraadt@/millert@ | Aaron Campbell | |
1999-07-17 | Add a warning that our implementation is different from other vendors (Solaris). | Jason Downs | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-08 | use SIOCGIFCONF much more carefully | Theo de Raadt | |
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-07 | I don't see how revoke can return EINVAL. | Artur Grabowski | |
1999-07-07 | revoke(2) works on more than just char and block devices | Artur Grabowski | |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-07 | capitalize .Dt argument | Aaron Campbell | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
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. | |||
1999-07-06 | these can also return ENFILE | Theo de Raadt | |
1999-07-06 | Update to reflect reality. | Jason Downs | |
1999-07-05 | repairs | Aaron Campbell | |
1999-07-05 | whoops, forgot this one | Aaron Campbell | |
1999-07-05 | repairs | Aaron Campbell | |
1999-07-05 | use .Li to refer to data types | Aaron Campbell | |
1999-07-05 | repairs; better English, formatting, etc. | Aaron Campbell | |
1999-07-05 | formatting nits | Aaron Campbell | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-04 | better wording | Aaron Campbell | |
1999-07-04 | document KERN_RND and KERN_NOSUIDCOREDUMP | Aaron Campbell | |
1999-07-03 | cleaned up | Theo de Raadt | |
1999-07-03 | if_freenameindex() API | Theo de Raadt | |
1999-07-03 | cleaner | Theo de Raadt | |
1999-07-03 | man pages from WIDE | Theo de Raadt | |
1999-07-03 | install man page | Theo de Raadt | |
1999-07-03 | man page for net_addrcmp(3) | Aaron Campbell | |
1999-07-03 | Ignore SIGs in the answer section for now as we don't use them (yet). | Jakob Schlyter | |
OK'd by deraadt. | |||
1999-07-03 | whoops, fix a bug in my example :) | Aaron Campbell | |
1999-07-03 | add an example | Aaron Campbell | |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | document more | Theo de Raadt | |