doc: Fix some markups for support functions of index AMs

Michael Paquier <michael@paquier.xyz>

Commit: 77c1537f512e6ac2513f8695c795dc94cbf207ee
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-08-24T07:46:52Z
Releases: 14.0
doc: Fix some markups for support functions of index AMs

All the documentation of index AMs has been using <replaceable> for
local_relopts.  This is a structure, so <structname> is a much better
choice.

Alexander has found the inconsistency for btree, while I have spotted
the rest when applying the concept of consistency to the docs.

Author: Alexander Lakhin, Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20200822133022.GC24782@paquier.xyz

Files

PathChange+/−
doc/src/sgml/brin.sgml modified +1 −1
doc/src/sgml/btree.sgml modified +1 −1
doc/src/sgml/gin.sgml modified +1 −1
doc/src/sgml/gist.sgml modified +1 −1
doc/src/sgml/spgist.sgml modified +1 −1

Documentation touched

Discussion