diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-06-29 00:01:26 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-06-29 00:01:26 +0300 |
commit | 6ab4d38ab085b0177d7ce63f7e1f2fb3f3a8e4a5 (patch) | |
tree | 389c07d8fdb17167d36965277207cad2d2409aa5 | |
parent | a32c3ec893cafbd3a4b42c34270a80198f28f123 (diff) | |
download | postgresql-6ab4d38ab085b0177d7ce63f7e1f2fb3f3a8e4a5.tar.gz postgresql-6ab4d38ab085b0177d7ce63f7e1f2fb3f3a8e4a5.zip |
Fix markup in docs.
Oops. I could swear I built the docs before pushing, but I guess not..
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 69ac7c04169..d49cd434282 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17865,7 +17865,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); and other special files) in the specified directory. The <parameter> include_dot_dirs</> indicates whether <quote>.</> and <quote>..</> are included in the result set. The default is to exclude them - (<literal>false/>), but including them can be useful when + (<literal>false</>), but including them can be useful when <parameter>missing_ok</> is <literal>true</literal>, to distinguish an empty directory from an non-existent directory. </para> |