70 lines
892 B
HTML
70 lines
892 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>pretty(1)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>pretty(1)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
pretty - MINIX pretty printer
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<STRONG>pretty</STRONG> <EM>file</EM> ...
|
|
|
|
|
|
</PRE>
|
|
<H2>EXAMPLES</H2><PRE>
|
|
|
|
<STRONG>pretty</STRONG> <STRONG>file1</STRONG> <STRONG>file2</STRONG> # Convert two files to MINIX layout
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
|
|
<EM>Pretty</EM> converts one or more C source files to MINIX format by changing
|
|
their layout. Running this program does not affect the resulting binary
|
|
programs. Actually, <EM>pretty</EM> is a postprocessor for <EM>indent</EM>, which must be
|
|
installed in /<EM>bin</EM> or /<EM>usr</EM>/<EM>bin</EM>. Although the output is not bad, it is not
|
|
entirely consistent with the book or even with itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|