Mixed field in table 70.3 - Mailing list pgsql-docs

From PG Doc comments form
Subject Mixed field in table 70.3
Date
Msg-id 165107073604.680.6504816042790949419@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Mixed field in table 70.3
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/storage-page-layout.html
Description:

The 7th line states:
pd_pagesize_version     uint16     2 bytes     Page size and layout version number
information

In fact there are two smallints, so the table should show two attributes:
pd_pagesize     uint16     2 bytes     Page size 
version        uint16     2 bytes     Layout version number information

pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: 43.10 Trigger Functions one sentences kind of not easy to understand.
Next
From: Tom Lane
Date:
Subject: Re: Mixed field in table 70.3