From dd895f46f1093e7f2f5f1ad04e7de4feca40b464 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 13 May 1998 00:41:21 +0200
Subject: [PATCH] Manual page for hilfe(1).

Rev: man/hilfe.1:1.1
---
 .gitattributes |  1 +
 man/hilfe.1    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
 create mode 100644 man/hilfe.1

diff --git a/.gitattributes b/.gitattributes
index 81e90daef2..9ca63d1e4c 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 0000000000..bbce52ec67
--- /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
-- 
GitLab