commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-3.1.1-31-g6322908


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.1.1-31-g6322908
Date: Sat, 14 Jan 2017 11:22:33 +0000 (UTC)

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 <address@hidden>
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 = address@hidden@};
-       $mpname =~ address@hidden/@address@hidden@}; 
-       push @@cmd,
+        my $mpname = address@hidden@};
+        $mpname =~ address@hidden/@address@hidden@}; 
+        push @@cmd,
              "--content-name=Set[ug]id files on address@hidden@} (type 
address@hidden@})",
-            "--content-filename=$mpname.list",
-            '--attach-fd=' . fileno($fd);
+             "--content-filename=$mpname.list",
+             '--attach-fd=' . fileno($fd);
     @}
 @}
 close $in;


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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