Skip to content

Commit 2d606da

Browse files
committed
More pg_config updates.
1 parent 78f6986 commit 2d606da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/ref/pg_config-ref.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
<!-- $Header -->
22

3-
<refentry id="app-pg-config">
3+
<refentry id="app-pg_config">
44
<refmeta>
5-
<refentrytitle id="app-pg-config-title">pg-config</>
5+
<refentrytitle id="app-pg_config-title">pg_config</>
66
<refmiscinfo>Application</>
77
</refmeta>
88

99
<refnamediv>
10-
<refname>pg-config</>
10+
<refname>pg_config</>
1111
<refpurpose>Provides information about the installed version of <productname>PostgreSQL</></>
1212
</refnamediv>
1313

1414
<refsynopsisdiv>
1515
<synopsis>
16-
pg-config --bindir | --includedir | --libdir | --configure | --version
16+
pg_config --bindir | --includedir | --libdir | --configure | --version
1717
</synopsis>
1818
</refsynopsisdiv>
1919

2020
<refsect1>
2121
<title>Description</>
2222
<para>
23-
The <application>pg-config</> stores and provides configuration parameters
23+
The <application>pg_config</> stores and provides configuration parameters
2424
of the currently installed version of <productname>PostgreSQL</>. It is
2525
intended, for example, to be used by software packages that want to interface
2626
to <productname>PostgreSQL</> in order to find the respective header files
2727
and libraries.
2828
</para>
2929

3030
<para>
31-
To use <application>pg-config</>, supply one or more of the following options:
31+
To use <application>pg_config</>, supply one or more of the following options:
3232
<variablelist>
3333
<varlistentry>
3434
<term>--bindir</>
3535
<listitem>
3636
<para>
3737
Print the location of user executables. Use this, for example, to find
3838
the <application>psql</> program. This is normally also the location
39-
where the <filename>pg-config</> program resides.
39+
where the <filename>pg_config</> program resides.
4040
</para>
4141
</listitem>
4242
</varlistentry>

0 commit comments

Comments
 (0)