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

操作系统开发

开发平台:

C/C++

  1. .TH PRETTY 1
  2. .SH NAME
  3. pretty - MINIX pretty printer
  4. .SH SYNOPSIS
  5. fBpretty fIfile ...fR
  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 EXAMPLES
  18. .EX "pretty file1 file2" "Convert two files to s-2MINIXs0 layout"
  19. .SH DESCRIPTION
  20. .PP
  21. fIPrettyfR converts one or more C source files to 
  22. s-2MINIXs+2
  23. format by changing 
  24. their layout.  Running this program does not affect the resulting binary
  25. programs.  Actually, fIprettyfR is a postprocessor for fIindentfR, which
  26. must be installed in fI/binfR or fI/usr/binfR.  Although the output is
  27. not bad, it is not entirely consistent with the book or even with itself.