From nobody@FreeBSD.org  Wed Oct 19 08:47:45 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C7D0D16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Oct 2005 08:47:45 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 63DA943D62
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Oct 2005 08:47:45 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9J8ljcp003097
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Oct 2005 08:47:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j9J8ljFh003096;
	Wed, 19 Oct 2005 08:47:45 GMT
	(envelope-from nobody)
Message-Id: <200510190847.j9J8ljFh003096@www.freebsd.org>
Date: Wed, 19 Oct 2005 08:47:45 GMT
From: Rob <spamrefuse@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fsck (on superblock error) tells wrong man page reference
X-Send-Pr-Version: www-2.3

>Number:         87651
>Category:       bin
>Synopsis:       [patch] fsck(8) (on superblock error) tells wrong man page reference
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 08:50:14 GMT 2005
>Closed-Date:    
>Last-Modified:  Thu Oct 20 01:50:15 GMT 2005
>Originator:     Rob
>Release:        5-Stable
>Organization:
>Environment:
FreeBSD surf3 5.4-STABLE FreeBSD 5.4-STABLE #0:
Fri Oct 14 17:11:00 KST 2005
rob@surf3:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
When fsck encounters a superblock error, it
says:
----------------------------------------
SEARCH FOR ALTERNATE SUPER-BLOCK FAILED.
YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY
THE LOCATION OF AN ALTERNATE SUPER-BLOCK TO
SUPPLY NEEDED INFORMATION; SEE fsck(8).
----------------------------------------

But referring to "fsck(8)" is wrong (there
is no -b option !!).
Instead this should be changed into
 "fsck_ffs(8)".

>How-To-Repeat:

-0-
>Fix:
In src/sbin/fsck_ffs/setup.c , line 197
change
   SEE fsck(8)
into
   SEE fsck_ffs(8)

>Release-Note:
>Audit-Trail:

From: Rob Lahaye <rob@lahaye.dds.nl>
To: bug-followup@FreeBSD.org,  spamrefuse@yahoo.com
Cc:  
Subject: Re: bin/87651: [patch] fsck(8) (on superblock error) tells wrong
 man page reference
Date: Thu, 20 Oct 2005 10:40:03 +0900

 > When fsck encounters a superblock error, it
 > says:
 > ----------------------------------------
 > SEARCH FOR ALTERNATE SUPER-BLOCK FAILED.
 > YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY
 > THE LOCATION OF AN ALTERNATE SUPER-BLOCK TO
 > SUPPLY NEEDED INFORMATION; SEE fsck(8).
 > ----------------------------------------
 > 
 > But referring to "fsck(8)" is wrong (there
 > is no -b option !!).
 > Instead this should be changed into
 >  "fsck_ffs(8)".
 
 Also change
 
   YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY
 
 into
 
   YOU MUST USE THE -b OPTION TO FSCK_FFS TO SPECIFY
 
 R.
>Unformatted:
