http://man7.org/linux/man-pages/man3/strcat.3.html Hello This page describes the BSD strlcat. It uses different terminology for the null terminating byte. I think it is worth updating the description to be the same as others i.e. "terminating null byte" Is it worth adding strlcpy() to the page as well? Also, is it worth mentioning that it will leave a string partially updated, when the count is reached. ie. that it doesn't do strlen(src) to check it will fit in the available dst space before concatenating part of it. Regards, Jonny -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html