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

操作系统开发

开发平台:

WINDOWS

  1. .TH WHATSNEW 1
  2. .SH NAME
  3. whatsnew - print a newly modified file, marking changes
  4. .SH SYNOPSIS
  5. fBwhatsnewfR [fB-fInfR] fIfile.c file.c.cdiffR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-fInfR" "Output line length"
  19. .SH EXAMPLES
  20. .EX "whatsnew file.c file.c.cdif" "Print fIfile.cfR with changes marked"
  21. .EX "whatsnew -70 file.c file.c.cdif" "Same as above, but with 70 col line"
  22. .SH DESCRIPTION
  23. .PP
  24. It commonly occurs that fIcdiffRs are posted to USENET.
  25. After installing a fIcdiffR file, it is sometimes desirable to print out
  26. the new file, with the changes marked on it.
  27. fIWhatsnewfR does precisely this, with the changes + and ! printed in the
  28. right-hand margin.
  29. .SH "SEE ALSO"
  30. .BR diff (1),
  31. .BR patch (1).