Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d0049c

Browse files
committed
Doc: Remove extraneous whitespaces with some tags
Author: Justin Pryzby Discussion: https://postgr.es/m/20210423184338.GL7256@telsasoft.com
1 parent 4aba61b commit 0d0049c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/src/sgml/maintenance.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
719719
<productname>PostgreSQL</productname> has an optional but highly
720720
recommended feature called <firstterm>autovacuum</firstterm>,
721721
whose purpose is to automate the execution of
722-
<command>VACUUM</command> and <command>ANALYZE </command> commands.
722+
<command>VACUUM</command> and <command>ANALYZE</command> commands.
723723
When enabled, autovacuum checks for
724724
tables that have had a large number of inserted, updated or deleted
725725
tuples. These checks use the statistics collection facility;

doc/src/sgml/mvcc.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
10741074

10751075

10761076
<table tocentry="1" id="table-lock-compatibility">
1077-
<title> Conflicting Lock Modes</title>
1077+
<title>Conflicting Lock Modes</title>
10781078
<tgroup cols="9">
10791079
<colspec colnum="1" colwidth="1.25*"/>
10801080
<colspec colnum="2" colwidth="1*" colname="lockst"/>

doc/src/sgml/pgcrypto.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ gen_random_uuid() returns uuid
14101410
<entry>KAME kame/sys/crypto</entry>
14111411
</row>
14121412
<row>
1413-
<entry>SHA256/384/512 </entry>
1413+
<entry>SHA256/384/512</entry>
14141414
<entry>Aaron D. Gifford</entry>
14151415
<entry>OpenBSD sys/crypto</entry>
14161416
</row>

doc/src/sgml/ref/pg_rewind.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PostgreSQL documentation
2525
<arg rep="repeat"><replaceable>option</replaceable></arg>
2626
<group choice="plain">
2727
<group choice="req">
28-
<arg choice="plain"><option>-D </option></arg>
28+
<arg choice="plain"><option>-D</option></arg>
2929
<arg choice="plain"><option>--target-pgdata</option></arg>
3030
</group>
3131
<replaceable> directory</replaceable>

doc/src/sgml/runtime.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
22582258
The certificates of <quote>intermediate</quote> certificate authorities
22592259
can also be appended to the file. Doing this avoids the necessity of
22602260
storing intermediate certificates on clients, assuming the root and
2261-
intermediate certificates were created with <literal>v3_ca </literal>
2261+
intermediate certificates were created with <literal>v3_ca</literal>
22622262
extensions. (This sets the certificate's basic constraint of
22632263
<literal>CA</literal> to <literal>true</literal>.)
22642264
This allows easier expiration of intermediate certificates.

0 commit comments

Comments
 (0)