summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-06-26 01:33:33 +0000
committerPaul W. Frields <stickster@gmail.com>2007-06-26 01:33:33 +0000
commitd7dd53fe6ed2b3bb90e4945d37eae42412710f93 (patch)
treeaa127e6aa162c479f0e1d356aad08d3cdc4a2bb2
parentf8bdd32c5794582ddcef0ae21ffd54a6bcf54231 (diff)
downloadfedora-doc-utils-d7dd53fe6ed2b3bb90e4945d37eae42412710f93.tar.gz
fedora-doc-utils-d7dd53fe6ed2b3bb90e4945d37eae42412710f93.tar.xz
fedora-doc-utils-d7dd53fe6ed2b3bb90e4945d37eae42412710f93.zip
Some command corrections
-rw-r--r--common/cvs-en_US.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/cvs-en_US.xml b/common/cvs-en_US.xml
index 48f47f3..7040340 100644
--- a/common/cvs-en_US.xml
+++ b/common/cvs-en_US.xml
@@ -307,11 +307,11 @@ update -dP</computeroutput></screen>
</para>
<screen><prompt>$ </prompt><command>export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/docs</command>
<prompt>$ </prompt><command>cvs login</command>
-<prompt>$ </prompt><command>cvs checkout docs-common</command> <replaceable>module-name</replaceable>
+<prompt>$ </prompt><command>cvs checkout</command> <replaceable>module-name</replaceable>
<prompt>$ </prompt><command>cvs checkout</command> <replaceable>module-name</replaceable>
<prompt>$ </prompt><command>cd</command> <replaceable>module-name</replaceable></screen>
<para>
- Once you have checked the module out, it doesn't matter what
+ Once you have checked the module out, it does not matter what
your
<envar>CVSROOT</envar>
is set to because it is stored in the file
@@ -335,10 +335,10 @@ update -dP</computeroutput></screen>
</indexterm>
<para>
To author a new document or to change an existing one, you must
- obtain full read/write access to the &FC; Docs
+ obtain full read/write access to the &FDP;
<application>CVS</application> repository. For the full details
on this process, refer to the
- <ulink url="http://fedoraproject.org/wiki/DocsProject/NewWriters"><filename>http://fedoraproject.org/wiki/DocsProject/NewWriters</filename>
+ <ulink url="http://fedoraproject.org/wiki/DocsProject/NewWriters"><filename>http://fedoraproject.org/wiki/DocsProject/Join</filename>
</ulink> web site. Below is a summary:
</para>