Fix Docbook tag typo

This commit is contained in:
Ross Burton 2005-08-03 19:44:52 +00:00
parent b8fb9fd074
commit bbecb798e2
5 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-08-03 Ross Burton <ross@burtonini.com>
* glib/gstdio.c:
Fix DocBook tag typo. (#311966)
2005-08-03 Matthias Clasen <mclasen@redhat.com> 2005-08-03 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)

View File

@ -1,3 +1,8 @@
2005-08-03 Ross Burton <ross@burtonini.com>
* glib/gstdio.c:
Fix DocBook tag typo. (#311966)
2005-08-03 Matthias Clasen <mclasen@redhat.com> 2005-08-03 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)

View File

@ -1,3 +1,8 @@
2005-08-03 Ross Burton <ross@burtonini.com>
* glib/gstdio.c:
Fix DocBook tag typo. (#311966)
2005-08-03 Matthias Clasen <mclasen@redhat.com> 2005-08-03 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)

View File

@ -1,3 +1,8 @@
2005-08-03 Ross Burton <ross@burtonini.com>
* glib/gstdio.c:
Fix DocBook tag typo. (#311966)
2005-08-03 Matthias Clasen <mclasen@redhat.com> 2005-08-03 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)

View File

@ -857,7 +857,7 @@ g_rmdir (const gchar *filename)
* *
* See the C library manual for more details about fopen(). * See the C library manual for more details about fopen().
* *
* Returns: A <typename>FILE</typename> pointer if the file was successfully * Returns: A <type>FILE</type> pointer if the file was successfully
* opened, or %NULL if an error occurred * opened, or %NULL if an error occurred
* *
* Since: 2.6 * Since: 2.6
@ -935,7 +935,7 @@ g_fopen (const gchar *filename,
* *
* See the C library manual for more details about freopen(). * See the C library manual for more details about freopen().
* *
* Returns: A <typename>FILE</typename> pointer if the file was successfully * Returns: A <type>FILE</type> pointer if the file was successfully
* opened, or %NULL if an error occurred. * opened, or %NULL if an error occurred.
* *
* Since: 2.6 * Since: 2.6