aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb/fsdb.8
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 21:45:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 21:45:06 +0000
commit9806e231322307da0109e101ae2ef997a4a22290 (patch)
tree602e903272257a1c5b455a48800dcaa680741026 /sbin/fsdb/fsdb.8
parentc481aa05e89e945a535e6e5bec8e05238a6b3628 (diff)
downloadsrc-9806e231322307da0109e101ae2ef997a4a22290.tar.gz
src-9806e231322307da0109e101ae2ef997a4a22290.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131488
Diffstat (limited to 'sbin/fsdb/fsdb.8')
-rw-r--r--sbin/fsdb/fsdb.827
1 files changed, 18 insertions, 9 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8
index 21b4b70d189b..194ba830c868 100644
--- a/sbin/fsdb/fsdb.8
+++ b/sbin/fsdb/fsdb.8
@@ -46,12 +46,14 @@ The
utility 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
+allowing manipulation of the file system's inode data.
+You are prompted
to enter a command with
.Ic "fsdb (inum X)>"
where
.Va X
-is the currently selected i-number. The initial selected inode is the
+is the currently selected i-number.
+The initial selected inode is the
root of the file system (i-number 2).
The command processor uses the
.Xr editline 3
@@ -101,7 +103,8 @@ Find
in the current directory and make its inode the current inode.
.Ar Name
may be a multi-component name or may begin with slash to indicate that
-the root inode should be used to start the lookup. If some component
+the root inode should be used to start the lookup.
+If some component
along the pathname is not found, the last valid directory encountered is
left as the active inode.
This command is valid only if the starting inode is a directory.
@@ -125,14 +128,16 @@ Set the active inode's link count to
.Ar number .
.Pp
.It Cm ls
-List the current inode's directory entries. This command is valid only
+List the current inode's directory entries.
+This command is valid only
if the current inode is a directory.
.Pp
.It Cm rm Ar name
.It Cm del Ar name
Remove the entry
.Ar name
-from the current directory inode. This command is valid only
+from the current directory inode.
+This command is valid only
if the current inode is a directory.
.Pp
.It Cm ln Ar ino Ar name
@@ -140,7 +145,8 @@ Create a link to inode
.Ar ino
under the name
.Ar name
-in the current directory inode. This command is valid only
+in the current directory inode.
+This command is valid only
if the current inode is a directory.
.Pp
.It Cm chinum Ar dirslot Ar inum
@@ -154,7 +160,8 @@ Change the name in directory entry
.Ar dirslot
to
.Ar name .
-This command cannot expand a directory entry. You can only rename an
+This command cannot expand a directory entry.
+You can only rename an
entry if the name will fit into the existing directory slot.
.Pp
.It Cm chtype Ar type
@@ -202,7 +209,8 @@ should be in the format
.Em YYYYMMDDHHMMSS[.nsec]
where
.Em nsec
-is an optional nanosecond specification. If no nanoseconds are specified, the
+is an optional nanosecond specification.
+If no nanoseconds are specified, the
.Va mtimensec ,
.Va ctimensec ,
or
@@ -231,7 +239,8 @@ The
.Nm
utility uses the source code for
.Xr fsck 8
-to implement most of the file system manipulation code. The remainder of
+to implement most of the file system manipulation code.
+The remainder of
.Nm
first appeared in
.Nx ,