diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:24:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-19 10:25:23 +0000 |
commit | 9ffb83caff06c638390a0ace7d8547bd39cfd32c (patch) | |
tree | 58b56573fd6544498f38916102cf6731790a1ee2 /eclass/ruby-fakegem.eclass | |
parent | Drop trailing whitespaces (diff) | |
download | gentoo-9ffb83caff06c638390a0ace7d8547bd39cfd32c.tar.gz gentoo-9ffb83caff06c638390a0ace7d8547bd39cfd32c.tar.bz2 gentoo-9ffb83caff06c638390a0ace7d8547bd39cfd32c.zip |
Drop () from function in documentation
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/ruby-fakegem.eclass')
-rw-r--r-- | eclass/ruby-fakegem.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index b1795fa46c93..230f55d7cfe2 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -206,7 +206,7 @@ ruby_fakegem_doins() { ) || die "failed $0 $@" } -# @FUNCTION: ruby_fakegem_newsins() +# @FUNCTION: ruby_fakegem_newsins # @USAGE: file filename # @DESCRIPTION: # Installs the specified file into the gems directory using the provided filename. |