From le@univie.ac.at  Sat Jul 26 04:00:03 2003
Return-Path: <le@univie.ac.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2349937B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2003 04:00:03 -0700 (PDT)
Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2D043FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2003 04:00:01 -0700 (PDT)
	(envelope-from le@univie.ac.at)
Received: from korben.in.tern (dialin202.cc.univie.ac.at [131.130.202.202])
	by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h6QAxcYA148464
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2003 12:59:46 +0200
Received: from korben.in.tern (korben.in.tern [127.0.0.1])
	by korben.in.tern (8.12.9/8.12.9) with ESMTP id h6QAxC4R021236
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 2003 12:59:18 +0200 (CEST)
	(envelope-from le@korben.in.tern)
Received: (from le@localhost)
	by korben.in.tern (8.12.9/8.12.9/Submit) id h6QAx8VV021165;
	Sat, 26 Jul 2003 12:59:09 +0200 (CEST)
	(envelope-from le)
Message-Id: <200307261059.h6QAx8VV021165@korben.in.tern>
Date: Sat, 26 Jul 2003 12:59:09 +0200 (CEST)
From: Lukas Ertl <l.ertl@univie.ac.at>
Reply-To: Lukas Ertl <l.ertl@univie.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] remove obsolete -l option from fsck(8)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54880
>Category:       docs
>Synopsis:       [PATCH] remove obsolete -l option from fsck(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    simon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 04:00:33 PDT 2003
>Closed-Date:    Sat Jul 26 06:06:03 PDT 2003
>Last-Modified:  Sat Jul 26 06:06:03 PDT 2003
>Originator:     Lukas Ertl
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD korben 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Mon Jul 21 13:22:45 CEST 2003 le@korben:/usr/obj/usr/src/sys/KORBEN i386


	
>Description:

According to the source code of fsck(8), the -l option is obsolete, but
it is still listed in the SYNOPSIS of fsck(8). Furthermore, it is listed
twice: one time without argument, one time with argument.

>How-To-Repeat:
	
>Fix:

	

--- fsck.8.diff begins here ---
Index: sbin/fsck/fsck.8
===================================================================
RCS file: /usr/local/bsdcvs/src/sbin/fsck/fsck.8,v
retrieving revision 1.32
diff -u -r1.32 fsck.8
--- sbin/fsck/fsck.8	27 Dec 2002 12:15:32 -0000	1.32
+++ sbin/fsck/fsck.8	26 Jul 2003 10:51:46 -0000
@@ -36,9 +36,8 @@
 .Nd file system consistency check and interactive repair
 .Sh SYNOPSIS
 .Nm
-.Op Fl dvplfyn
+.Op Fl dvpfyn
 .Op Fl B | F
-.Op Fl l Ar maxparallel
 .Op Fl t Ar fstype
 .Op Fl T Ar fstype : Ns Ar fsoptions
 .Op Ar special | node ...
--- fsck.8.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->simon 
Responsible-Changed-By: simon 
Responsible-Changed-When: Sat Jul 26 04:05:31 PDT 2003 
Responsible-Changed-Why:  
I will take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54880 
State-Changed-From-To: open->closed 
State-Changed-By: simon 
State-Changed-When: Sat Jul 26 06:05:47 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54880 
>Unformatted:
