aboutsummaryrefslogtreecommitdiff
path: root/libiberty/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/memchr.c')
-rw-r--r--libiberty/memchr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/memchr.c b/libiberty/memchr.c
index 451f817..7448ab9 100644
--- a/libiberty/memchr.c
+++ b/libiberty/memchr.c
@@ -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