1- .\" $NetBSD: fsck_ext2fs.8,v 1.6 2001/06/05 11:22 :44 wiz Exp $
1+ .\" $NetBSD: fsck_ext2fs.8,v 1.7 2001/11/16 10:25 :44 wiz Exp $
22.\"
33.\" Copyright (c) 1997 Manuel Bouyer.
44.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -98,7 +98,7 @@ Without the
9898.Fl p
9999option,
100100.Nm
101- audits and interactively repairs inconsistent conditions for filesystems.
101+ audits and interactively repairs inconsistent conditions for filesystems.
102102If the filesystem is inconsistent the operator is prompted for concurrence
103103before each correction is attempted.
104104It should be noted that some of the corrective actions which are not
114114.Li no .
115115If the operator does not have write permission on the filesystem
116116.Nm
117- will default to a
117+ will default to a
118118.Fl n
119119action.
120120.Pp
@@ -145,7 +145,7 @@ In particular, systems that do not wish to have lost files accessible
145145by all users on the system should use a more restrictive
146146set of permissions such as 700.
147147.It Fl n
148- Assume a no response to all questions asked by
148+ Assume a no response to all questions asked by
149149.Nm
150150except for
151151.Ql CONTINUE? ,
@@ -154,7 +154,7 @@ do not open the filesystem for writing.
154154.It Fl p
155155Specify ``preen'' mode, described above.
156156.It Fl y
157- Assume a yes response to all questions asked by
157+ Assume a yes response to all questions asked by
158158.Nm " " ;
159159this should be used with great caution as this is a free license
160160to continue after essentially unlimited trouble has been encountered.
@@ -171,7 +171,7 @@ Incorrect link counts.
171171.It
172172Size checks:
173173.Bl -item -indent indent -compact
174- .It
174+ .It
175175Directory size not a multiple of filesystem block size.
176176.It
177177Partially truncated file.
@@ -183,7 +183,7 @@ Blocks not accounted for anywhere.
183183.It
184184Directory checks:
185185.Bl -item -indent indent -compact
186- .It
186+ .It
187187File pointing to unallocated inode.
188188.It
189189Inode number out of range.
@@ -194,7 +194,7 @@ or having the wrong inode number.
194194.It
195195Super Block checks:
196196.Bl -item -indent indent -compact
197- .It
197+ .It
198198More blocks for inodes than there are in the filesystem.
199199.It
200200Bad free block map format.
@@ -205,7 +205,7 @@ Total free block and/or free inode count incorrect.
205205.Pp
206206Orphaned files and directories (allocated but unreferenced) are,
207207with the operator's concurrence, reconnected by
208- placing them in the
208+ placing them in the
209209.Pa lost+found
210210directory.
211211The name assigned is the inode number.
@@ -217,7 +217,7 @@ If there is insufficient space its size is increased.
217217Because of inconsistencies between the block device and the buffer cache,
218218the raw device should always be used.
219219.Sh DIAGNOSTICS
220- The diagnostics produced by
220+ The diagnostics produced by
221221.Nm
222222are fully enumerated and explained in Appendix A of
223223.Rs
0 commit comments