diff --git a/src/lib/libc/string/stpcpy.3 b/src/lib/libc/string/stpcpy.3 index 7067186e..447bfc20 100644 --- a/src/lib/libc/string/stpcpy.3 +++ b/src/lib/libc/string/stpcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stpcpy.3,v 1.1 2012/01/17 02:48:01 guenther Exp $ +.\" $OpenBSD: stpcpy.3,v 1.2 2012/01/17 08:12:12 jmc Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -99,8 +99,8 @@ is greater than or equal to .Fa len . .Sh SEE ALSO .Xr strcpy 3 , -.Xr strncpy 3 , .Xr strlcpy 3 , +.Xr strncpy 3 .Sh STANDARDS The .Fn stpcpy