From 31c8510c76a513029853bca574d8394c55f6eff5 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 30 Nov 2014 21:21:59 +0000 Subject: 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. --- src/lib/libc/stdlib/imaxdiv.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/imaxdiv.3') diff --git a/src/lib/libc/stdlib/imaxdiv.3 b/src/lib/libc/stdlib/imaxdiv.3 index 40ac0bc236..20f02e7571 100644 --- a/src/lib/libc/stdlib/imaxdiv.3 +++ b/src/lib/libc/stdlib/imaxdiv.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: imaxdiv.3,v 1.5 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: imaxdiv.3,v 1.6 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt IMAXDIV 3 .Os .Sh NAME @@ -63,4 +63,4 @@ and The .Fn imaxdiv function conforms to -.St -ansiC-99 . +.St -isoC-99 . -- cgit v1.2.3-55-g6feb