From 6ab4d38ab085b0177d7ce63f7e1f2fb3f3a8e4a5 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 29 Jun 2015 00:01:26 +0300 Subject: [PATCH] Fix markup in docs. Oops. I could swear I built the docs before pushing, but I guess not.. --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 include_dot_dirs indicates whether . and .. are included in the result set. The default is to exclude them - (false/>), but including them can be useful when + (false), but including them can be useful when missing_ok is true, to distinguish an empty directory from an non-existent directory. -- 2.39.5