diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-09-16 08:51:26 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-09-16 08:51:26 -0500 |
commit | 565ca0c4c90e59463c01fe6921f2af0ac9ce33fc (patch) | |
tree | da10c62263a7ffa4b9f4295fe2e0075ded8e84da /eclass | |
parent | ruby-fakegem.eclass: fix misspelled function name & minor @USAGE syntax (diff) | |
download | gentoo-565ca0c4c90e59463c01fe6921f2af0ac9ce33fc.tar.gz gentoo-565ca0c4c90e59463c01fe6921f2af0ac9ce33fc.tar.bz2 gentoo-565ca0c4c90e59463c01fe6921f2af0ac9ce33fc.zip |
qmail.eclass: minor @USAGE fix
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qmail.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 150b6c00aab3..8dd3ae99043f 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -69,7 +69,7 @@ dospp() { } # @FUNCTION: dosupervise -# @USAGE: dosupervise <service> [<runfile> <logfile>] +# @USAGE: <service> [<runfile> <logfile>] # @DESCRIPTION: # Install runfiles for services and logging to supervise directory dosupervise() { |