On 11/01/2011 08:43 PM, Bruno Friedmann wrote:
> On 11/01/2011 08:24 PM, Eric Bollengier wrote:
>> Hello Bruno,
>>
>> On 10/30/2011 08:24 PM, Bruno Friedmann wrote:
>>> Dear developpers team, found attached two small patches [against Branch-5.2]
>>> that add two missing man page for utilities.
>>>
>>> If you found any errors, just ping me back, due to the fact they were my 
>>> first man pages.
>>> :-)
>>
>> Thanks for this submission.
>>
>> Two small things, I have a SEE ALSO section that refers to bizarre command 
>> in both man pages
>>
>> SEE ALSO
>>        bwildn(8),
>>        ...
>>        bregexn(8)
>>
>> I think that fnmatch(3) for bwild and something regex(7) for bregex would be 
>> more appropriate.
>>
>> Also, the -d nn option is on the same line that -?.
>>
>> (at least here)
>>
>> Do you think that you can fix that ?
>>
>> Thanks,
>>
>> Bye
>>
> 
> Sure fix on road, and I've seen afterward, that I will add them to the 
> makefile.in too
> For See also, I think linking the two bacula tools is good so people knows 
> them
> and it doesn't cost a lot to add the others ...
> 
> I will send a new patch
> 

Find the fixed (I hope) patch against origin/Branch-5.2


-- 

Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch

openSUSE Member & Ambassador
GPG KEY : D5C9B751C4653227
irc: tigerfoot
From 1be694bbcb6dd2dba4be9c277f29be76a35b60d5 Mon Sep 17 00:00:00 2001
From: Bruno Friedmann <br...@ioda-net.ch>
Date: Sun, 30 Oct 2011 21:17:12 +0100
Subject: [PATCH] Add bregex.8 & bwild.8 to Makefile.in

---
 bacula/manpages/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in
index 38f28c2..489d5b7 100644
--- a/bacula/manpages/Makefile.in
+++ b/bacula/manpages/Makefile.in
@@ -6,7 +6,7 @@
 
 MAN8 = bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 \
        bconsole.8 bcopy.8 bextract.8 bls.8 bscan.8 btape.8 \
-       btraceback.8 dbcheck.8
+       btraceback.8 dbcheck.8 bwild.8 bregex.8 
 
 MAN1 = bacula-tray-monitor.1 bacula-bwxconsole.1 bsmtp.1 bat.1
       
-- 
1.7.7

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to