From 9144d249f7d631607805dfaa764531b75021a078 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Wed, 5 Jun 2013 03:39:23 +0000 Subject: Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze --- src/lib/libc/string/stpcpy.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/string/stpcpy.3') 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 @@ -.\" $OpenBSD: stpcpy.3,v 1.2 2012/01/17 08:12:12 jmc Exp $ +.\" $OpenBSD: stpcpy.3,v 1.3 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 17 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt STPCPY 3 .Os .Sh NAME @@ -39,7 +39,7 @@ .Nm stpncpy .Nd copy strings .Sh SYNOPSIS -.Fd #include +.In string.h .Ft char * .Fn stpcpy "char *dst" "const char *src" .Ft char * -- cgit v1.2.3-55-g6feb