diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-04 13:41:55 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-04 13:41:55 +0100 |
| commit | 10dcb625ca1fdef06b339854c31ade9a1aa3fe1e (patch) | |
| tree | 9f431b479723dc9f3f6f79e2733fd0eaeeb21e12 /man3 | |
| parent | 35901863f45f61e4f5b65cc52510262c85d81cb9 (diff) | |
| download | man-pages-10dcb625ca1fdef06b339854c31ade9a1aa3fe1e.tar.gz | |
fmemopen.3: wfix
Fix incorrect identifier.
Reported-by: Lucien Gentis <lucien.gentis@waika9.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/fmemopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 50b0e4ff5e..0dc4b8b1fc 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -93,7 +93,7 @@ temporary buffer allocated by this call (but see If .I buf is not NULL, then it should point to a buffer of at least -.I len +.I size bytes allocated by the caller. .PP When a stream that has been opened for writing is flushed |
