diff options
| author | fukachan <fukachan> | 2004-07-11 15:43:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-07-11 15:43:36 +0000 |
| commit | cd4dcdf032c6e03bd8983f14d5fa957f5b812618 (patch) | |
| tree | 5b502a55d2892d4e3e825f391818be7c142187ac /fml/lib/FML/Process/ConfViewer.pm | |
| parent | beb5a1d8ec3c57d3879d39435f726ad73e67e72f (diff) | |
| download | fml8-cd4dcdf032c6e03bd8983f14d5fa957f5b812618.tar.gz fml8-cd4dcdf032c6e03bd8983f14d5fa957f5b812618.tar.bz2 fml8-cd4dcdf032c6e03bd8983f14d5fa957f5b812618.zip | |
fix comments
Diffstat (limited to 'fml/lib/FML/Process/ConfViewer.pm')
| -rw-r--r-- | fml/lib/FML/Process/ConfViewer.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Process/ConfViewer.pm b/fml/lib/FML/Process/ConfViewer.pm index 19357a63..0e383382 100644 --- a/fml/lib/FML/Process/ConfViewer.pm +++ b/fml/lib/FML/Process/ConfViewer.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: ConfViewer.pm,v 1.29 2004/01/31 04:06:32 fukachan Exp $ +# $FML: ConfViewer.pm,v 1.30 2004/04/23 04:10:36 fukachan Exp $ # package FML::Process::ConfViewer; @@ -16,7 +16,7 @@ use FML::Process::Kernel; =head1 NAME -FML::Process::ConfViewer -- show configuration variables +FML::Process::ConfViewer -- show configuration variables. =head1 SYNOPSIS @@ -34,7 +34,7 @@ FML::Process::ConfViewer provides the main function for C<fmlconf>. =head2 new($args) -ordinary constructor. +constructor. It make a C<FML::Process::Kernel> object and return it. =head2 prepare($args) @@ -48,7 +48,7 @@ show help unless @ARGV. =cut -# Descriptions: ordinary constructor +# Descriptions: constructor # Arguments: OBJ($self) HASH_REF($args) # Side Effects: none # Return Value: FML::Process::ConfViewer object @@ -125,7 +125,7 @@ the top level dispatcher for C<fmlconf>. =cut -# Descriptions: just a switch, call _fmlconf() +# Descriptions: just a switch, call _fmlconf(). # Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none @@ -157,7 +157,7 @@ show help. =cut -# Descriptions: show help +# Descriptions: show help. # Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none |
