summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/stpcpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/stpcpy.3 b/lib/libc/string/stpcpy.3
index 7067186e2bc..447bfc20a91 100644
--- a/lib/libc/string/stpcpy.3
+++ b/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