mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Sync with OpenBSD rev. 1.13:
strtonum does not require limits.h Obtained from: OpenBSD Discussed with: ru@ MFC after: 5 days
This commit is contained in:
parent
fb2439a6f6
commit
e9e38bc2e7
1 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.\" $OpenBSD: strtonum.3,v 1.12 2005/10/26 11:37:58 jmc Exp $
|
||||
.\" $OpenBSD: strtonum.3,v 1.13 2006/04/25 05:15:42 tedu Exp $
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 29, 2004
|
||||
|
|
@ -23,7 +23,6 @@
|
|||
.Nd "reliably convert string value to an integer"
|
||||
.Sh SYNOPSIS
|
||||
.In stdlib.h
|
||||
.In limits.h
|
||||
.Ft long long
|
||||
.Fo strtonum
|
||||
.Fa "const char *nptr"
|
||||
|
|
|
|||
Loading…
Reference in a new issue