Files
oldlinux-files/Minix/2.0.0/wwwman/man1/pretty.1.html
2024-02-19 00:21:39 -05:00

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>