git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix section slicing so help options are not misplaced in cg-commit(1)
@ 2006-05-29  0:13 Jonas Fonseca
  2006-05-29  0:12 ` [PATCH] Minor doc fixes Jonas Fonseca
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Fonseca @ 2006-05-29  0:13 UTC (permalink / raw)
  To: Petr Baudis, git

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
---

95724a5a97ca466e6eaccc7f46833a015dde2f24
 Documentation/make-cg-asciidoc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

95724a5a97ca466e6eaccc7f46833a015dde2f24
diff --git a/Documentation/make-cg-asciidoc b/Documentation/make-cg-asciidoc
index 45fc981..3873618 100755
--- a/Documentation/make-cg-asciidoc
+++ b/Documentation/make-cg-asciidoc
@@ -48,7 +48,7 @@ DESCRIPTION=
 OPTIONS=
 MISC=
 
-section=$(echo "$BODY" | sed -n '1,/^[-~][-~]*[-~]$/p')
+section=$(echo "$BODY" | sed -n '1,/^[-][-]*[-]$/p')
 section_lines=$(echo "$section" | wc -l)
 lines=$(echo "$BODY" | wc -l)
 
-- 
1.3.3.gd882-dirty

-- 
Jonas Fonseca

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

end of thread, other threads:[~2006-06-02 21:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29  0:13 [PATCH] Fix section slicing so help options are not misplaced in cg-commit(1) Jonas Fonseca
2006-05-29  0:12 ` [PATCH] Minor doc fixes Jonas Fonseca
2006-05-29  0:11   ` [PATCH] Portfile: bring it up to date; use description from cogito.spec.in Jonas Fonseca
2006-05-29  0:09     ` [PATCH] ciabot: fix post-update hook description Jonas Fonseca
2006-06-02 21:50       ` Petr Baudis

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).