]> granicus.if.org Git - postgresql/commitdiff
Fix typo in dummy_seclabel documentation.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Oct 2011 16:16:07 +0000 (12:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Oct 2011 16:16:40 +0000 (12:16 -0400)
dummy_label -> dummy_seclabel

Thom Brown

doc/src/sgml/dummy-seclabel.sgml

index 28d19d2409e089e35332c5922637379386d02943..d064705f2aeb661bb883f16897c7251774a43bec 100644 (file)
@@ -1,4 +1,4 @@
-<!-- doc/src/sgml/dummy_seclabel.sgml -->
+<!-- doc/src/sgml/dummy-seclabel.sgml -->
 
 <sect1 id="dummy-seclabel" xreflabel="dummy_seclabel">
  <title>dummy_seclabel</title>
@@ -40,7 +40,7 @@
 
 <programlisting>
 # postgresql.conf
-shared_preload_libraries = 'dummy_label'
+shared_preload_libraries = 'dummy_seclabel'
 </programlisting>
 
 <programlisting>