summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2d4282e1ce..d5c97c0538 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3496,7 +3496,7 @@
3496 <literallayout class='monospaced'> 3496 <literallayout class='monospaced'>
3497 service httpd reload 3497 service httpd reload
3498 </literallayout> 3498 </literallayout>
3499 For Ubuntu, use the following: 3499 For Ubuntu and Debian, use the following:
3500 <literallayout class='monospaced'> 3500 <literallayout class='monospaced'>
3501 /etc/init.d/apache2 reload 3501 /etc/init.d/apache2 reload
3502 </literallayout> 3502 </literallayout>
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index ad4c4d8fe4..3a70398984 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -1537,7 +1537,7 @@
1537 <filename>git send-email</filename> command. 1537 <filename>git send-email</filename> command.
1538 <note>In order to use <filename>git send-email</filename>, you must have the 1538 <note>In order to use <filename>git send-email</filename>, you must have the
1539 the proper Git packages installed. 1539 the proper Git packages installed.
1540 For Ubuntu and Fedora the package is <filename>git-email</filename>.</note></para> 1540 For Ubuntu, Debian, and Fedora the package is <filename>git-email</filename>.</note></para>
1541 <para>The <filename>git send-email</filename> command sends email by using a local 1541 <para>The <filename>git send-email</filename> command sends email by using a local
1542 or remote Mail Transport Agent (MTA) such as 1542 or remote Mail Transport Agent (MTA) such as
1543 <filename>msmtp</filename>, <filename>sendmail</filename>, or through a direct 1543 <filename>msmtp</filename>, <filename>sendmail</filename>, or through a direct