aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strstr.3')
-rw-r--r--lib/libc/string/strstr.31
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3
index b1106b3c5759..25af1ac6c08b 100644
--- a/lib/libc/string/strstr.3
+++ b/lib/libc/string/strstr.3
@@ -31,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strstr.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
.\"
.Dd October 11, 2001
.Dt STRSTR 3