FreeBSD Bugzilla – Attachment 16981 Details for
Bug 30975
request for minor clarification of example in the fdp-primer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 1.94 KB, created by
Giorgos Keramidas
on 2001-10-02 01:20:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Giorgos Keramidas
Created:
2001-10-02 01:20:00 UTC
Size:
1.94 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml >=================================================================== >RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml,v >retrieving revision 1.8 >diff -u -r1.8 chapter.sgml >--- en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 26 Sep 2001 21:49:28 -0000 1.8 >+++ en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 1 Oct 2001 22:16:19 -0000 >@@ -247,11 +247,31 @@ > and convert the document to other formats for review.</para> > > <screen>&prompt.user; <userinput>make lint</userinput> >-&prompt.user; <userinput>make FORMATS=<replaceable>format</replaceable></userinput></screen> >+&prompt.user; <userinput>make FORMATS=<replaceable>format-list</replaceable></userinput></screen> > >- <para>Where <replaceable>format</replaceable> is one of >+ <para>Where <replaceable>format-list</replaceable> is one of > <literal>html</literal>, <literal>html-split</literal>, >- <literal>txt</literal>, or <literal>rtf</literal></para> >+ <literal>txt</literal>, or <literal>rtf</literal>, >+ or a space-separated list of more than one of these. >+ Use quotes around the list of formats when you build more >+ than one format in one command.</para> >+ >+ <para>For example, to convert the document to >+ <literal>html</literal> only, you would use:</para> >+ >+ <screen>&prompt.user; <userinput>make FORMATS=html</userinput></screen> >+ >+ <para>But when you want to convert the document to both >+ <literal>html</literal> and <literal>txt</literal> format, >+ you should use either two separate &man.make.1; runs, >+ with:</para> >+ >+ <screen>&prompt.user; <userinput>make FORMATS=html</userinput> >+&prompt.user; <userinput>make FORMATS=txt</userinput></screen> >+ >+ <para>or, you can do it in one command:</para> >+ >+ <screen>&prompt.user; <userinput>make FORMATS="html txt"</userinput></screen> > </step> > > <step>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30975
: 16981