summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb/fsdb.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsdb/fsdb.8')
-rw-r--r--sbin/fsdb/fsdb.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8
index 1e4ef60..e5fdd7f 100644
--- a/sbin/fsdb/fsdb.8
+++ b/sbin/fsdb/fsdb.8
@@ -37,12 +37,12 @@
.Sh SYNOPSIS
.Nm
.Op Fl d
-.Op Fl f
+.Op Fl f
.Op Fl r
.Ar fsname
.Sh DESCRIPTION
.Nm Fsdb
-opens
+opens
.Ar fsname
(usually a raw disk partition) and runs a command loop
allowing manipulation of the file system's inode data. You are prompted
@@ -71,7 +71,7 @@ Open the filesystem read/only, and disables all commands that would
write to it.
.El
.Sh COMMANDS
-Besides the built-in
+Besides the built-in
.Xr editline 3
commands,
.Nm
@@ -90,7 +90,7 @@ as the new current inode.
Revert to the previously current inode.
.Pp
.It Cm clri Ar i-number
-Clear
+Clear
.Ar i-number .
.Pp
.It Cm lookup Ar name
@@ -121,7 +121,7 @@ Set the active inode's link count to
.Pp
.It Cm ls
List the current inode's directory entries. This command is valid only
-if the current inode is a directory.
+if the current inode is a directory.
.Pp
.It Cm rm Ar name
.It Cm del Ar name
@@ -190,7 +190,7 @@ Change the generation number of the current inode to
.It Cm ctime Ar time
.It Cm atime Ar time
Change the modification, change, or access time (respectively) on the
-current inode to
+current inode to
.Ar time .
.Ar Time
should be in the format
@@ -201,7 +201,7 @@ is an optional nanosecond specification. If no nanoseconds are specified, the
.Va mtimensec ,
.Va ctimensec ,
or
-.Va atimensec
+.Va atimensec
field will be set to zero.
.Pp
.It Cm quit , q , exit , Em <EOF>
@@ -239,4 +239,4 @@ ported it to
Use this tool with extreme caution--you can damage an FFS file system
beyond what
.Xr fsck 8
-can repair.
+can repair.
OpenPOWER on IntegriCloud