]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/memset.c
libiberty: documentation markup and order fixes.
[thirdparty/gcc.git] / libiberty / memset.c
index 1951ad6bd610c836367f8d0299f44f9ec13f8f7c..476668961271373f5e9e12b76e7fd9a32cf7879b 100644 (file)
@@ -3,7 +3,8 @@
 
 /*
 
-@deftypefn Supplemental void* memset (void *@var{s}, int @var{c}, size_t @var{count})
+@deftypefn Supplemental void* memset (void *@var{s}, int @var{c}, @
+  size_t @var{count})
 
 Sets the first @var{count} bytes of @var{s} to the constant byte
 @var{c}, returning a pointer to @var{s}.