summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-01-16 04:57:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-01-16 04:57:05 +0000
commit891d48fc5656bed485ad5e2b5e154786b9f84d2e (patch)
tree99c42c53b0407f7186463adc7305acb5de77b0dc /sbin
parentabb0ee02de6f79585021eecbf4a6c560012e5bf7 (diff)
Speak in English and note that editline(3) now exists.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fsdb/fsdb.814
1 files changed, 5 insertions, 9 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8
index 256e7826cd4..f140eaecd6e 100644
--- a/sbin/fsdb/fsdb.8
+++ b/sbin/fsdb/fsdb.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsdb.8,v 1.5 1997/01/16 04:04:18 millert Exp $
+.\" $OpenBSD: fsdb.8,v 1.6 1997/01/16 04:57:04 millert Exp $
.\" $NetBSD: fsdb.8,v 1.5 1997/01/11 05:51:40 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@ where
is the currently selected i-number. The initial selected inode is the
root of the filesystem (i-number 2).
The command processor uses the
-.Xr libedit 3
+.Xr editline 3
library, so you can use command line editing to reduce typing if desired.
When you exit the command loop, the file system superblock is marked
dirty and any buffered blocks are written to the file system.
@@ -70,7 +70,7 @@ option enables additional debugging output (which comes primarily from
code).
.Sh COMMANDS
Besides the built-in
-.Xr libedit 3
+.Xr editline 3
commands,
.Nm
supports these commands:
@@ -177,7 +177,7 @@ Change the owner of the current inode to
.Ar uid .
.Pp
.It Cm chlen Ar length
-Change length of current inode to
+Change the length of the current inode to
.Ar length .
.Pp
.It Cm chgrp Ar gid
@@ -210,7 +210,7 @@ field will be set to zero.
Exit the program.
.El
.Sh SEE ALSO
-.Xr libedit 3 ,
+.Xr editline 3 ,
.Xr fs 5 ,
.Xr fsck 8 ,
.Xr clri 8 .
@@ -223,10 +223,6 @@ You must specify modes as numbers rather than symbolic names.
There are a bunch of other things that you might want to do which
.Nm
doesn't implement.
-.br
-The
-.Xr libedit 3
-reference page is not yet written.
.Sh HISTORY
.Nm
uses the source code for