CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/30 14:21:59
Modified files: lib/libc/stdlib: atol.3 atoll.3 exit.3 imaxabs.3 imaxdiv.3 labs.3 lldiv.3 strtod.3 strtol.3 strtoul.3 lib/libc/string: strerror.3 lib/libc/sys : _exit.2 share/man/man3 : stdarg.3 Log message: 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.