From 49b0ff18a71f3aedc72bdf3e99d34550e0176bb2 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 20 Aug 2013 00:50:56 -0500 Subject: [PATCH] Missed some typos in macros for the xattr doc --- library/files/xattr | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/files/xattr b/library/files/xattr index 3efe78d2639..273559149e0 100644 --- a/library/files/xattr +++ b/library/files/xattr @@ -38,18 +38,18 @@ options: required: false default: None description: - - The value to set the named name/key to, it automatically sets the c(state) to 'set' + - The value to set the named name/key to, it automatically sets the C(state) to 'set' state: required: false default: get choices: [ 'read', 'present', 'all', 'keys', 'absent' ] description: - defines which state you want to do. - c(read) retrieves the current value for a c(key) (default) - c(present) sets c(name) to c(value), default if value is set - c(all) dumps all data - c(keys) retrieves all keys - c(absent) deletes the key + C(read) retrieves the current value for a C(key) (default) + C(present) sets C(name) to C(value), default if value is set + C(all) dumps all data + C(keys) retrieves all keys + C(absent) deletes the key follow: required: false default: yes