summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-27 04:16:52 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-27 04:16:52 +0000
commit5acdb2c0f37f29e11dce060f6c257ec9b0b86b45 (patch)
tree7d02785a0bd60543f80d9fc2ba7cd527964a5738
parent2597ed43fd793271e575a2bfd0756986474ed5db (diff)
Remove redundant HISTORY section.
-rw-r--r--lib/libc/stdio/scanf.39
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index 87f5ad0213a..3435d79cdc7 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scanf.3,v 1.7 2000/04/20 01:39:32 aaron Exp $
+.\" $OpenBSD: scanf.3,v 1.8 2000/04/27 04:16:51 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -377,13 +377,6 @@ and
.Fn sscanf
conform to
.St -ansiC .
-.Sh HISTORY
-The functions
-.Fn vscanf ,
-.Fn vsscanf
-and
-.Fn vfscanf
-are new to this release.
.Sh BUGS
All of the backwards compatibility formats will be removed in the future.
.Pp