summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/delivery/queue.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-07 11:06:58 +0000
committerfukachan <fukachan>2004-04-07 11:06:58 +0000
commit9984504f77ff7549b9d5c9e10fe2076dcc70b743 (patch)
treeea06550eac32452aefcff116a0ebfb800910b449 /fml/doc/ja/tutorial/delivery/queue.sgml
parentddf915222f9b488b7ade43178d8d65dcf122391e (diff)
downloadfml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.tar.gz
fml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.tar.bz2
fml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.zip
fix description to catch up current implementation.
fix variable names to current ones. clean up.
Diffstat (limited to 'fml/doc/ja/tutorial/delivery/queue.sgml')
-rw-r--r--fml/doc/ja/tutorial/delivery/queue.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/delivery/queue.sgml b/fml/doc/ja/tutorial/delivery/queue.sgml
index 1c714ebc..8b645a2a 100644
--- a/fml/doc/ja/tutorial/delivery/queue.sgml
+++ b/fml/doc/ja/tutorial/delivery/queue.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: queue.sgml,v 1.2 2003/04/13 04:36:11 fukachan Exp $
+ $FML: queue.sgml,v 1.3 2003/04/15 14:51:37 fukachan Exp $
-->
<sect1 id="message.reply">
@@ -37,7 +37,7 @@ fml にリクエストをした人です。
<screen>
$curproc->reply_message( {
type => "text/plain; charset=iso-2022-jp",
- path => "/etc/fml/main.cf",
+ path => "/usr/local/etc/fml/main.cf",
filename => "main.cf",
disposition => "main.cf example",
});