svn commit: r214379 - stable/8/lib/libc/stdlib

Benedict Reuschling bcr at FreeBSD.org
Tue Oct 26 16:04:24 UTC 2010


Author: bcr (doc committer)
Date: Tue Oct 26 16:04:23 2010
New Revision: 214379
URL: http://svn.freebsd.org/changeset/base/214379

Log:
  MFC r214147:
  
  Sync with OpenBSD rev. 1.13:
  strtonum does not require limits.h
  
  Obtained from:  OpenBSD
  Discussed with: ru@

Modified:
  stable/8/lib/libc/stdlib/strtonum.3

Modified: stable/8/lib/libc/stdlib/strtonum.3
==============================================================================
--- stable/8/lib/libc/stdlib/strtonum.3	Tue Oct 26 15:48:03 2010	(r214378)
+++ stable/8/lib/libc/stdlib/strtonum.3	Tue Oct 26 16:04:23 2010	(r214379)
@@ -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"


More information about the svn-src-all mailing list