summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/stdio/printf.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 319a4fdc89f..7786746a339 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.3 1996/09/29 01:26:17 michaels Exp $
+.\" $OpenBSD: printf.3,v 1.4 1997/06/30 03:22:08 millert Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -650,4 +650,5 @@ this is often impossible to assure.
For safety, programmers should use the
.Fn snprintf
interface instead.
-Unfortunately, this interface is not portable.
+Unfortunately, this interface is not available on older
+systems.