From 9f6f15f7706ef28e22c5161ea2ec0f863388772b Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 25 Jan 2013 14:25:12 +0100 Subject: [PATCH] Fix unparseable documentation strings Fixes #1902. --- library/pacman | 4 ++-- library/sysctl | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/library/pacman b/library/pacman index 756823eace6..ca95e2e37ad 100755 --- a/library/pacman +++ b/library/pacman @@ -47,10 +47,10 @@ author: Afterburn notes: [] examples: - code: "pacman: name=foo state=installed" - description: install package foo" + description: install package foo - code: "pacman: name=foo state=absent" description: remove package foo - - code: "pacman: name=foo,bar state=absent + - code: "pacman: name=foo,bar state=absent" description: remove packages foo and bar - code: "pacman: name=bar, state=installed, update_cache=yes" description: update the package db (pacman -Syy) then install bar (bar will be the updated if a newer version exists) diff --git a/library/sysctl b/library/sysctl index 31ddd484458..b49e7dcd217 100644 --- a/library/sysctl +++ b/library/sysctl @@ -30,7 +30,8 @@ version_added: "0.6" options: name: description: - - also known as "key", + - | + also known as "key", this is the short path, point separated to the sysctl entry eg: C(vm.swappiness)" required: true default: null