diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-08-23 11:55:21 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-08-23 11:57:36 +0300 |
commit | 26a092657ba4ac52212d43bae9a822a119efbd8a (patch) | |
tree | 5ccee256ff38e534d739dd80eddb3756a540394b /doc/src | |
parent | 9c471d24126280a5f90ee9d276a9df37480dfcde (diff) |
Add recovery.conf to the index in the user manual.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index de6090520db..4678cdd0d1f 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -11,7 +11,8 @@ <para> This chapter describes the settings available in the - <filename>recovery.conf</> file. They apply only for the duration of the + <filename>recovery.conf</><indexterm><primary>recovery.conf</></> + file. They apply only for the duration of the recovery. They must be reset for any subsequent recovery you wish to perform. They cannot be changed once recovery has begun. </para> |