WHATSNEW.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. WHATSNEW(1)               Minix Programmer's Manual                WHATSNEW(1)
  2. NAME
  3.      whatsnew - print a newly modified file, marking changes
  4. SYNOPSIS
  5.      whatsnew [-n] file.c file.c.cdif
  6. OPTIONS
  7.      -n   Output line length
  8. EXAMPLES
  9.      whatsnew file.c file.c.cdif
  10.                          # Print file.c with changes marked
  11.      whatsnew -70 file.c file.c.cdif
  12.                          # Same as above, but with 70 col line
  13. DESCRIPTION
  14.      It commonly occurs that cdifs are posted to USENET.  After  installing  a
  15.      cdif  file, it is sometimes desirable to print out the new file, with the
  16.      changes marked on it.  Whatsnew does precisely this, with the  changes  +
  17.      and ! printed in the right-hand margin.
  18. SEE ALSO
  19.      diff(1), patch(1).
  20.                                                                              1