Skip to content

Commit af7a21c

Browse files
author
Neil Conway
committed
Fix (yet another) instance of incorrect markup for a GUC variable.
1 parent 5485235 commit af7a21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.227 2003/12/13 23:59:06 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.228 2004/01/05 20:37:51 neilc Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2974,7 +2974,7 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
29742974
number</quote>, to detect collision with semaphore sets used by
29752975
other applications. The maximum number of semaphores in the system
29762976
is set by <varname>SEMMNS</>, which consequently must be at least
2977-
as high as <literal>max_connections</> plus one extra for each 16
2977+
as high as <varname>max_connections</> plus one extra for each 16
29782978
allowed connections (see the formula in <xref
29792979
linkend="sysvipc-parameters">). The parameter <varname>SEMMNI</>
29802980
determines the limit on the number of semaphore sets that can

0 commit comments

Comments
 (0)