From 98bb1d2085c1a29019c86b5ebe720ad5e027d2b9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 15 Mar 2004 14:21:30 +0000 Subject: [PATCH] Fix typo. --- doc/src/sgml/maintenance.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index e1af27c6ee2..8318160c3f6 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.31 2004/03/15 14:15:45 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.32 2004/03/15 14:21:30 momjian Exp $ --> <chapter id="maintenance"> @@ -470,7 +470,7 @@ VACUUM On many systems, however, <application>syslog</> is not very reliable, particularly with large log messages; it may truncate or drop messages just when you need them the most. Also, on <productname>linux</>, - <appication>syslog</> will sync each message to disk, yielding poor + <application>syslog</> will sync each message to disk, yielding poor performance. Use a <literal>-</> at the start of the file name in the <application>syslog</> config file to disable this behavior. </para> -- GitLab