Hello Walter, On Fri, May 28, 2010 at 4:31 PM, walter harms <wharms@xxxxxx> wrote: > Hi, > the error message in the fmemopen example is confusing > > in = fmemopen(argv[1], strlen(argv[1]), "r"); > if (in == NULL) > handle_error("fmemopen"); > > out = open_memstream(&ptr, &size); > if (out == NULL) > handle_error("fmemopen"); > ^^^^^^^^^^^^^^^^^ > > perhaps handle_error("open_memstream"); is intended ? Agreed. Fixed for man-pages-3.25. Thanks! Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface" http://blog.man7.org/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html