.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "STRLCAT" "" "06 October 2005" "" ""
.SH NAME
strlcat \- Append a length-limited, NUL-terminated string to another
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
size_t strlcat (char * \fIdest\fB, const char * \fIsrc\fB, size_t \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdest\fB\fR
The string to be appended to
.TP
\fB\fIsrc\fB\fR
The string to append to it
.TP
\fB\fIcount\fB\fR
The size of the destination buffer.