mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Improve markup of cmdsynopsis elements
Add more markup in particular so that the command options appear consistently in monospace in the HTML output. On the vacuumdb reference page, remove listing all the possible options in the synopsis. They have become too many now; we have the detailed options list for that.
This commit is contained in:
@@ -30,7 +30,7 @@ PostgreSQL documentation
|
||||
<cmdsynopsis>
|
||||
<command>createlang</command>
|
||||
<arg rep="repeat"><replaceable>connection-option</replaceable></arg>
|
||||
<group choice="plain"><arg>--list</arg><arg>-l</arg></group>
|
||||
<group choice="plain"><arg><option>--list</option></arg><arg><option>-l</option></arg></group>
|
||||
<arg choice="plain"><replaceable>dbname</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
Reference in New Issue
Block a user