summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-04-04 18:30:43 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-04-04 18:30:43 -0500
commitb92f31c2768850f67149b92514c10c881aeb6d56 (patch)
tree8f55c18623b8ad29f9cc949910a26072dd8fe3cb /schemas
parenta86e58fe19dbb35f00bfb2bd57adce3db01533c3 (diff)
downloadbcfg2-b92f31c2768850f67149b92514c10c881aeb6d56.tar.gz
bcfg2-b92f31c2768850f67149b92514c10c881aeb6d56.tar.bz2
bcfg2-b92f31c2768850f67149b92514c10c881aeb6d56.zip
schema: Update gecos field description
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd6
1 files changed, 4 insertions, 2 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 524b327c5..31fea26a2 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -422,8 +422,10 @@
<xsd:attribute type="xsd:string" name="gecos">
<xsd:annotation>
<xsd:documentation>
- Human-readable user name or comment. If this is not set,
- the GECOS will be the same as the username.
+ This field is typically used to record general information
+ about the account or its user(s) such as their real name
+ and phone number. If this is not set, the GECOS will be
+ the same as the username.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>