Date: Thu, 27 Sep 2001 00:05:43 +0300 (EEST) From: Giorgos Keramidas <charon@labs.gr> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/30851: change FORMAT= to FORMATS= in an fdp-primer example of building the docs Message-ID: <200109262105.f8QL5hN42673@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
>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.</para> <screen>&prompt.user; <userinput>make lint</userinput> -&prompt.user; <userinput>make FORMAT=<replaceable>format</replaceable></userinput></screen> +&prompt.user; <userinput>make FORMATS=<replaceable>format</replaceable></userinput></screen> <para>Where <replaceable>format</replaceable> is one of <literal>html</literal>, <literal>html-split</literal>, --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109262105.f8QL5hN42673>