From naddy@bigeye.rhein-neckar.de Mon Apr  5 17:55:00 1999
Return-Path: <naddy@bigeye.rhein-neckar.de>
Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3])
	by hub.freebsd.org (Postfix) with ESMTP id C3F6F14C4B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Apr 1999 17:54:58 -0700 (PDT)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: from mips.rhein-neckar.de (uucp@localhost)
	by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA22200
	for FreeBSD-gnats-submit@freebsd.org; Tue, 6 Apr 1999 02:53:01 +0200 (CEST)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de
	 with esmtp id m10UJ4e-000WyXC
	(Debian Smail-3.2.0.101 1997-Dec-17 #2); Tue, 6 Apr 1999 01:46:36 +0200 (CEST)
Received: (from naddy@localhost)
	by bigeye.rhein-neckar.de (8.9.3/8.9.3) id BAA19122;
	Tue, 6 Apr 1999 01:45:36 +0200 (CEST)
	(envelope-from naddy)
Message-Id: <199904052345.BAA19122@bigeye.rhein-neckar.de>
Date: Tue, 6 Apr 1999 01:45:36 +0200 (CEST)
From: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Sender: naddy@bigeye.rhein-neckar.de
Reply-To: naddy@mips.rhein-neckar.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: Patch: Have fsdb(8) man page refer correctly to editline(3)
X-Send-Pr-Version: 3.2

>Number:         10973
>Category:       docs
>Synopsis:       Patch: Have fsdb(8) man page refer correctly to editline(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr  5 18:00:01 PDT 1999
>Closed-Date:    Mon Apr 12 21:44:42 CDT 1999
>Last-Modified:  Mon Apr 12 21:44:55 CDT 1999
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

>Description:

The fsdb(8) man page refers to libedit(3), which doesn't exist, rather
than editline(3).

>How-To-Repeat:


>Fix:
	
--- fsdb.8.orig	Tue Apr  6 01:34:29 1999
+++ fsdb.8	Tue Apr  6 01:32:56 1999
@@ -53,7 +53,7 @@
 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 @@
 .El
 .Sh COMMANDS
 Besides the built-in 
-.Xr libedit 3
+.Xr editline 3
 commands,
 .Nm
 supports these commands:
@@ -208,7 +208,7 @@
 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 @@
 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

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ghelmer 
State-Changed-When: Mon Apr 12 21:44:42 CDT 1999 
State-Changed-Why:  
Patch committed, thanks. 
>Unformatted:
