diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 21:22:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 21:22:00 +0000 |
commit | fc83a64d63cb39f9d268bdb1edb2f6cbddf46b4b (patch) | |
tree | 5c32ab7f03599bb00dcd47cdbfad6474c57a2705 /share/man | |
parent | 00bb6ad7449247aa1f562eb6fd8b52d6516ba0ce (diff) |
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 'share/man')
-rw-r--r-- | share/man/man3/stdarg.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index 1c2462cbd14..df381b7432d 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdarg.3,v 1.17 2013/06/05 03:42:03 tedu Exp $ +.\" $OpenBSD: stdarg.3,v 1.18 2014/11/30 21:21:59 schwarze Exp $ .\" $NetBSD: stdarg.3,v 1.15 2002/08/18 08:57:07 yamt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt STDARG 3 .Os .Sh NAME @@ -240,7 +240,7 @@ The and .Fn va_end macros conform to -.St -ansiC-99 . +.St -isoC-99 . .Sh HISTORY The .Fn va_start , @@ -252,7 +252,7 @@ macros were introduced in The .Fn va_copy macro was introduced in -.St -ansiC-99 . +.St -isoC-99 . .Sh BUGS Unlike the .Em varargs |