the editline(3) man page now exists (but not as libedit(3))
This commit is contained in:
parent
9df1988ac8
commit
5c9d30eb5f
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fsdb.8,v 1.4 1996/02/27 22:28:09 jtc Exp $
|
||||
.\" $NetBSD: fsdb.8,v 1.5 1997/01/11 05:51:40 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -57,7 +57,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.
|
||||
|
@ -69,7 +69,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:
|
||||
|
@ -205,7 +205,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 .
|
||||
|
@ -218,10 +218,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
|
||||
|
|
Loading…
Reference in New Issue