aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strchr.3')
-rw-r--r--lib/libc/string/strchr.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index d139f8ee8cc9..c4de79b8d430 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strchr.3 8.2 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt STRCHR 3