Grammar fix, from Jeff Ito in PR bin/30320. While here, fix a typo
and use .Dq for quotes.
This commit is contained in:
parent
b765c01a21
commit
1a2d0da769
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fsdb.8,v 1.19 2004/01/04 00:12:04 wiz Exp $
|
||||
.\" $NetBSD: fsdb.8,v 1.20 2005/05/25 00:02:49 snj Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -79,7 +79,7 @@ and no attempts will be made to read a disklabel.
|
||||
.Pp
|
||||
The
|
||||
.Fl n
|
||||
option disable writing to the device, preventing any changes from being made
|
||||
option disables writing to the device, preventing any changes from being made
|
||||
to the filesystem.
|
||||
.Sh COMMANDS
|
||||
Besides the built-in
|
||||
@ -138,7 +138,7 @@ This command is valid only if the current inode is a directory.
|
||||
List the current inode's blocks numbers.
|
||||
.Pp
|
||||
.It Cm findblk Ar disk block number ...
|
||||
Find the inode(s) owning the specifed disk block(s) number(s).
|
||||
Find the inode(s) owning the specified disk block(s) number(s).
|
||||
Note that these are not absolute disk blocks numbers, but offsets from the
|
||||
start of the partition.
|
||||
.Pp
|
||||
@ -248,7 +248,9 @@ beyond what
|
||||
.Xr fsck 8
|
||||
can repair.
|
||||
.Sh BUGS
|
||||
Manipulation of ``short'' symlinks doesn't work (in particular, don't
|
||||
Manipulation of
|
||||
.Dq short
|
||||
symlinks doesn't work (in particular, don't
|
||||
try changing a symlink's type).
|
||||
.br
|
||||
You must specify modes as numbers rather than symbolic names.
|
||||
|
Loading…
Reference in New Issue
Block a user