summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/stdio.3
diff options
context:
space:
mode:
authorjfb <jfb@openbsd.org>2004-06-20 21:09:30 +0000
committerjfb <jfb@openbsd.org>2004-06-20 21:09:30 +0000
commitc8beba3d015d9e028f993fe0e9de8d2d799e85da (patch)
tree803b6d621ae781d694b8bc801ccd651c7cd0b1c9 /lib/libc/stdio/stdio.3
parentDo not use time based randomization; ok deraadt@ (diff)
downloadwireguard-openbsd-c8beba3d015d9e028f993fe0e9de8d2d799e85da.tar.xz
wireguard-openbsd-c8beba3d015d9e028f993fe0e9de8d2d799e85da.zip
Fix the short description for fileno()
ok otto@, millert@
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r--lib/libc/stdio/stdio.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 8abf76a89cd..1bc1b265068 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.16 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: stdio.3,v 1.17 2004/06/20 21:09:30 jfb Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -222,7 +222,7 @@ fgetc get next character or word from input stream
fgetln get a line from a stream
fgetpos reposition a stream
fgets get a line from a stream
-fileno check and reset stream status
+fileno get a stream's underlying file descriptor
fopen stream open functions
fprintf formatted output conversion
fpurge flush a stream