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

Commit66456da

Browse files
doc: Avoid writing in first-person form
This rewrites the few places where first-person form was used, andreplaces with wording more in line with the rest of the documentation.While there, the section on editing PO files is split between whatto edit with, and how to edit, as well as add a missing colon.Author: Daniel Gustafsson <daniel@yesql.se>Reported-by: wolakk@gmail.comDiscussion:https://postgr.es/m/166692508416.630.9910522387468316027@wrigleys.postgresql.org
1 parentc76da69 commit66456da

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

‎doc/src/sgml/cube.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ SELECT c FROM test ORDER BY c ~&gt; 3 DESC LIMIT 5;
537537
<title>Defaults</title>
538538

539539
<para>
540-
I believe this union:
540+
This union:
541541
</para>
542542
<programlisting>
543543
select cube_union('(0,5,2),(2,3,1)', '0');
@@ -548,7 +548,7 @@ cube_union
548548
</programlisting>
549549

550550
<para>
551-
does not contradict common sense, neither does the intersection
551+
does not contradict common sense, neither does the intersection:
552552
</para>
553553

554554
<programlisting>
@@ -560,8 +560,8 @@ cube_inter
560560
</programlisting>
561561

562562
<para>
563-
In all binary operations on differently-dimensioned cubes, I assume the
564-
lower-dimensional one to be a Cartesian projection, i. e., having zeroes
563+
In all binary operations on differently-dimensioned cubes,
564+
thelower-dimensional one is assumed to be a Cartesian projection, i. e., having zeroes
565565
in place of coordinates omitted in the string representation. The above
566566
examples are equivalent to:
567567
</para>

‎doc/src/sgml/nls.sgml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,16 @@ make update-po
205205
<para>
206206
The PO files can be edited with a regular text editor. There are also
207207
several specialized editors for PO files which can help the process with
208-
translation specific features. The
209-
translator should only change the area between the quotes after
210-
the msgstr directive, add comments, and alter the fuzzy flag.
211-
There is (unsurprisingly) a PO mode for Emacs, which I find quite
208+
translation specific features.
209+
There is (unsurprisingly) a PO mode for Emacs, which can be quite
212210
useful.
213211
</para>
214212

213+
<para>
214+
The translator should only change the area between the quotes after
215+
the msgstr directive, add comments, and alter the fuzzy flag.
216+
</para>
217+
215218
<para>
216219
The PO files need not be completely filled in. The software will
217220
automatically fall back to the original string if no translation

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ gen_salt(type text [, iter_count integer ]) returns text
415415
<listitem>
416416
<para>
417417
<literal>crypt-bf</literal> numbers are taken using a simple program that
418-
loops over 1000 8-character passwords. That wayI can showthe speed
419-
with different numbers of iterations. For reference: <literal>john
418+
loops over 1000 8-character passwords. That way the speed
419+
with different numbers of iterations can be shown. For reference: <literal>john
420420
-test</literal> shows 13506 loops/sec for <literal>crypt-bf/5</literal>.
421421
(The very small
422422
difference in results is in accordance with the fact that the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp