diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-11-13 13:51:38 +0100 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-11-13 13:51:38 +0100 |
commit | d20dceaf50ea093234ef6a66bb2dae485468bea2 (patch) | |
tree | c9098d46bd7c69aa83218ddecbaa6a25c3f0bcdb /doc/src | |
parent | 6178f3cb798f2ea9011c55e99973f838719c550e (diff) | |
download | postgresql-d20dceaf50ea093234ef6a66bb2dae485468bea2.tar.gz postgresql-d20dceaf50ea093234ef6a66bb2dae485468bea2.zip |
doc: Fix minor whitespace issue
Reported-by: David G. Johnston <david.g.johnston@gmail.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_waldump.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml index 35f974f8c1b..389c314ef3b 100644 --- a/doc/src/sgml/ref/pg_waldump.sgml +++ b/doc/src/sgml/ref/pg_waldump.sgml @@ -23,9 +23,7 @@ PostgreSQL documentation <cmdsynopsis> <command>pg_waldump</command> <arg rep="repeat" choice="opt"><option>option</option></arg> - <arg choice="opt"><option>startseg</option> - <arg choice="opt"><option>endseg</option></arg> - </arg> + <arg choice="opt"><option>startseg</option><arg choice="opt"><option>endseg</option></arg></arg> </cmdsynopsis> </refsynopsisdiv> |