From owner-freebsd-bugs@FreeBSD.ORG Mon Aug 4 09:20:16 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA03E37B401 for ; Mon, 4 Aug 2003 09:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0B043FA3 for ; Mon, 4 Aug 2003 09:20:08 -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 h74GK8Up058422 for ; Mon, 4 Aug 2003 09:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h74GK8Ap058421; Mon, 4 Aug 2003 09:20:08 -0700 (PDT) Resent-Date: Mon, 4 Aug 2003 09:20:08 -0700 (PDT) Resent-Message-Id: <200308041620.h74GK8Ap058421@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Morozovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A539537B404 for ; Mon, 4 Aug 2003 09:18:53 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EDD43F93 for ; Mon, 4 Aug 2003 09:18:50 -0700 (PDT) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.9/8.12.9) with ESMTP id h74GIn4C017632 for ; Mon, 4 Aug 2003 20:18:49 +0400 (MSD) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.12.9/8.12.9/Submit) id h74GInfO017631; Mon, 4 Aug 2003 20:18:49 +0400 (MSD) Message-Id: <200308041618.h74GInfO017631@woozle.rinet.ru> Date: Mon, 4 Aug 2003 20:18:49 +0400 (MSD) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/55250: wrong place of .Bl in fdisk manpage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 16:20:16 -0000 >Number: 55250 >Category: bin >Synopsis: wrong place of .Bl in fdisk manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 04 09:20:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: Incidentally found doc bug in i386 fdisk(8) manpage. >How-To-Repeat: marck@woozle:~> man fdisk > /dev/null Formatting page, please wait...mdoc warning: A .Bl directive has no matching .El (#20) mdoc error: .It without preceding .Bl (#53) mdoc error: .It without preceding .Bl (#57) mdoc error: .It without preceding .Bl (#62) mdoc error: .It without preceding .Bl (#67) mdoc error: .It without preceding .Bl (#90) mdoc error: .It without preceding .Bl (#96) mdoc error: .It without preceding .Bl (#101) mdoc error: .It without preceding .Bl (#103) mdoc error: .It without preceding .Bl (#108) mdoc error: .It without preceding .Bl (#112) mdoc error: .It without preceding .Bl (#118) mdoc warning: extraneous .El call (#122) mdoc warning: extraneous .El call (#188) mdoc warning: extraneous .El call (#412) mdoc warning: extraneous .El call (#417) Done. >Fix: Index: fdisk.8 =================================================================== RCS file: /home/ncvs/src/sbin/i386/fdisk/Attic/fdisk.8,v retrieving revision 1.17.2.11 diff -u -r1.17.2.11 fdisk.8 --- fdisk.8 25 Apr 2002 16:25:12 -0000 1.17.2.11 +++ fdisk.8 4 Aug 2003 16:12:03 -0000 @@ -12,7 +12,6 @@ .Op Fl b Ar bootcode .Op Fl 1234 .Op Ar disk -.Bl -tag -width time .Nm .Fl f Ar configfile .Op Fl itv @@ -50,6 +49,7 @@ and is designed to be used by other scripts/programs. .Pp Options are: +.Bl -tag -width indent .It Fl a Change the active slice only. Ignored if .Fl f >Release-Note: >Audit-Trail: >Unformatted: