All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: avoid dangling modifier for imap-send
@ 2014-08-02 23:57 brian m. carlson
  2014-08-03  0:14 ` [PATCH v2] " brian m. carlson
  0 siblings, 1 reply; 11+ messages in thread
From: brian m. carlson @ 2014-08-02 23:57 UTC (permalink / raw)
  To: git

Avoid a nonsensical misreading by moving the modifier closer to the
verb.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
---
 Documentation/git-imap-send.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 875d283..23231e1 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -43,7 +43,7 @@ imap.folder::
 imap.tunnel::
 	Command used to setup a tunnel to the IMAP server through which
 	commands will be piped instead of using a direct network connection
-	to the server. Required when imap.host is not set to use imap-send.
+	to the server. Required to use imap-send when imap.host is not set.
 
 imap.host::
 	A URL identifying the server. Use a `imap://` prefix for non-secure
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-05 20:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-02 23:57 [PATCH] Documentation: avoid dangling modifier for imap-send brian m. carlson
2014-08-03  0:14 ` [PATCH v2] " brian m. carlson
2014-08-04 18:29   ` Junio C Hamano
2014-08-05  0:54     ` brian m. carlson
2014-08-05  1:13     ` brian m. carlson
2014-08-05  2:45       ` Jonathan Nieder
2014-08-05  2:51         ` Jonathan Nieder
2014-08-05  2:52           ` brian m. carlson
2014-08-05  2:57             ` Jonathan Nieder
2014-08-05  2:56           ` [PATCH v3] imap-send doc: omit confusing "to use imap-send" modifier brian m. carlson
2014-08-05 20:48             ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.