-.\" $OpenBSD: strncat.3,v 1.3 2014/04/19 11:30:40 deraadt Exp $
+.\" $OpenBSD: strncat.3,v 1.4 2014/04/19 16:50:46 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
base, suffix) >= sizeof(buf))
goto toolong;
.Ed
-
.Sh SEE ALSO
.Xr strlcpy 3 ,
.Xr wcscat 3 ,
.Sh STANDARDS
The
.Fn strncat
-function conform to
+function conforms to
.St -ansiC .
.Sh HISTORY
The