diff options
author | delphij <delphij@FreeBSD.org> | 2009-03-01 05:44:28 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-03-01 05:44:28 +0000 |
commit | 45c467dd5ab21d2181f4d2fc1129986014eb6ea4 (patch) | |
tree | 4fee8059734ef504a614f6cae589943dd215164a /lib/libc/stdlib | |
parent | 7dc8e87695c3612caae13c4d6250c405e7540c5c (diff) | |
download | FreeBSD-src-45c467dd5ab21d2181f4d2fc1129986014eb6ea4.zip FreeBSD-src-45c467dd5ab21d2181f4d2fc1129986014eb6ea4.tar.gz |
"-isoC-99" should be spelled without 'c'.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/atol.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index bb97c6f..cc49fe2 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -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 |