5.2 Citing Between Books
5.2.1 Within a book #
A reference to another part of the same book omits the book name:
5.2.2 Between books #
A reference to another book leads with that book's short name:
The short name is the one declared in the book's own metadata — PCDS,
PGSS, PSPK, PSPU. A reference to a manual names the component:
the peipkg TRM §7.4.
5.2.3 Referring to a whole book #
5.2.4 Prose and the reference are different things #
A citation MAY be accompanied by prose naming what is at the other end:
The § reference is the durable part. The prose is a readability aid,
and it MAY drift across revisions without invalidating the reference —
which is also why prose alone is not a citation.
5.2.5 In code and in commit messages #
A code comment or a test referring to a documented rule SHOULD carry the full citation, so that a search finds every site depending on it:
/* Per PCDS §5.6: inherited ACEs precede explicit ones. */