aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcpy.3
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:15 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:15 +0000
commitb2c76c41be32f904179efed29c0ca04d53f3996c (patch)
treedb9f7d9c9b129b0c3e4960d1b07dc20ceb5090de /lib/libc/string/strcpy.3
parentfa9896e082a1046ff4fbc75fcba4d18d1f2efc19 (diff)
Diffstat (limited to 'lib/libc/string/strcpy.3')
-rw-r--r--lib/libc/string/strcpy.31
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index ce586f95e5dc..db9cf39b3b38 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcpy.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
.\"
.Dd June 6, 2018
.Dt STRCPY 3