diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-11 10:29:45 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-11 10:57:43 -0400 |
commit | caaa56876f2ef26bda0422975e87968d3cb86131 (patch) | |
tree | 3ebee8251cffbd5f8cd0cd17909e65242d80569b /eclass/postgres-multi.eclass | |
parent | app-eselect/eselect-php: Add live version for testing (diff) | |
download | gentoo-caaa56876f2ef26bda0422975e87968d3cb86131.tar.gz gentoo-caaa56876f2ef26bda0422975e87968d3cb86131.tar.bz2 gentoo-caaa56876f2ef26bda0422975e87968d3cb86131.zip |
postgres{,-multi}.eclass: More Documentation Fixes
Fix a few keyword typos and adhere to the doc standard.
Bugs: 624502
Diffstat (limited to 'eclass/postgres-multi.eclass')
-rw-r--r-- | eclass/postgres-multi.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 12575ff047af..5d40a0e7c8be 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -39,7 +39,7 @@ fi # POSTGRES_COMPAT. export _POSTGRES_INTERSECT_SLOTS=( ) -# @FUNCTION _postgres-multi_multibuild_wrapper +# @FUNCTION: _postgres-multi_multibuild_wrapper # @INTERNAL # @USAGE: _postgres-multi_multibuild_wrapper <command> [<arg> ...] # @DESCRIPTION: @@ -98,7 +98,6 @@ postgres-multi_forbest() { } # @FUNCTION: postgres-multi_pkg_setup -# @REQUIRED # @USAGE: postgres-multi_pkg_setup # @DESCRIPTION: # Initialize internal environment variable(s). This is required if @@ -119,7 +118,6 @@ postgres-multi_pkg_setup() { } # @FUNCTION: postgres-multi_src_prepare -# @REQUIRED # @USAGE: postgres-multi_src_prepare # @DESCRIPTION: # Calls eapply_user then copies ${S} into a build directory for each |