aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man3/stdarg.35
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3
index b7346c91d7a3..71409508e6a8 100644
--- a/share/man/man3/stdarg.3
+++ b/share/man/man3/stdarg.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 25, 2020
+.Dd October 18, 2024
.Dt STDARG 3
.Os
.Sh NAME
@@ -202,9 +202,6 @@ void foo(char *fmt, ...)
These macros are
.Em not
compatible with the historic macros they replace.
-A backward compatible version can be found in the include
-file
-.In varargs.h .
.Sh STANDARDS
The
.Fn va_start ,