Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff06648

Browse files
committed
doc: fix incorrect 'literal' tags
Discussion: dcc4113d-1eda-4f60-d1c5-f50eee160bad@gmail.comAuthor: Alexander Law <exclusion@gmail.com>Backpatch-through: 9.6
1 parentd2ddee6 commitff06648

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎doc/src/sgml/pgstandby.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ recovery_end_command = 'del C:\pgsql.trigger.5442'
363363
The <literal>copy</> command on Windows sets the final file size
364364
before the file is completely copied, which would ordinarily confuse
365365
<application>pg_standby</application>. Therefore
366-
<application>pg_standby</application> waits <literal>sleeptime</>
366+
<application>pg_standby</application> waits <replaceable>sleeptime</>
367367
seconds once it sees the proper file size. GNUWin32's <literal>cp</>
368368
sets the file size only after the file copy is complete.
369369
</para>

‎doc/src/sgml/ref/pg_xlogdump.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ PostgreSQL documentation
153153
<listitem>
154154
<para>
155155
Timeline from which to read log records. The default is to use the
156-
value in <literal>startseg</>, if that is specified; otherwise, the
156+
value in <replaceable>startseg</>, if that is specified; otherwise, the
157157
default is 1.
158158
</para>
159159
</listitem>

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
433433
<term><option>--progress=</option><replaceable>sec</></term>
434434
<listitem>
435435
<para>
436-
Show progress report every <literal>sec</> seconds. The report
436+
Show progress report every <replaceable>sec</> seconds. The report
437437
includes the time since the beginning of the run, the tps since the
438438
last report, and the transaction latency average and standard
439439
deviation since the last report. Under throttling (<option>-R</>),

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,15 +830,15 @@ testdb=&gt;
830830
<para>
831831
Establishes a new connection to a <productname>PostgreSQL</>
832832
server. The connection parameters to use can be specified either
833-
using a positional syntax, or using <literal>conninfo</> connection
833+
using a positional syntax, or using <replaceable>conninfo</> connection
834834
strings as detailed in <xref linkend="libpq-connstring">.
835835
</para>
836836

837837
<para>
838838
Where the command omits database name, user, host, or port, the new
839839
connection can reuse values from the previous connection. By default,
840840
values from the previous connection are reused except when processing
841-
a <literal>conninfo</> string. Passing a first argument
841+
a <replaceable>conninfo</> string. Passing a first argument
842842
of <literal>-reuse-previous=on</>
843843
or <literal>-reuse-previous=off</literal> overrides that default.
844844
When the command neither specifies nor reuses a particular parameter,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp