OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / fmemopen.3
index 5c636cd..43137fc 100644 (file)
@@ -112,8 +112,8 @@ of the buffer's size, using:
 In a stream opened for reading,
 null bytes (\(aq\\0\(aq) in the buffer do not cause read
 operations to return an end-of-file indication.
-A read from the buffer will only indicate end-of-file
-when the file pointer advances
+A read from the buffer will indicate end-of-file
+only when the file pointer advances
 .I size
 bytes past the start of the buffer.
 .PP
@@ -346,7 +346,7 @@ main(int argc, char *argv[])
 .BR fopen (3),
 .BR fopencookie (3)
 .SH COLOPHON
-This page is part of release 3.78 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,