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

Commit99749f3

Browse files
committed
Put spaces after "RFC".
1 parent88a79c1 commit99749f3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.105 2007/12/29 04:15:38 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.106 2008/01/05 13:17:00 petere Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -666,10 +666,10 @@ local db1,db2,@demodbs all md5
666666

667667
<para>
668668
<productname>GSSAPI</productname> is an industry-standard protocol
669-
for secure authentication defined inRFC2743.
669+
for secure authentication defined inRFC 2743.
670670
<productname>PostgreSQL</productname> supports
671671
<productname>GSSAPI</productname> with <productname>Kerberos</productname>
672-
authentication according toRFC1964. <productname>GSSAPI</productname>
672+
authentication according toRFC 1964. <productname>GSSAPI</productname>
673673
provides automatic authentication (single sign-on) for systems
674674
that support it. The authentication itself is secure, but the
675675
data sent over the connection will be in clear unless
@@ -851,7 +851,7 @@ local db1,db2,@demodbs all md5
851851

852852
<para>
853853
The <quote>Identification Protocol</quote> is described in
854-
<citetitle>RFC 1413</citetitle>. Virtually every Unix-like
854+
RFC 1413. Virtually every Unix-like
855855
operating system ships with an ident server that listens on TCP
856856
port 113 by default. The basic functionality of an ident server
857857
is to answer questions like <quote>What user initiated the

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.3 2007/12/16 23:00:42 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.4 2008/01/05 13:17:00 petere Exp $ -->
22

33
<sect1 id="pgcrypto">
44
<title>pgcrypto</title>
@@ -390,7 +390,7 @@
390390
<title>PGP encryption functions</title>
391391

392392
<para>
393-
The functions here implement the encryption part of the OpenPGP (RFC2440)
393+
The functions here implement the encryption part of the OpenPGP (RFC 2440)
394394
standard. Supported are both symmetric-key and public-key encryption.
395395
</para>
396396

@@ -689,7 +689,7 @@
689689
<para>
690690
Whether to convert <literal>\n</literal> into <literal>\r\n</literal> when
691691
encrypting and <literal>\r\n</literal> to <literal>\n</literal> when
692-
decrypting.RFC2440 specifies that text data should be stored using
692+
decrypting.RFC 2440 specifies that text data should be stored using
693693
<literal>\r\n</literal> line-feeds. Use this to get fully RFC-compliant
694694
behavior.
695695
</para>
@@ -706,7 +706,7 @@
706706
<para>
707707
Do not protect data with SHA-1. The only good reason to use this
708708
option is to achieve compatibility with ancient PGP products, predating
709-
the addition of SHA-1 protected packets toRFC2440.
709+
the addition of SHA-1 protected packets toRFC 2440.
710710
Recent gnupg.org and pgp.com software supports it fine.
711711
</para>
712712
<programlisting>
@@ -1179,7 +1179,7 @@
11791179
<para>
11801180
<ulink url="http://www.imc.org/draft-ietf-openpgp-rfc2440bis"></ulink>
11811181
</para>
1182-
<para>New version ofRFC2440.</para>
1182+
<para>New version ofRFC 2440.</para>
11831183
</listitem>
11841184
<listitem>
11851185
<para><ulink url="http://www.ietf.org/rfc/rfc1321.txt"></ulink></para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp