CDIFF.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH CDIFF 1
  2. .SH NAME
  3. cdiff - context diff
  4. .SH SYNOPSIS
  5. fBcdifffR [fB-cfInfR] fIoldfile fInewfilefR
  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 "-c" "Provide fInfR lines of context"
  19. .SH EXAMPLES
  20. .EX "cdiff old new >f" "Write context diff on fIffR"
  21. .EX "cdiff -c1 old new >f" "Use only 1 line of context"
  22. .SH DESCRIPTION
  23. .PP
  24. fICdifffR produces a context diff by first running fIdifffR and then 
  25. adding context.  
  26. Some update programs, like fIpatchfR, can use context diffs to update
  27. files, even in the presence of other, independent changes.
  28. .SH "SEE ALSO"
  29. .BR cmp (1),
  30. .BR diff (1),
  31. .BR patch (1).