new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / pascal / pix / pix.1
CommitLineData
b5dc1377
CL
1.\" Copyright (c) 1980, 1990 The Regents of the University of California.
2.\" All rights reserved.
222aa8c7 3.\"
b5dc1377 4.\" %sccs.include.redist.man%
222aa8c7 5.\"
505bf312 6.\" @(#)pix.1 6.5 (Berkeley) %G%
b5dc1377 7.\"
ee9b0a0a 8.Vx
b5dc1377
CL
9.Dd
10.Dt PIX 1
222aa8c7 11.UC
b5dc1377
CL
12.Sh NAME
13.Nm pix
14.Nd Pascal interpreter and executor
15.Sh SYNOPSIS
16.Nm pix
17.Op Fl blnpstuwz
18.Op Fl i Ar name ...
19.Ar name.p
20.Op Ar argument ...
21.Sh DESCRIPTION
22.Nm Pix
222aa8c7
KM
23is a `load and go' version of Pascal which combines
24the functions of the interpreter code translator
b5dc1377 25.Nm pi
222aa8c7 26and the executor
b5dc1377 27.Nm px .
222aa8c7 28It uses
b5dc1377 29.Nm pi
222aa8c7 30to translate the program in the file
b5dc1377 31.Pa name.p
222aa8c7
KM
32and, if there were no fatal errors during translation,
33causes the resulting interpreter code
34to be executed by
b5dc1377 35.Nm px
222aa8c7
KM
36with the specified arguments.
37A temporary file is used for the object code;
38the file
b5dc1377 39.Pa obj
222aa8c7 40is neither created nor destroyed.
b5dc1377
CL
41.Sh FILES
42.Dw /usr/lib/how_pix
43.Di L
44.Dp Pa /usr/ucb/pi
45Pascal translator
46.Dp Pa /usr/ucb/px
47Pascal executor
48.Dp Pa /tmp/pix*
49temporary
50.Dp Pa /usr/lib/how_pix
51basic explanation
52.Dp
53.Sh SEE ALSO
54.Em Berkeley Pascal User'.Xr s Manual
222aa8c7 55.br
b5dc1377
CL
56.Xr pi 1 ,
57.Xr px 1
58.Sh DIAGNOSTICS
222aa8c7 59For a basic explanation do
b5dc1377
CL
60.Pp
61.Dl Nm pix
62.Sh HISTORY
63.Nm Pix
64appeared in 3 BSD.