summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/strlcat.c')
-rw-r--r--cpukit/libcsupport/src/strlcat.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/cpukit/libcsupport/src/strlcat.c b/cpukit/libcsupport/src/strlcat.c
index b617cb93e8..6ca17b9d40 100644
--- a/cpukit/libcsupport/src/strlcat.c
+++ b/cpukit/libcsupport/src/strlcat.c
@@ -1,6 +1,11 @@
-/*
- * utils.c - various utility functions used in pppd.
+/**
+ * @file
*
+ * @brief Concatenate a Strings
+ * @ingroup libcsupport
+ */
+
+/*
* Copyright (c) 1999 The Australian National University.
* All rights reserved.
*
@@ -24,9 +29,10 @@
#include <string.h>
#ifndef HAVE_STRLCAT
-/*
- * strlcat - like strcat/strncat, doesn't overflow destination buffer,
- * always leaves destination null-terminated (for len > 0).
+
+/**
+ * like strcat/strncat, doesn't overflow destination buffer,
+ * always leaves destination null-terminated (for len > 0).
*/
size_t
strlcat(