aboutsummaryrefslogtreecommitdiff
path: root/libiberty/spaces.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-16 02:55:31 +0000
committerDJ Delorie <dj@redhat.com>2001-10-16 02:55:31 +0000
commitba19b94f67aeec0722939ce17b4067c8fd05f4cc (patch)
treedb034680b326cb43083236abf9737518d7e1c78a /libiberty/spaces.c
parenta3366758ce10f5bc06f1a128c4eb82cf2a82e455 (diff)
downloadfsf-binutils-gdb-ba19b94f67aeec0722939ce17b4067c8fd05f4cc.zip
fsf-binutils-gdb-ba19b94f67aeec0722939ce17b4067c8fd05f4cc.tar.gz
fsf-binutils-gdb-ba19b94f67aeec0722939ce17b4067c8fd05f4cc.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/spaces.c')
-rw-r--r--libiberty/spaces.c18
1 files changed, 5 insertions, 13 deletions
diff --git a/libiberty/spaces.c b/libiberty/spaces.c
index ea92571..bfead7ed 100644
--- a/libiberty/spaces.c
+++ b/libiberty/spaces.c
@@ -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
*/