BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sat, 2 Apr 1983 06:31:49 +0000 (22:31 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sat, 2 Apr 1983 06:31:49 +0000 (22:31 -0800)
Work on file usr/man/man1/pix.1

Synthesized-from: CSRG/cd1/4.2

usr/man/man1/pix.1 [new file with mode: 0644]

diff --git a/usr/man/man1/pix.1 b/usr/man/man1/pix.1
new file mode 100644 (file)
index 0000000..e8dd1d0
--- /dev/null
@@ -0,0 +1,56 @@
+.TH PIX 1 "10 February 1983"
+.UC 4
+.SH NAME
+pix \- Pascal interpreter and executor
+.SH SYNOPSIS
+.B pix
+[
+.B \-blnpstuwz
+] [
+.B \-i
+name ...
+]
+name.p
+[
+argument ...
+]
+.SH DESCRIPTION
+.I Pix
+is a `load and go' version of Pascal which combines
+the functions of the interpreter code translator
+.I pi
+and the executor
+.IR px .
+It uses
+.I pi
+to translate the program in the file
+.I name.p
+and, if there were no fatal errors during translation,
+causes the resulting interpreter code
+to be executed by
+.I px
+with the specified arguments.
+A temporary file is used for the object code;
+the file
+.I obj
+is neither created nor destroyed.
+.SH FILES
+.ta 2i
+/usr/ucb/pi    Pascal translator
+.br
+/usr/ucb/px    Pascal executor
+.br
+/tmp/pix*      temporary
+.br
+/usr/lib/how_pix       basic explanation
+.SH SEE\ ALSO
+Berkeley Pascal User's Manual
+.br
+pi(1), px(1)
+.SH DIAGNOSTICS
+For a basic explanation do
+.PP
+.DT
+.B     pix
+.SH AUTHORS
+Susan L. Graham and William N. Joy