docs/54880: [PATCH] remove obsolete -l option from fsck(8)
Lukas Ertl
l.ertl at univie.ac.at
Sat Jul 26 11:00:36 UTC 2003
>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 at 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:
More information about the freebsd-doc
mailing list