diff options
| author | fukachan <fukachan> | 2003-01-11 06:58:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-11 06:58:44 +0000 |
| commit | e623789f11adc59ac02d3c2cd0594569d933cc1a (patch) | |
| tree | 4b78e72b011bbe0a8162c681d6024e0ddbb9baec /fml/lib/FML/Process/Command.pm | |
| parent | ce4796e905cdaf3a3dd9a24d2a6a3cae90adc388 (diff) | |
| download | fml8-e623789f11adc59ac02d3c2cd0594569d933cc1a.tar.gz fml8-e623789f11adc59ac02d3c2cd0594569d933cc1a.tar.bz2 fml8-e623789f11adc59ac02d3c2cd0594569d933cc1a.zip | |
fix comments.
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
| -rw-r--r-- | fml/lib/FML/Process/Command.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm index 3d105d32..28726578 100644 --- a/fml/lib/FML/Process/Command.pm +++ b/fml/lib/FML/Process/Command.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Command.pm,v 1.78 2002/12/25 03:13:19 fukachan Exp $ +# $FML: Command.pm,v 1.79 2003/01/03 07:06:38 fukachan Exp $ # package FML::Process::Command; @@ -590,7 +590,9 @@ sub _get_command_mode # Descriptions: this command is allowd under the current $mode and $level # Arguments: OBJ($curproc) -# HASH_REF($args) HASH_REF($status) HAS_REF($command_info) +# STR($mode) +# HASH_REF($status) +# HASH_REF($command_info) # Side Effects: none # Return Value: NUM sub _config_allow_command |
