From owner-freebsd-doc@FreeBSD.ORG Sat Jul 26 04:00:35 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C0D37B401 for ; Sat, 26 Jul 2003 04:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B374543FA3 for ; Sat, 26 Jul 2003 04:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6QB0YUp005925 for ; Sat, 26 Jul 2003 04:00:34 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6QB0Ynx005916; Sat, 26 Jul 2003 04:00:34 -0700 (PDT) Resent-Date: Sat, 26 Jul 2003 04:00:34 -0700 (PDT) Resent-Message-Id: <200307261100.h6QB0Ynx005916@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lukas Ertl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2349937B404 for ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/54880: [PATCH] remove obsolete -l option from fsck(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lukas Ertl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 11:00:36 -0000 >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: