From af7a21cb99313e9d256750d02c46a8afd402d792 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 5 Jan 2004 20:37:51 +0000 Subject: [PATCH] Fix (yet another) instance of incorrect markup for a GUC variable. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 34fc350a6c5..6caf5dd93ac 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2974,7 +2974,7 @@ $ postmaster -o '-S 1024 -s' number, to detect collision with semaphore sets used by other applications. The maximum number of semaphores in the system is set by SEMMNS, which consequently must be at least - as high as max_connections plus one extra for each 16 + as high as max_connections plus one extra for each 16 allowed connections (see the formula in ). The parameter SEMMNI determines the limit on the number of semaphore sets that can -- 2.39.5