svn commit: r189207 - head/lib/libc/stdlib

Xin LI delphij at FreeBSD.org
Sat Feb 28 21:44:28 PST 2009


Author: delphij
Date: Sun Mar  1 05:44:28 2009
New Revision: 189207
URL: http://svn.freebsd.org/changeset/base/189207

Log:
  "-isoC-99" should be spelled without 'c'.

Modified:
  head/lib/libc/stdlib/atol.3

Modified: head/lib/libc/stdlib/atol.3
==============================================================================
--- head/lib/libc/stdlib/atol.3	Sun Mar  1 05:09:34 2009	(r189206)
+++ head/lib/libc/stdlib/atol.3	Sun Mar  1 05:44:28 2009	(r189207)
@@ -103,7 +103,7 @@ and
 is not required by
 .St -isoC
 or
-.St -isoC-c99 ,
+.St -isoC-99 ,
 but it is allowed by all of
 .St -isoC , St -isoC-99
 and


More information about the svn-src-head mailing list