From: Adrian Aichner <adrian.aichner@gmail.com>
To: git@vger.kernel.org
Cc: jdl@jdl.com, adrian.aichner@gmail.com
Subject: [PATCH/RFC] simple typo fix
Date: Sun, 26 Aug 2012 05:21:34 +0200 [thread overview]
Message-ID: <1345951295-2261-1-git-send-email-adrian.aichner@gmail.com> (raw)
From: AichnerAd <adrian.aichner@gmail.com>
Please let me know what you think of this patch.
The test mail I sent myself in gmail looked good with "Show original".
Best regards
Adrian
---
Documentation/git-daemon.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index e8f7577..4799e35 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -220,7 +220,7 @@ git 9418/tcp # Git Version Control System
To set up 'git daemon' as an inetd service that handles any
repository under the whitelisted set of directories, /pub/foo
and /pub/bar, place an entry like the following into
- /etc/inetd all on one line:
+ /etc/inetd.conf all on one line:
+
------------------------------------------------
git stream tcp nowait nobody /usr/bin/git
@@ -233,7 +233,7 @@ git 9418/tcp # Git Version Control System
To set up 'git daemon' as an inetd service that handles
repositories for different virtual hosts, `www.example.com`
and `www.example.org`, place an entry like the following into
- `/etc/inetd` all on one line:
+ `/etc/inetd.conf` all on one line:
+
------------------------------------------------
git stream tcp nowait nobody /usr/bin/git
--
1.7.9
reply other threads:[~2012-08-26 3:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1345951295-2261-1-git-send-email-adrian.aichner@gmail.com \
--to=adrian.aichner@gmail.com \
--cc=git@vger.kernel.org \
--cc=jdl@jdl.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).