fix-mkfs-man-comment.patch 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. --- a/mkfs/jfs_mkfs.8
  2. +++ b/mkfs/jfs_mkfs.8
  3. @@ -38,43 +38,43 @@
  4. .SH OPTIONS
  5. -./"*********************************************
  6. -./"* block size has not been implemented yet *
  7. -./"*********************************************
  8. -./".TP
  9. -./".BI \-b " block_size"
  10. -./"Set the block size for a new JFS partition
  11. -./".RS
  12. -./"
  13. -./"Options for
  14. -./".I block_size
  15. -./"are:
  16. -./".BR 512 ","
  17. -./".BR 1024 ","
  18. -./".BR 2048 ", or"
  19. -./".BR 4096 "."
  20. -./"
  21. -./"Using small blocks (rather than large blocks) is more space efficient because it
  22. -./"reduces the amount of internal fragmentation within files and directories.
  23. -./"However, using large blocks (rather than small blocks) is more performance efficient
  24. -./"because block allocation activities may occur less often .
  25. -./"
  26. -./"If the
  27. -./".B \-b
  28. -./"option is not used, the default block size is
  29. -./".BR 4096 "."
  30. -./".RE
  31. +.\"*********************************************
  32. +.\"* block size has not been implemented yet *
  33. +.\"*********************************************
  34. +.\".TP
  35. +.\".BI \-b " block_size"
  36. +.\"Set the block size for a new JFS partition
  37. +.\".RS
  38. +.\"
  39. +.\"Options for
  40. +.\".I block_size
  41. +.\"are:
  42. +.\".BR 512 ","
  43. +.\".BR 1024 ","
  44. +.\".BR 2048 ", or"
  45. +.\".BR 4096 "."
  46. +.\"
  47. +.\"Using small blocks (rather than large blocks) is more space efficient because it
  48. +.\"reduces the amount of internal fragmentation within files and directories.
  49. +.\"However, using large blocks (rather than small blocks) is more performance efficient
  50. +.\"because block allocation activities may occur less often .
  51. +.\"
  52. +.\"If the
  53. +.\".B \-b
  54. +.\"option is not used, the default block size is
  55. +.\".BR 4096 "."
  56. +.\".RE
  57. .TP
  58. .BI \-c
  59. Check the device for bad blocks before building the file system.
  60. -./"**********************************
  61. -./"* use -q (quiet) instead of -f *
  62. -./"**********************************
  63. -./".TP
  64. -./".BI \-f
  65. -./"Force - do not ask for confirmation before creating the file system.
  66. +.\"**********************************
  67. +.\"* use -q (quiet) instead of -f *
  68. +.\"**********************************
  69. +.\".TP
  70. +.\".BI \-f
  71. +.\"Force - do not ask for confirmation before creating the file system.
  72. .TP
  73. .BI -j " journal_device"