Skip to content

poudriere man pages on github -> missing html id attribute for local references #1235

@EHWV

Description

@EHWV

Poudriere man pages as published on github, like:
https://github.com/freebsd/poudriere/wiki/poudriere-bulk.8#f
https://github.com/freebsd/poudriere/wiki/poudriere-image.8-devel#A

are missing the HTML id attribute to enable the use of local references, for example for:
https://github.com/freebsd/poudriere/wiki/poudriere-bulk.8#f

<dt>
<a href="#f"><code>-f</code></a>
    <var>file</var>
</dt>

should be:

<dt id="f">
<a href="#f"><code>-f</code></a>
    <var>file</var>
</dt>

Comparison from OpenZFS:
https://openzfs.github.io/openzfs-docs/man/v2.3/8/zfs-list.8.html#p

<dt id="p">
<a class="permalink" href="#p"><code class="Fl">-p</code></a>
</dt>

It looks like these id attributes might be missing on all relevant poudriere man pages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions