diff --git a/.gitattributes b/.gitattributes
index 81e90daef23c1b3c731ec67478eb061287a94a73..9ca63d1e4c7813990c839feed479bf77d99a2507 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -70,6 +70,7 @@ testfont binary
 /lib/modules/Sql.pmod/sql_result.pike foreign_ident
 /lib/modules/Standards.pmod/ASN1.pmod/decode.pike foreign_ident
 /lib/modules/error.pmod foreign_ident
+/man/hilfe.1 foreign_ident
 /man/pike.1 foreign_ident
 /src/Makefile.in foreign_ident
 /src/acconfig.h foreign_ident
diff --git a/man/hilfe.1 b/man/hilfe.1
new file mode 100644
index 0000000000000000000000000000000000000000..bbce52ec6744acb22ef15c6508fbb151ced617ce
--- /dev/null
+++ b/man/hilfe.1
@@ -0,0 +1,52 @@
+.\" $Id: hilfe.1,v 1.1 1998/05/12 22:41:21 grubba Exp $
+.ds ]L Hilfe
+.TH hilfe 1 "$Date: 1998/05/12 22:41:21 $" Hilfe "Pike Manual" Pike
+.if !\*]LHilfe .ds ]L $Date: 1998/05/12 22:41:21 $ \" Solaris nroff
+.SH NAME
+hilfe \- interactive pike interpreter
+.SH SYNOPSIS
+.B hilfe
+.br
+.B pike
+[
+.B \-driver\-options ...
+] [
+.B hilfe
+]
+.SH DESCRIPTON
+Interactive interpreter and evaluator for the Pike programming language.
+.SH OPTIONS
+For the options supported by the
+.B pike
+binary please see
+.BR pike (1).
+.SH COMMANDS
+Hilfe understands the following commands in addition to most ordinary
+Pike statements:
+.TP
+.B .
+Flush the input buffer.
+.TP
+.B dump
+Dump the contents of all variables.
+.TP
+.B help
+Print some help.
+.TP
+.B new
+Clear all functions and variables.
+.TP
+.B quit
+Exit hilfe.
+.SH FILES
+In addition to the files used by
+.BR pike (1)
+the following files are used:
+.TP
+.B /usr/local/share/pike/modules/Tools.pmod/Hilfe.pmod
+The Hilfe module.
+.SH SEE ALSO
+.BR pike (1),
+.BR Tools.Hilfe (3P)
+.LP
+.I Pike Programming Tutorial