summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-07-11 10:29:45 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2017-07-11 10:57:43 -0400
commitcaaa56876f2ef26bda0422975e87968d3cb86131 (patch)
tree3ebee8251cffbd5f8cd0cd17909e65242d80569b /eclass/postgres.eclass
parentapp-eselect/eselect-php: Add live version for testing (diff)
downloadgentoo-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.eclass')
-rw-r--r--eclass/postgres.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index ab7b34102e2b..13483a9ec12f 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -23,12 +23,14 @@ esac
# @ECLASS-VARIABLE: POSTGRES_COMPAT
+# @DEFAULT_UNSET
# @DESCRIPTION:
# A Bash array containing a list of compatible PostgreSQL slots as
# defined by the developer. If declared, must be declared before
# inheriting this eclass. Example: POSTGRES_COMPAT=( 9.4 9.{5,6} )
# @ECLASS-VARIABLE: POSTGRES_USEDEP
+# @DEFAULT_UNSET
# @DESCRIPTION:
# Add the 2-Style and/or 4-Style use dependencies without brackets to be used
# for POSTGRES_DEP. If declared, must be done before inheriting this eclass.
@@ -114,7 +116,6 @@ postgres_new_user() {
}
# @FUNCTION: postgres_pkg_setup
-# @REQUIRED
# @USAGE: postgres_pkg_setup
# @DESCRIPTION:
# Initialize environment variable(s) according to the best