2002-04-24 Michal Ludvig <mludvig@suse.cz>
[deliverable/binutils-gdb.git] / libiberty / spaces.c
index ea925712e3f8cb09b7bb0d67bf77562476af438f..bfead7ed7a4aebd3bccc2a411e9e0e018cb426be 100644 (file)
@@ -19,21 +19,13 @@ Boston, MA 02111-1307, USA.  */
 
 /*
 
-NAME
+@deftypefn Extension char* spaces (int @var{count})
 
-       spaces -- return a pointer to a buffer full of spaces
+Returns a pointer to a memory region filled with the specified
+number of spaces and null terminated.  The returned pointer is
+valid until at least the next call.
 
-SYNOPSIS
-
-       char *spaces (int count)
-
-DESCRIPTION
-
-       Returns a pointer to a memory region filled with the specified
-       number of spaces and null terminated.  The returned pointer is
-       valid until at least the next call.
-       
-BUGS
+@end deftypefn
 
 */
 
This page took 0.028886 seconds and 4 git commands to generate.