diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-11-07 21:14:41 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-11-07 21:14:41 -0500 |
commit | 6e1e4c0d2f757677b03b6f164487a582c7dfab33 (patch) | |
tree | a5edc53df2420a20492ff51c20aa878cd561d972 | |
parent | 698e5254377baffb95774d47872100997f135cba (diff) | |
download | postgresql-6e1e4c0d2f757677b03b6f164487a582c7dfab33.tar.gz postgresql-6e1e4c0d2f757677b03b6f164487a582c7dfab33.zip |
Expand empty end tag
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index f82affd0c58..b587ef71c11 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2501,7 +2501,7 @@ The commands accepted in walsender mode are: </listitem> <listitem> <para> - <filename>pg_internal.init (found in multiple directories)</> + <filename>pg_internal.init (found in multiple directories)</filename> </para> </listitem> <listitem> |