From 2f8f81cd7d51edc2c22f90355222b5dafedab140 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/labs.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/labs.3') diff --git a/src/lib/libc/stdlib/labs.3 b/src/lib/libc/stdlib/labs.3 index a38c64b1af..55cf548ea5 100644 --- a/src/lib/libc/stdlib/labs.3 +++ b/src/lib/libc/stdlib/labs.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: labs.3,v 1.12 2014/01/19 05:21:12 schwarze Exp $ +.\" $OpenBSD: labs.3,v 1.13 2014/11/30 21:21:59 schwarze Exp $ .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt LABS 3 .Os .Sh NAME @@ -64,6 +64,6 @@ The and .Fn llabs functions conform to -.St -ansiC-99 . +.St -isoC-99 . .Sh BUGS The absolute value of the most negative integer remains negative. -- cgit v1.2.3-55-g6feb