diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-10-14 09:45:00 +0300 | 
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-10-14 09:45:33 +0300 | 
| commit | 0ff5047d52ab84dad682ad140b6992c294580eb1 (patch) | |
| tree | 24c79419f46aa1c52d807f504d4a01f0af8f9a8b /doc/src | |
| parent | db75e524856634ce1c41fc1233e85abbb716ef6e (diff) | |
Fix typo in docs.
Shigeru Hanada
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/bgworker.sgml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index d53570d9862..8e218ac0406 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -192,7 +192,7 @@ typedef struct BackgroundWorker     opaque handle that can subsequently be passed to     <function>GetBackgroundWorkerPid(<parameter>BackgroundWorkerHandle *</parameter>, <parameter>pid_t *</parameter>)</function> or     <function>TerminateBackgroundWorker(<parameter>BackgroundWorkerHandle *</parameter>)</function>. -   <function>GetBackgroundWorker</> can be used to poll the status of the +   <function>GetBackgroundWorkerPid</> can be used to poll the status of the     worker: a return value of <literal>BGWH_NOT_YET_STARTED</> indicates that     the worker has not yet been started by the postmaster;     <literal>BGWH_STOPPED</literal> indicates that it has been started but is  | 
