| Summary: | request for minor clarification of example in the fdp-primer | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Giorgos Keramidas <charon> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Giorgos Keramidas
2001-10-02 01:20:00 UTC
If memory serves me right, Giorgos Keramidas wrote:
> - <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>,
Hmmm...it didn't mention pdf or ps? KNOWN_FORMATS in doc/share/mk/
doc.docbook.mk lists several other formats as well, don't know how many
of these actually work.
Bruce.
Bruce A. Mah <bmah@FreeBSD.ORG> wrote: > If memory serves me right, Giorgos Keramidas wrote: > > > - <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>, > > Hmmm...it didn't mention pdf or ps? KNOWN_FORMATS in doc/share/mk/ > doc.docbook.mk lists several other formats as well, don't know how many > of these actually work. No, it does not mention any other formats. Anyway, a pointer to doc.docbook.mk for finding out about those other formats, and an example of building multiple formats with FORMATS="x y z" seems more proper. Do you want me to update the diff of this PR, to add the reference to doc.docbook.mk ? -giorgos If memory serves me right, Giorgos Keramidas wrote:
> No, it does not mention any other formats. Anyway, a pointer to
> doc.docbook.mk for finding out about those other formats, and an example of
> building multiple formats with FORMATS="x y z" seems more proper.
> Do you want me to update the diff of this PR, to add the reference to
> doc.docbook.mk ?
Sorry, I was perhaps more terse than I should have been. It's probably
fine to just mention PS and PDF as possible formats along with the
rest....the list of formats rarely changes.
Bruce.
State Changed From-To: open->closed I applied the patch and then made the changes suggested in the audit trail. Thanks! |