diff --git a/doc/src/sgml/ref/pg_config-ref.sgml b/doc/src/sgml/ref/pg_config-ref.sgml index 72ce46f514e5669a0a8e0242907290fb1a1920f0..72665be1798201eca9966867c37b48783e090d90 100644 --- a/doc/src/sgml/ref/pg_config-ref.sgml +++ b/doc/src/sgml/ref/pg_config-ref.sgml @@ -1,26 +1,26 @@ - + - pg-config + pg_config Application - pg-config + pg_config Provides information about the installed version of PostgreSQL -pg-config --bindir | --includedir | --libdir | --configure | --version +pg_config --bindir | --includedir | --libdir | --configure | --version Description</> <para> - The <application>pg-config</> stores and provides configuration parameters + The <application>pg_config</> stores and provides configuration parameters of the currently installed version of <productname>PostgreSQL</>. It is intended, for example, to be used by software packages that want to interface to <productname>PostgreSQL</> in order to find the respective header files @@ -28,7 +28,7 @@ pg-config --bindir | --includedir | --libdir | --configure | --version </para> <para> - To use <application>pg-config</>, supply one or more of the following options: + To use <application>pg_config</>, supply one or more of the following options: <variablelist> <varlistentry> <term>--bindir</> @@ -36,7 +36,7 @@ pg-config --bindir | --includedir | --libdir | --configure | --version <para> Print the location of user executables. Use this, for example, to find the <application>psql</> program. This is normally also the location - where the <filename>pg-config</> program resides. + where the <filename>pg_config</> program resides. </para> </listitem> </varlistentry>