diff options
author | 2005-07-26 03:25:01 +0000 | |
---|---|---|
committer | 2005-07-26 03:25:01 +0000 | |
commit | f99f93acd0ec5f5574bb2b216566ab2770c74d7e (patch) | |
tree | 7ab6776a92e683893f598f016b337f888767276d /lib/libc | |
parent | remove note about long double not being supported by vax. (diff) | |
download | wireguard-openbsd-f99f93acd0ec5f5574bb2b216566ab2770c74d7e.tar.xz wireguard-openbsd-f99f93acd0ec5f5574bb2b216566ab2770c74d7e.zip |
no need to typecast NULL; ok millert, jmc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/funopen.3 | 8 |
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. |