This commit is contained in:
Michael Kerrisk 2005-07-01 14:35:51 +00:00
parent 3e6b03a02b
commit 95b18bae5c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ combine (void *o1, size_t s1, void *o2, size_t s2) {
return result;
}
.fi
.SH "CONFIRMING TO"
.SH "CONFORMING TO"
This function is a GNU extension.
.SH "SEE ALSO"
.BR memccpy (3),