From 0f972fa02c0b42d498399a575dba7998837858ab Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 5 Oct 2000 04:57:27 +0000
Subject: [PATCH] Update FAQ.

---
 doc/FAQ              | 6 +++---
 doc/src/FAQ/FAQ.html | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/FAQ b/doc/FAQ
index 6bc484440f5..8d00befa3e7 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -605,9 +605,9 @@
    should be more than that for best performance. For large numbers of
    backend processes, you are also likely to find that you need to
    increase various Unix kernel configuration parameters. Things to check
-   include the maximum size of shared memory blocks, SHMMAX, the maximum
-   number of semaphores, SEMMNS and SEMMNI, the maximum number of
-   processes, NPROC, the maximum number of processes per user, MAXUPRC,
+   include the maximum size of shared memory blocks, SHMMAX; the maximum
+   number of semaphores, SEMMNS and SEMMNI; the maximum number of
+   processes, NPROC; the maximum number of processes per user, MAXUPRC;
    and the maximum number of open files, NFILE and NINODE. The reason
    that PostgreSQL has a limit on the number of allowed backend processes
    is so your system won't run out of resources.
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index bae3c6490dc..e51b4fa2703 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -753,10 +753,10 @@ probably should be more than that for best performance. For large
 numbers of backend processes, you are also likely to find that you need
 to increase various Unix kernel configuration parameters. Things to
 check include the maximum size of shared memory blocks,
-<SMALL>SHMMAX,</SMALL> the maximum number of semaphores,
-<SMALL>SEMMNS</SMALL> and <SMALL>SEMMNI,</SMALL> the maximum number of
-processes, <SMALL>NPROC,</SMALL> the maximum number of processes per
-user, <SMALL>MAXUPRC,</SMALL> and the maximum number of open files,
+<SMALL>SHMMAX;</SMALL> the maximum number of semaphores,
+<SMALL>SEMMNS</SMALL> and <SMALL>SEMMNI;</SMALL> the maximum number of
+processes, <SMALL>NPROC;</SMALL> the maximum number of processes per
+user, <SMALL>MAXUPRC;</SMALL> and the maximum number of open files,
 <SMALL>NFILE</SMALL> and <SMALL>NINODE.</SMALL> The reason that PostgreSQL
 has a limit on the number of allowed backend processes is so 
 your system won't run out of resources.<P>
-- 
GitLab