]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fopencookie.3
err.3: EXAMPLES: use EXIT_FAILURE rather than 1 as exit status
[thirdparty/man-pages.git] / man3 / fopencookie.3
index f18306bea9273b5df7b2a3052d7de92c34e3f052..f7803936ce60b47b08e96f72626cc8f098cc6216 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FOPENCOOKIE 3 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH FOPENCOOKIE 3 2020-04-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fopencookie \- opening a custom stream
 .SH SYNOPSIS
@@ -183,7 +183,7 @@ argument specifies the new file offset depending on which
 of the following three values is supplied in
 .IR whence :
 .RS
-.TP 10
+.TP
 .B SEEK_SET
 The stream offset should be set
 .I *offset
@@ -256,7 +256,7 @@ T}  Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO
 This function is a nonstandard GNU extension.
-.SH EXAMPLE
+.SH EXAMPLES
 The program below implements a custom stream whose functionality
 is similar (but not identical) to that available via
 .BR fmemopen (3).