aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-21 22:55:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-21 22:55:38 +0000
commit861696aa40909d5c11ab4876b716d48fef73a49d (patch)
treeca92da3c124e9c623b55e8587a466dc9601b24d3
parent41a9707d26e3553576d3645f5b1566fe704b16ec (diff)
downloadmailfromd-861696aa40909d5c11ab4876b716d48fef73a49d.tar.gz
mailfromd-861696aa40909d5c11ab4876b716d48fef73a49d.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1532 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--ChangeLog4
-rw-r--r--doc/mailfromd.texi14
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f0e1b36..2fe622e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-11-22 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * doc/mailfromd.texi: Update
4
12007-11-21 Sergey Poznyakoff <gray@gnu.org.ua> 52007-11-21 Sergey Poznyakoff <gray@gnu.org.ua>
2 6
3 * src/bi_io.m4 (write): Implement optional third argument. 7 * src/bi_io.m4 (write): Implement optional third argument.
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index b583341d..731c4ae1 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -4984,6 +4984,20 @@ message body obtained from the remote host.
4984As of version @value{VERSION}, @code{$1} cannot be processed with 4984As of version @value{VERSION}, @code{$1} cannot be processed with
4985usual string functions, because it is not null-terminated. This 4985usual string functions, because it is not null-terminated. This
4986limitation will be removed in future versions. 4986limitation will be removed in future versions.
4987
4988It is possible, however, to pass it to an external program, using
4989@code{write} with three arguments (@pxref{I/O functions, write}), e.g.:
4990
4991@smallexample
4992number fd;
4993
4994prog body
4995do
4996 write(fd, $1, $2);
4997 @dots{}
4998@end smallexample
4999
5000 This example assumes that @code{fd} is opened using @code{open}.
4987@end table 5001@end table
4988@end deffn 5002@end deffn
4989 5003

Return to:

Send suggestions and report system problems to the System administrator.