aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcat.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r--lib/libc/string/strcat.31
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 500611eb2154..061bd714a05d 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcat.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
.\"
.Dd April 3, 2022
.Dt STRCAT 3