This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=632290866303df1e4391125994eb64e45585f48f

The branch, master has been updated
       via  632290866303df1e4391125994eb64e45585f48f (commit)
      from  51c5ad1b37723b9c61d19a5a4dcff6fb28c7b836 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 632290866303df1e4391125994eb64e45585f48f
Author: Sergey Poznyakoff <g...@gnu.org>
Date:   Sat Jan 14 13:19:57 2017 +0200

    Fix typos.

-----------------------------------------------------------------------

Summary of changes:
 doc/texinfo/programs.texi |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index ec10d86..f7f7a3c 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -3573,9 +3573,9 @@ invocation in @option{--attach-fd} options.
 
 The descriptors will be held in @samp{@@fds} array.  This will prevent
 them from being wiped out by the garbage collector.  Furthermore, care
-should be taken to ensure that the @code{O_CLOECEC} flag be not set
+should be taken to ensure that the @code{O_CLOEXEC} flag be not set
 for these descriptors.  This sample script takes a simplistic approach:
-it instructs Perl to not close first 255 descriptors when executing
+it instructs Perl not to close first 255 descriptors when executing
 another programs:
 
 @example
@@ -3608,12 +3608,12 @@ Now, the @command{mail} command is instructed to create 
next
 attachment from that file descriptor:
 
 @example
-       my $mpname = $+@{mpoint@};
-       $mpname =~ tr@{/@}@{%@}; 
-       push @@cmd,
+        my $mpname = $+@{mpoint@};
+        $mpname =~ tr@{/@}@{%@}; 
+        push @@cmd,
              "--content-name=Set[ug]id files on $+@{mpoint@} (type 
$+@{fstype@})",
-            "--content-filename=$mpname.list",
-            '--attach-fd=' . fileno($fd);
+             "--content-filename=$mpname.list",
+             '--attach-fd=' . fileno($fd);
     @}
 @}
 close $in;


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to