You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
4.1 KiB

  1. From: =?UTF-8?q?Rog=C3=A9rio=20Theodoro=20de=20Brito?= <rbrito@ime.usp.br>
  2. Date: Thu, 25 Nov 2010 00:00:00 -0200
  3. Subject: Fix manpages
  4. MIME-Version: 1.0
  5. Content-Type: text/plain; charset=UTF-8
  6. Content-Transfer-Encoding: 8bit
  7. Remove typos, references in the "See also" sections of the manpages to
  8. commands that are not available in Debian systems (and, quite probably,
  9. other systems too) and non-Linux specific comments.
  10. Authored also by Christoph Hellwig <hch@lst.de> and "A. Costa" <agcosta@gis.net>
  11. Bug-Debian: http://bugs.debian.org/598714
  12. Bug-Debian: http://bugs.debian.org/575201
  13. Forwarded: no
  14. Reviewed-by: Rogério Theodoro de Brito <rbrito@ime.usp.br>
  15. ---
  16. fsck_hfs.tproj/fsck_hfs.8 | 18 +++++++-----------
  17. newfs_hfs.tproj/newfs_hfs.8 | 23 ++++++++---------------
  18. 2 files changed, 15 insertions(+), 26 deletions(-)
  19. --- a/fsck_hfs.tproj/fsck_hfs.8
  20. +++ b/fsck_hfs.tproj/fsck_hfs.8
  21. @@ -19,18 +19,18 @@
  22. .Dt FSCK_HFS 8
  23. .Os "Mac OS X"
  24. .Sh NAME
  25. -.Nm fsck_hfs
  26. +.Nm fsck.hfs
  27. .Nd HFS file system consistency check
  28. .Sh SYNOPSIS
  29. -.Nm fsck_hfs
  30. +.Nm fsck.hfs
  31. .Fl q
  32. .Op Fl df
  33. .Ar special ...
  34. -.Nm fsck_hfs
  35. +.Nm fsck.hfs
  36. .Fl p
  37. .Op Fl df
  38. .Ar special ...
  39. -.Nm fsck_hfs
  40. +.Nm fsck.hfs
  41. .Op Fl n | y | r
  42. .Op Fl dfgl
  43. .Op Fl m Ar mode
  44. @@ -52,9 +52,7 @@ The second form of
  45. preens the specified file systems.
  46. It is normally started by
  47. .Xr fsck 8
  48. -run from
  49. -.Pa /etc/rc.boot
  50. -during automatic reboot, when a HFS file system is detected.
  51. +during systen boot, when a HFS file system is detected.
  52. When preening file systems,
  53. .Nm
  54. will fix common inconsistencies for file systems that were not
  55. @@ -105,9 +103,9 @@ to check and repair journaled HFS+ file
  56. .It Fl g
  57. Causes
  58. .Nm
  59. -to generate it's output strings in GUI format.
  60. +to generate its output strings in GUI format.
  61. This option is used when another application with a graphical user interface
  62. -(like Mac OS X Disk Utility) is envoking the
  63. +(like Mac OS X Disk Utility) is invoking the
  64. .Nm
  65. tool.
  66. .It Fl l
  67. @@ -144,8 +142,6 @@ specified file system for a new catalog
  68. to the leaf nodes in the existing catalog file.
  69. .El
  70. .Pp
  71. -Because of inconsistencies between the block device and the buffer cache,
  72. -the raw device should always be used.
  73. .Sh SEE ALSO
  74. .Xr fsck 8
  75. .Sh BUGS
  76. --- a/newfs_hfs.tproj/newfs_hfs.8
  77. +++ b/newfs_hfs.tproj/newfs_hfs.8
  78. @@ -19,10 +19,10 @@
  79. .Dt NEWFS_HFS 8
  80. .Os "Mac OS X"
  81. .Sh NAME
  82. -.Nm newfs_hfs
  83. +.Nm mkfs.hfs
  84. .Nd construct a new HFS Plus file system
  85. .Sh SYNOPSIS
  86. -.Nm newfs_hfs
  87. +.Nm mkfs.hfs
  88. .Op Fl N Ar [partition-size]
  89. .Op Fl U Ar uid
  90. .Op Fl G Ar gid
  91. @@ -37,19 +37,13 @@
  92. .Op Fl v Ar volume-name
  93. .Ar special
  94. .Sh DESCRIPTION
  95. -.Nm Newfs_hfs
  96. +.Nm mkfs.hfs
  97. builds an HFS Plus file system on the specified special device.
  98. -Before running
  99. -.Nm newfs_hfs
  100. -the disk should be partitioned using the
  101. -.Em Disk Utility
  102. -application or
  103. -.Xr pdisk 8 .
  104. .Pp
  105. The file system default parameters are calculated based on
  106. the size of the disk partition. Typically the defaults are
  107. reasonable, however
  108. -.Nm newfs_hfs
  109. +.Nm mkfs.hfs
  110. has several options to allow the defaults to be selectively overridden.
  111. The options are as follows:
  112. .Bl -tag -width Fl
  113. @@ -66,7 +60,7 @@ Set the group of the file system's root
  114. Specify the access permissions mask for the file system's root directory.
  115. .It Fl h
  116. Creates a legacy HFS format filesystem. This option
  117. -is not recomended for file systems that will be
  118. +is not recommended for file systems that will be
  119. primarily used with Mac OS X or Darwin.
  120. .It Fl s
  121. Creates a case-sensitive HFS Plus filesystem. By
  122. @@ -93,7 +87,7 @@ sizes are specified with the
  123. option followed by a comma
  124. separated list of the form arg=blocks.
  125. .Pp
  126. -Example: -c c=5000,e=500
  127. +Example: \-c c=5000,e=500
  128. .Bl -tag -width Fl
  129. .It Em a=blocks
  130. Set the attribute file clump size.
  131. @@ -126,7 +120,7 @@ the form arg=bytes. The
  132. size must be a power of two and no larger than
  133. 32768 bytes.
  134. .Pp
  135. -Example: -n c=8192,e=4096
  136. +Example: \-n c=8192,e=4096
  137. .Bl -tag -width Fl
  138. .It Em a=bytes
  139. Set the attribute b-tree node size.
  140. @@ -139,8 +133,7 @@ Set the extent overflow b-tree node size
  141. Volume name (file system name) in ascii or UTF-8 format.
  142. .El
  143. .Sh SEE ALSO
  144. -.Xr mount 8 ,
  145. -.Xr pdisk 8
  146. +.Xr mount 8
  147. .Sh HISTORY
  148. The
  149. .Nm