1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

First patch from SCO :-)

- xmlIO.c: one function comment cleanup.
Daniel
This commit is contained in:
Daniel Veillard
2001-03-14 16:30:00 +00:00
parent 25239c1c22
commit a022fe03fd
2 changed files with 5 additions and 1 deletions

View File

@ -182,7 +182,7 @@ xmlFdMatch (const char *filename) {
* @filename: the URI for matching
*
* input from file descriptor, supports compressed input
* if @filename is " " then the standard input is used
* if @filename is "-" then the standard input is used
*
* Returns an I/O context or NULL in case of error
*/