From 6c8fb7cb80698f84063979051f51884ed9e3d9f7 Mon Sep 17 00:00:00 2001 From: Emmanuel Roullit Date: Sun, 8 Jul 2012 11:30:08 +0200 Subject: [PATCH] Added '-' between name and command in POD NAME. The separator between the name and the command must not be a whitespace because it breaks lexgrog parser. --- dabba/capture.c | 2 +- dabba/interface.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dabba/capture.c b/dabba/capture.c index 75cca42..3bcd356 100644 --- a/dabba/capture.c +++ b/dabba/capture.c @@ -31,7 +31,7 @@ =head1 NAME -dabba capture - Manage capture threads +dabba-capture - Manage capture threads =head1 SYNOPSIS diff --git a/dabba/interface.c b/dabba/interface.c index 6e08480..4f329e4 100644 --- a/dabba/interface.c +++ b/dabba/interface.c @@ -31,7 +31,7 @@ =head1 NAME -dabba interface - Manage network interface +dabba-interface - Manage network interface =head1 SYNOPSIS -- 2.11.4.GIT