Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2003 12:59:09 +0200 (CEST)
From:      Lukas Ertl <l.ertl@univie.ac.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/54880: [PATCH] remove obsolete -l option from fsck(8)
Message-ID:  <200307261059.h6QAx8VV021165@korben.in.tern>
Resent-Message-ID: <200307261100.h6QB0Ynx005916@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54880
>Category:       docs
>Synopsis:       [PATCH] remove obsolete -l option from fsck(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 04:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307261059.h6QAx8VV021165>