summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-04-13 02:42:53 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-04-13 02:42:53 +0000
commitd4304a2e76b96d110df2203339986bfaf871cb59 (patch)
treea2fe6b8f979f6b4bcbdc2c4ee67087f5d2abeb37 /sbin/fsdb
parent89475256d333445bf1c05a850ebbf609d6d5e2d2 (diff)
downloadFreeBSD-src-d4304a2e76b96d110df2203339986bfaf871cb59.zip
FreeBSD-src-d4304a2e76b96d110df2203339986bfaf871cb59.tar.gz
Correctly ref editline(3).
PR: docs/10973
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/fsdb.812
1 files changed, 4 insertions, 8 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8
index 2b4251e..b3ebc0b 100644
--- a/sbin/fsdb/fsdb.8
+++ b/sbin/fsdb/fsdb.8
@@ -26,7 +26,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: fsdb.8,v 1.7 1997/04/15 09:02:43 joerg Exp $
+.\" $Id: fsdb.8,v 1.8 1998/06/15 07:12:18 charnier Exp $
.\"
.Dd September 14, 1995
.Dt FSDB 8
@@ -53,7 +53,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.
@@ -72,7 +72,7 @@ write to it.
.El
.Sh COMMANDS
Besides the built-in
-.Xr libedit 3
+.Xr editline 3
commands,
.Nm
supports these commands:
@@ -208,7 +208,7 @@ field will be set to zero.
Exit the program.
.El
.Sh SEE ALSO
-.Xr libedit 3 ,
+.Xr editline 3 ,
.Xr fs 5 ,
.Xr clri 8 ,
.Xr fsck 8
@@ -221,10 +221,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 Fsdb
uses the source code for
OpenPOWER on IntegriCloud