bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-recutils] Manual Correction


From: Jose E. Marchesi
Subject: Re: [bug-recutils] Manual Correction
Date: Thu, 31 May 2018 18:10:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi, thanks for your report.

    In "Info: (recutils)Bash Builtins" the manual states:
    
    "The registering command for readrec would be:
    
         $ enable readrec.so readrec"
    
    The '-f' option to the 'enable' command is required for this
    operation. The correct command should be:
        
         "$ enable -f readrec.so readrec"

This was already fixed in git.
    
    Furthermore, some systems require the full path to readrec.so in
    order for this command to work.

I applied the patch below with that remark.
Thanks!

commit dd2475d3082f875a703d95fe211a4be9e5633451
Author: Jose E. Marchesi <address@hidden>
Date:   Thu May 31 18:09:25 2018 +0200

    doc: note that some systems require the full path to readrec.so

diff --git a/ChangeLog b/ChangeLog
index d236f80..95ed1a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-31  Jose E. Marchesi  <address@hidden>
+
+       * doc/recutils.texi (Bash Builtins): Note that some systems
+       require the full path to the bash builtin shared object.
+
 2018-03-19  Jose E. Marchesi  <address@hidden>
 
        * configure.ac: Bump version to 1.7.91.
diff --git a/doc/recutils.texi b/doc/recutils.texi
index 13c83d0..0cab9aa 100644
--- a/doc/recutils.texi
+++ b/doc/recutils.texi
@@ -4789,6 +4789,10 @@ bash command.  The registering command for readrec would 
be:
 $ enable -f readrec.so readrec
 @end example
 
+Note however that some systems require the full path to
address@hidden in order for this command to work.
+
+
 @menu
 * readrec::                  Exporting the contents of records to the shell.
 @end menu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]