From owner-freebsd-doc Wed Sep 26 14:20: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F268337B437 for ; Wed, 26 Sep 2001 14:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8QLK0F17409; Wed, 26 Sep 2001 14:20:00 -0700 (PDT) (envelope-from gnats) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id DA86737B442 for ; Wed, 26 Sep 2001 14:15:50 -0700 (PDT) Received: from hades.hell.gr (patr530-a125.otenet.gr [212.205.215.125]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8QLFlY03787 for ; Thu, 27 Sep 2001 00:15:47 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f8QL5hN42673; Thu, 27 Sep 2001 00:05:43 +0300 (EEST) (envelope-from charon) Message-Id: <200109262105.f8QL5hN42673@hades.hell.gr> Date: Thu, 27 Sep 2001 00:05:43 +0300 (EEST) From: Giorgos Keramidas Reply-To: Giorgos Keramidas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/30851: change FORMAT= to FORMATS= in an fdp-primer example of building the docs Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30851 >Category: docs >Synopsis: change FORMAT= to FORMATS= in an fdp-primer example of building the docs >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: Wed Sep 26 14:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386 >Description: The fdp-primer in one of the examples for building the docs in various formats uses FORMAT=txt instead of FORMATS=txt. The attached patch fixes the example. >How-To-Repeat: >Fix: --- patch begins here --- Index: overview/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v retrieving revision 1.7 diff -u -r1.7 chapter.sgml --- overview/chapter.sgml 16 Jul 2001 14:45:56 -0000 1.7 +++ overview/chapter.sgml 26 Sep 2001 21:00:26 -0000 @@ -247,7 +247,7 @@ and convert the document to other formats for review. &prompt.user; make lint -&prompt.user; make FORMAT=format +&prompt.user; make FORMATS=format Where format is one of html, html-split, --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message