summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2010-05-26 23:55:51 +0000
committerBruce Momjian2010-05-26 23:55:51 +0000
commitf495020ede2753b7ea675b62e7ce93edfbf34b63 (patch)
treece880115af259221fa1bf4040c9129ceb3934186
parent1e6b654edcdcf0db75d1c086fff4124ea8bb39b5 (diff)
Fix SGML markup
-rw-r--r--doc/src/sgml/maintenance.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index c5d3723f8ff..8f7fb6d3469 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.104 2010/05/26 23:29:45 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.105 2010/05/26 23:55:51 momjian Exp $ -->
<chapter id="maintenance">
<title>Routine Database Maintenance Tasks</title>
@@ -826,7 +826,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400
<ulink url="http://pgfouine.projects.postgresql.org/">pgFouine</ulink>
is an external project that does sophisticated log file analysis.
<ulink
- href="http://bucardo.org/wiki/Check_postgres">check_postgres</ulink>
+ url="http://bucardo.org/wiki/Check_postgres">check_postgres</ulink>
provides Nagios alerts when important messages appear in the log
files, as well as detection of many other extraordinary conditions.
</para>