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

74 lines
1.3 KiB
HTML

<HTML>
<HEAD>
<TITLE>whatsnew(1)</TITLE>
</HEAD>
<BODY>
<H1>whatsnew(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
whatsnew - print a newly modified file, marking changes
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>whatsnew</STRONG> [<STRONG>-</STRONG><EM>n</EM>] <EM>file</EM>.<EM>c</EM> <EM>file</EM>.<EM>c</EM>.<EM>cdif</EM>
</PRE>
<H2>OPTIONS</H2><PRE>
<STRONG>-</STRONG><EM>n</EM> Output line length
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>whatsnew</STRONG> <STRONG>file.c</STRONG> <STRONG>file.c.cdif</STRONG>
# Print <EM>file</EM>.<EM>c</EM> with changes marked
<STRONG>whatsnew</STRONG> <STRONG>-70</STRONG> <STRONG>file.c</STRONG> <STRONG>file.c.cdif</STRONG>
# Same as above, but with 70 col line
</PRE>
<H2>DESCRIPTION</H2><PRE>
It commonly occurs that <EM>cdif</EM>s are posted to USENET. After installing a
<EM>cdif</EM> file, it is sometimes desirable to print out the new file, with the
changes marked on it. <EM>Whatsnew</EM> does precisely this, with the changes +
and ! printed in the right-hand margin.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/diff.1.html">diff(1)</A></STRONG>, <STRONG><A HREF="../man1/patch.1.html">patch(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>