picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 9b5cd9274ae79791135af88e16a8ed4cc2119369
parent 50592e329859b2d96a46bd4cbb039fd8f40d3f80
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  5 Nov 2011 07:28:15 +0100

Slight man page modification
Diffstat:
Mman/man1/picolisp.1 | 17+++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/man/man1/picolisp.1 b/man/man1/picolisp.1 @@ -1,4 +1,4 @@ -.\" 31oct11abu +.\" 05nov11abu .\" .TH PICOLISP 1 "" "" "User Commands" .SH NAME @@ -73,25 +73,22 @@ line arguments. A minimal interactive session is started with: $ pil + .RE .P -Here you can enter Lisp expressions, +Here you can access the reference manual .P .RS -: (quote Hello world) -.RE -.RS --> (Hello world) +: (doc) .RE .P -access online documentation for most functions, +and the online documentation for most functions, .P .RS -: (doc 'quote) +: (doc 'vi) .RE .P -or inspect their sources: +or directly inspect their sources: .P .RS -: (vi 'quote) +: (vi 'doc) .RE .P The interpreter can be terminated with