aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fopencookie.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fopencookie.3')
-rw-r--r--man3/fopencookie.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fopencookie.3 b/man3/fopencookie.3
index 9582d50f7d..ab01d06f79 100644
--- a/man3/fopencookie.3
+++ b/man3/fopencookie.3
@@ -141,7 +141,7 @@ function should update the stream offset appropriately.
If
.I *read
-is a NULL pointer,
+is a null pointer,
then reads from the custom stream always return end of file.
.TP
.I cookie_write_function_t *write
@@ -168,7 +168,7 @@ function should update the stream offset appropriately.
If
.I *write
-is a NULL pointer,
+is a null pointer,
then output to the stream is discarded.
.TP
.I cookie_seek_function_t *seek
@@ -210,7 +210,7 @@ function should return 0 on success, and \-1 on error.
If
.I *seek
-is a NULL pointer,
+is a null pointer,
then it is not possible to perform seek operations on the stream.
.TP
.I cookie_close_function_t *close