summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:25:02 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-07-26 03:25:02 +0000
commit99521718bc7d9ea95655644fc388868af9f2b741 (patch)
treed2ada3199585eaba209ee776bd4e279e61238f05 /lib/libc/stdio
parent9bbb4c0d390b0335e814dbe143f3a503d236eb38 (diff)
no need to typecast NULL; ok millert, jmc
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/funopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index 6fb69a543ef..a3a71865119 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: funopen.3,v 1.11 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: funopen.3,v 1.12 2005/07/26 03:25:01 jaredy Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,12 +55,12 @@ Either
or
.Fa writefn
must be specified;
-the others can be given as an appropriately typed
+the others may be given as
.Dv NULL
-pointer.
+pointers.
These
.Tn I/O
-functions will be used to read, write, seek and close the new stream.
+functions will be used to read, write, seek, and close the new stream.
.Pp
In general, omitting a function means that any attempt to perform the
associated operation on the resulting stream will fail.