diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-02-21 12:15:53 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-02-21 12:15:53 -0500 |
commit | 6ea0734e41de4f7f39c0df05736c1714aa004b61 (patch) | |
tree | 85a8b79bca87d934e2a5365a74774502f2d3ee95 | |
parent | 32ce58e9e97723958d43e09fc3203a302c1eb4b5 (diff) | |
download | postgresql-6ea0734e41de4f7f39c0df05736c1714aa004b61.tar.gz postgresql-6ea0734e41de4f7f39c0df05736c1714aa004b61.zip |
doc: remove non-breaking space in SGML files, causes make error
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 3c95c15a1e4..e076cefa3b9 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2598,7 +2598,7 @@ ninja install </varlistentry> <varlistentry id="configure-with-libcurl-meson"> - <term><option>-Dlibcurl={ auto | enabled | disabled }</option></term> + <term><option>-Dlibcurl={ auto | enabled | disabled }</option></term> <listitem> <para> Build with libcurl support for OAuth 2.0 client flows. |