All of lore.kernel.org
 help / color / mirror / Atom feed
* Documentation Typo
@ 2021-06-28 22:21 Jason Hatton
  2021-06-29  6:48 ` [PATCH] rev-list-options.txt: fix "not be not" typo Bagas Sanjaya
  2021-07-13 22:31 ` [PATCH] doc/rev-list-options: fix duplicate word typo Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Hatton @ 2021-06-28 22:21 UTC (permalink / raw)
  To: git

I believe I found a documentation typo.

Documentation/rev-list-options.txt

898: The form '--filter=sparse:oid=<blob-ish>' uses a sparse-checkout
899: specification contained in the blob (or blob-expression) '<blob-ish>'
900: to omit blobs that would **not be not** required for a sparse checkout on
901: the requested refs.

I emphasized the "not be not" on line 900. I hope this is the correct place
to report this.

Thanks
---
Jason Hatton


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

* [PATCH] rev-list-options.txt: fix "not be not" typo
  2021-06-28 22:21 Documentation Typo Jason Hatton
@ 2021-06-29  6:48 ` Bagas Sanjaya
  2021-07-13 22:31 ` [PATCH] doc/rev-list-options: fix duplicate word typo Jeff King
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2021-06-29  6:48 UTC (permalink / raw)
  To: jhatton; +Cc: git, jeffhost, Bagas Sanjaya

Jason Hatton [1] reported typo in Documentation/rev-list-options.txt,
which is fixed by s/not be not/not be/ at line 900.

[1]:
https://lore.kernel.org/git/CY4PR16MB1655C5F8225B32A2029EADE2AF039@CY4PR16MB1655.namprd16.prod.outlook.com/

Reported-by: Jason Hatton <jhatton@globalfinishing.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/rev-list-options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 5bf2a85f69..5200f18d2c 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -897,7 +897,7 @@ which are not of the requested type.
 +
 The form '--filter=sparse:oid=<blob-ish>' uses a sparse-checkout
 specification contained in the blob (or blob-expression) '<blob-ish>'
-to omit blobs that would not be not required for a sparse checkout on
+to omit blobs that would not be required for a sparse checkout on
 the requested refs.
 +
 The form '--filter=tree:<depth>' omits all blobs and trees whose depth

base-commit: 670b81a890388c60b7032a4f5b879f2ece8c4558
-- 
2.25.1


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

* [PATCH] doc/rev-list-options: fix duplicate word typo
  2021-06-28 22:21 Documentation Typo Jason Hatton
  2021-06-29  6:48 ` [PATCH] rev-list-options.txt: fix "not be not" typo Bagas Sanjaya
@ 2021-07-13 22:31 ` Jeff King
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff King @ 2021-07-13 22:31 UTC (permalink / raw)
  To: Jason Hatton; +Cc: Jeff Hostetler, git

On Mon, Jun 28, 2021 at 10:21:26PM +0000, Jason Hatton wrote:

> I believe I found a documentation typo.
> 
> Documentation/rev-list-options.txt
> 
> 898: The form '--filter=sparse:oid=<blob-ish>' uses a sparse-checkout
> 899: specification contained in the blob (or blob-expression) '<blob-ish>'
> 900: to omit blobs that would **not be not** required for a sparse checkout on
> 901: the requested refs.
> 
> I emphasized the "not be not" on line 900. I hope this is the correct place
> to report this.

Yep, it definitely looks like a typo. Thanks for reporting it!

-- >8 --
Subject: [PATCH] doc/rev-list-options: fix duplicate word typo

Reported-by: Jason Hatton <jhatton@globalfinishing.com>
Signed-off-by: Jeff King <peff@peff.net>
---
 Documentation/rev-list-options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 5bf2a85f69..5200f18d2c 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -897,7 +897,7 @@ which are not of the requested type.
 +
 The form '--filter=sparse:oid=<blob-ish>' uses a sparse-checkout
 specification contained in the blob (or blob-expression) '<blob-ish>'
-to omit blobs that would not be not required for a sparse checkout on
+to omit blobs that would not be required for a sparse checkout on
 the requested refs.
 +
 The form '--filter=tree:<depth>' omits all blobs and trees whose depth
-- 
2.32.0.663.g932e3f012f


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

* Re: documentation typo
       [not found] ` <CALtKOWMjLe4toRQysbuYpUXm-+6-J6kG8Yc5-ghsay7aRQv87A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2012-02-07 17:24   ` Michael Kerrisk
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2012-02-07 17:24 UTC (permalink / raw)
  To: Christopher Patton; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Mon, Feb 6, 2012 at 2:19 PM, Christopher Patton
<chpatton013-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> man close
> second paragraph under DESPRIPTION:
> "[...] are freed; if  the descriptor was [...]"
> two spaces between if and the

Christopher,

This is just the output of groff--it happens to add the space padding
there to right justify the text. Or have I missed your point?

Thanks,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2021-07-13 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 22:21 Documentation Typo Jason Hatton
2021-06-29  6:48 ` [PATCH] rev-list-options.txt: fix "not be not" typo Bagas Sanjaya
2021-07-13 22:31 ` [PATCH] doc/rev-list-options: fix duplicate word typo Jeff King
     [not found] <CALtKOWMjLe4toRQysbuYpUXm-+6-J6kG8Yc5-ghsay7aRQv87A@mail.gmail.com>
     [not found] ` <CALtKOWMjLe4toRQysbuYpUXm-+6-J6kG8Yc5-ghsay7aRQv87A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-07 17:24   ` documentation typo Michael Kerrisk

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.