diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 19:51:46 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 19:51:46 -0400 |
| commit | 5074f688485c5526980677df8641d35db9f50d9c (patch) | |
| tree | 81894b35db2f487b22694388cd0854c655d571e8 /doc/src | |
| parent | f3a838bb761cdddf4a90cb62e2e585b82205d13c (diff) | |
Fix remaining stray references to CVS.
These are just cosmetic and don't seem worth back-patching far.
I put them into 9.0 just because it was trivial to do so.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/acronyms.sgml | 21 | ||||
| -rw-r--r-- | doc/src/sgml/external-projects.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/nls.sgml | 2 |
3 files changed, 12 insertions, 13 deletions
diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index 48a75b6fab2..4f561f6fb76 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -108,17 +108,6 @@ </varlistentry> <varlistentry> - <term><acronym>CVS</acronym></term> - <listitem> - <para> - <ulink - url="http://en.wikipedia.org/wiki/Concurrent_Versions_System">Concurrent - Versions System</ulink> - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><acronym>DBA</acronym></term> <listitem> <para> @@ -249,6 +238,16 @@ </varlistentry> <varlistentry> + <term><acronym>Git</acronym></term> + <listitem> + <para> + <ulink + url="http://en.wikipedia.org/wiki/Git_(software)">Git</ulink> + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><acronym>GMT</acronym></term> <listitem> <para> diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index c7afbb2ef7d..84c515b30e8 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -17,7 +17,7 @@ projects that are maintained outside the core <productname>PostgreSQL</> distribution. PgFoundry is built using the GForge software project and is similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its - feature set, providing mailing lists, forums, bug tracking, CVS, and web + feature set, providing mailing lists, forums, bug tracking, SCM, and web hosting. If you have a <productname>PostgreSQL</>-related open source project that you would like to have hosted at PgFoundy, please feel free to create a new project. diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index da8902a584d..9bc8fe968ec 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -46,7 +46,7 @@ <filename>msgmerge</filename>, respectively, in a GNU-compatible implementation. Later, we will try to arrange it so that if you use a packaged source distribution, you won't need - <filename>xgettext</filename>. (If working from CVS, you will still need + <filename>xgettext</filename>. (If working from Git, you will still need it.) <application>GNU Gettext 0.10.36</application> or later is currently recommended. </para> |
