summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2012-01-17 08:12:12 +0000
committerjmc <>2012-01-17 08:12:12 +0000
commit4c9ce2d2836b9397408b8a88299a27eb06f98fda (patch)
tree8b3f9f9d233cae3e12cf381ebc19c9b442e827a4
parent4eca3ab70369d6a5f04d2cab60742d0d7f171399 (diff)
downloadopenbsd-4c9ce2d2836b9397408b8a88299a27eb06f98fda.tar.gz
openbsd-4c9ce2d2836b9397408b8a88299a27eb06f98fda.tar.bz2
openbsd-4c9ce2d2836b9397408b8a88299a27eb06f98fda.zip
fix SEE ALSO;
-rw-r--r--src/lib/libc/string/stpcpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/stpcpy.3 b/src/lib/libc/string/stpcpy.3
index 7067186e2b..447bfc20a9 100644
--- a/src/lib/libc/string/stpcpy.3
+++ b/src/lib/libc/string/stpcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: stpcpy.3,v 1.1 2012/01/17 02:48:01 guenther Exp $ 1.\" $OpenBSD: stpcpy.3,v 1.2 2012/01/17 08:12:12 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -99,8 +99,8 @@ is greater than or equal to
99.Fa len . 99.Fa len .
100.Sh SEE ALSO 100.Sh SEE ALSO
101.Xr strcpy 3 , 101.Xr strcpy 3 ,
102.Xr strncpy 3 ,
103.Xr strlcpy 3 , 102.Xr strlcpy 3 ,
103.Xr strncpy 3
104.Sh STANDARDS 104.Sh STANDARDS
105The 105The
106.Fn stpcpy 106.Fn stpcpy