mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
First patch from SCO :-)
- xmlIO.c: one function comment cleanup. Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
|
* xmlIO.c: one function comment cleanup.
|
||||||
|
|
||||||
Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
* SAX.c: external subset notations were improperly registered
|
* SAX.c: external subset notations were improperly registered
|
||||||
|
2
xmlIO.c
2
xmlIO.c
@ -182,7 +182,7 @@ xmlFdMatch (const char *filename) {
|
|||||||
* @filename: the URI for matching
|
* @filename: the URI for matching
|
||||||
*
|
*
|
||||||
* input from file descriptor, supports compressed input
|
* 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
|
* Returns an I/O context or NULL in case of error
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user