Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make example more correct (errstr is a pointer, not boolean). | pjd | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Revert to r214147, errno is not clobbered as originally | bcr | 2010-10-22 | 1 | -2/+0 |
| | | | | thought. | ||||
* | Document strtonum()s behavior of setting errno to 0 when no error is found. | bcr | 2010-10-21 | 1 | -0/+2 |
| | | | | | | | PR: docs/143330 Submitted by: Efstratios Karatzas (gpf dot kira at gmail dot com) Discussed with: ru@ MFC after: 7 days | ||||
* | Sync with OpenBSD rev. 1.13: | bcr | 2010-10-21 | 1 | -2/+1 |
| | | | | | | | | strtonum does not require limits.h Obtained from: OpenBSD Discussed with: ru@ MFC after: 5 days | ||||
* | Revise markup in recently added manpages. | ru | 2006-09-30 | 1 | -13/+15 |
| | |||||
* | Add a non-optional newline after ".Bx". | ru | 2006-03-15 | 1 | -1/+2 |
| | |||||
* | Revert previous changes as we do support the .Ox macro for OpenBSD. | andre | 2006-03-15 | 1 | -2/+4 |
| | | | | Pointed out by: ceri, ru, delphij | ||||
* | Fix HISTORY and point to OpenBSD. | andre | 2006-03-14 | 1 | -5/+2 |
| | |||||
* | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | andre | 2006-03-14 | 1 | -0/+154 |
providing proper error checking and other improvements. Obtained from: OpenBSD Requested by: flz (to port Open[BGP|OSPF]D) MFC after: 3 days |