diff options
| author | fukachan <fukachan> | 2004-04-21 08:48:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-21 08:48:47 +0000 |
| commit | 0b9917d5553634270cdddbcdb35aec7ab3651b78 (patch) | |
| tree | 72e4c34649be062e0d524925edb0dbca7985cf4e /fml/doc/ja/tutorial/command | |
| parent | a7f80852f51ee1dbac590ea1b6276b2a904cb469 (diff) | |
| download | fml8-0b9917d5553634270cdddbcdb35aec7ab3651b78.tar.gz fml8-0b9917d5553634270cdddbcdb35aec7ab3651b78.tar.bz2 fml8-0b9917d5553634270cdddbcdb35aec7ab3651b78.zip | |
& -> &
Diffstat (limited to 'fml/doc/ja/tutorial/command')
| -rw-r--r-- | fml/doc/ja/tutorial/command/internal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/command/internal.sgml b/fml/doc/ja/tutorial/command/internal.sgml index 3f2c7cb3..517f75a8 100644 --- a/fml/doc/ja/tutorial/command/internal.sgml +++ b/fml/doc/ja/tutorial/command/internal.sgml @@ -1,5 +1,5 @@ <!-- - $FML: internal.sgml,v 1.7 2004/03/12 14:04:09 fukachan Exp $ + $FML: internal.sgml,v 1.8 2004/04/07 11:07:00 fukachan Exp $ --> <sect1 id="fml.command.internal.change"> @@ -27,7 +27,7 @@ sub myProcHelpFileSendBack { local($proc, *Fld, *e, *misc) = @_; my $UJA_FILE = "/some/where/help"; - &SendFile($Envelope{'Addr2Reply:'}, "UJA $ML_FN", $UJA_FILE); + &SendFile($Envelope{'Addr2Reply:'}, "UJA $ML_FN", $UJA_FILE); } </screen> </para> |
