diff options
author | 2014-03-25 15:23:27 +0000 | |
---|---|---|
committer | 2014-03-25 15:23:27 +0000 | |
commit | c792825af2dea26277104524faf67dba3fb3818f (patch) | |
tree | 74dc99c4d4b6498aabf37cb5d682129e96ed1f8d /lib/libc/stdio/stdio.3 | |
parent | Update to tzdata2014b from ftp.iana.org (diff) | |
download | wireguard-openbsd-c792825af2dea26277104524faf67dba3fb3818f.tar.xz wireguard-openbsd-c792825af2dea26277104524faf67dba3fb3818f.zip |
no gets
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 5 |
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" |