summaryrefslogtreecommitdiffstats
path: root/share/man/man3/stdarg.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-11-30 21:21:59 +0000
committerschwarze <schwarze@openbsd.org>2014-11-30 21:21:59 +0000
commit1b0e3e11018bb6ce1d194d0a8ac946db1e053809 (patch)
treea60203ba975c80907a123a1602b4ce0a464af6bd /share/man/man3/stdarg.3
parentUnbreak zzz/ZZZ resume - ensure NX is re-enabled on resume (if enabled). (diff)
downloadwireguard-openbsd-1b0e3e11018bb6ce1d194d0a8ac946db1e053809.tar.xz
wireguard-openbsd-1b0e3e11018bb6ce1d194d0a8ac946db1e053809.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 'share/man/man3/stdarg.3')
-rw-r--r--share/man/man3/stdarg.38
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