Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1497365

[PATCH] trace-cmd: Documentation: ignore all man sections

From Luiz Capitulino <lcapitulino@redhat.com>
Newsgroups linux.kernel
Subject [PATCH] trace-cmd: Documentation: ignore all man sections
Date 2016-10-07 19:10 +0200
Message-ID <spGOJ-3x4-13@gated-at.bofh.it> (permalink)
Organization Red Hat

Show all headers | View raw


Today, we only ignore section 1. But we also have a
section 5 man page.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
 Documentation/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index f7e585b..aecd243 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1 +1 @@
-*.1
+*.[1-9]
-- 
2.5.5

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] trace-cmd: Documentation: ignore all man sections Luiz Capitulino <lcapitulino@redhat.com> - 2016-10-07 19:10 +0200

csiph-web