Skip to content
Snippets Groups Projects
Commit dd895f46 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Manual page for hilfe(1).

Rev: man/hilfe.1:1.1
parent 7fdb9fa6
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ testfont binary ...@@ -70,6 +70,7 @@ testfont binary
/lib/modules/Sql.pmod/sql_result.pike foreign_ident /lib/modules/Sql.pmod/sql_result.pike foreign_ident
/lib/modules/Standards.pmod/ASN1.pmod/decode.pike foreign_ident /lib/modules/Standards.pmod/ASN1.pmod/decode.pike foreign_ident
/lib/modules/error.pmod foreign_ident /lib/modules/error.pmod foreign_ident
/man/hilfe.1 foreign_ident
/man/pike.1 foreign_ident /man/pike.1 foreign_ident
/src/Makefile.in foreign_ident /src/Makefile.in foreign_ident
/src/acconfig.h foreign_ident /src/acconfig.h foreign_ident
......
.\" $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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment