aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-01-05 20:37:51 +0000
committerNeil Conway <neilc@samurai.com>2004-01-05 20:37:51 +0000
commitaf7a21cb99313e9d256750d02c46a8afd402d792 (patch)
tree9cf7e3372ca998c50d50b071d44b50ff4c0db38a
parent548523533f88052de364a8cf3cc269a0bb68783a (diff)
downloadpostgresql-af7a21cb99313e9d256750d02c46a8afd402d792.tar.gz
postgresql-af7a21cb99313e9d256750d02c46a8afd402d792.zip
Fix (yet another) instance of incorrect markup for a GUC variable.
-rw-r--r--doc/src/sgml/runtime.sgml4
1 files 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 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.227 2003/12/13 23:59:06 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.228 2004/01/05 20:37:51 neilc Exp $
-->
<Chapter Id="runtime">
@@ -2974,7 +2974,7 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
number</quote>, to detect collision with semaphore sets used by
other applications. The maximum number of semaphores in the system
is set by <varname>SEMMNS</>, which consequently must be at least
- as high as <literal>max_connections</> plus one extra for each 16
+ as high as <varname>max_connections</> plus one extra for each 16
allowed connections (see the formula in <xref
linkend="sysvipc-parameters">). The parameter <varname>SEMMNI</>
determines the limit on the number of semaphore sets that can