diff options
Diffstat (limited to 'src/lib/libc/string/stpcpy.3')
-rw-r--r-- | src/lib/libc/string/stpcpy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/stpcpy.3 b/src/lib/libc/string/stpcpy.3 index 447bfc20a9..ed1b830b56 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.2 2012/01/17 08:12:12 jmc Exp $ | 1 | .\" $OpenBSD: stpcpy.3,v 1.3 2013/06/05 03:39:23 tedu 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. |
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: January 17 2012 $ | 34 | .Dd $Mdocdate: June 5 2013 $ |
35 | .Dt STPCPY 3 | 35 | .Dt STPCPY 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -39,7 +39,7 @@ | |||
39 | .Nm stpncpy | 39 | .Nm stpncpy |
40 | .Nd copy strings | 40 | .Nd copy strings |
41 | .Sh SYNOPSIS | 41 | .Sh SYNOPSIS |
42 | .Fd #include <string.h> | 42 | .In string.h |
43 | .Ft char * | 43 | .Ft char * |
44 | .Fn stpcpy "char *dst" "const char *src" | 44 | .Fn stpcpy "char *dst" "const char *src" |
45 | .Ft char * | 45 | .Ft char * |