summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-01-17 08:12:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-01-17 08:12:13 +0000
commit0376b4232ff9dc3bec9dc708daf70c0f740be5c4 (patch)
tree1c7dbd0ef4a0f72f999ea580bfd2167fb8fbc6b4 /lib/libc/string
parent8bf1befff6b8e313ed5d44ee54155c66ea711882 (diff)
fix SEE ALSO;
Diffstat (limited to 'lib/libc/string')
-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