re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused by libba...
[gcc.git] / libiberty / memchr.c
index 451f817d3203fdfe420d2caee873619ede70bea7..7448ab9e71c3259ad28405720f6acd88ee0801e1 100644 (file)
@@ -1,6 +1,7 @@
 /*
 
-@deftypefn Supplemental void* memchr (const void *@var{s}, int @var{c}, size_t @var{n})
+@deftypefn Supplemental void* memchr (const void *@var{s}, int @var{c}, @
+  size_t @var{n})
 
 This function searches memory starting at @code{*@var{s}} for the
 character @var{c}.  The search only ends with the first occurrence of