summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/stdio.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 9df600c476e..8d12fccd47e 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.29 2013/12/04 22:58:24 deraadt Exp $
+.\" $OpenBSD: stdio.3,v 1.30 2014/03/25 15:23:27 tedu Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2013 $
+.Dd $Mdocdate: March 25 2014 $
.Dt STDIO 3
.Os
.Sh NAME
@@ -244,7 +244,6 @@ definitions are explicitly removed.
.It getchar Ta "get next character or word from input stream"
.It getdelim Ta "read a delimited record from a stream"
.It getline Ta "read a delimited record from a stream"
-.It gets Ta "get a line from a stream"
.It getw Ta "get next character or word from input stream"
.It getwc Ta "get next wide character from input stream"
.It getwchar Ta "get next wide character from input stream"