diff options
author | schwarze <> | 2014-11-30 21:21:59 +0000 |
---|---|---|
committer | schwarze <> | 2014-11-30 21:21:59 +0000 |
commit | 31c8510c76a513029853bca574d8394c55f6eff5 (patch) | |
tree | bf9225d160fa4ac1b3f80b7028cb4dd79f8dbe43 /src/lib/libc/stdlib/strtol.3 | |
parent | 114d87222228fe31b2e0082e1c74f3c657706ddd (diff) | |
download | openbsd-31c8510c76a513029853bca574d8394c55f6eff5.tar.gz openbsd-31c8510c76a513029853bca574d8394c55f6eff5.tar.bz2 openbsd-31c8510c76a513029853bca574d8394c55f6eff5.zip |
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly
and not supported by groff, so i'm going to delete it from mandoc(1).
We don't need two macros for the same thing.
Diffstat (limited to 'src/lib/libc/stdlib/strtol.3')
-rw-r--r-- | src/lib/libc/stdlib/strtol.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index 742be4cbb7..dc88b77bc8 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/lib/libc/stdlib/strtol.3 | |||
@@ -29,9 +29,9 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: strtol.3,v 1.25 2014/09/14 14:32:44 schwarze Exp $ | 32 | .\" $OpenBSD: strtol.3,v 1.26 2014/11/30 21:21:59 schwarze Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: September 14 2014 $ | 34 | .Dd $Mdocdate: November 30 2014 $ |
35 | .Dt STRTOL 3 | 35 | .Dt STRTOL 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -256,7 +256,7 @@ The | |||
256 | and | 256 | and |
257 | .Fn strtoimax | 257 | .Fn strtoimax |
258 | functions conform to | 258 | functions conform to |
259 | .St -ansiC-99 . | 259 | .St -isoC-99 . |
260 | Setting | 260 | Setting |
261 | .Va errno | 261 | .Va errno |
262 | to | 262 | to |