From 517493ea9256fd0e934f46bc035cfd71fdda4610 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 8 Mar 2017 19:36:34 +0100 Subject: [PATCH] reStructuredText fixes. --- cdist/conf/type/__dot_file/man.rst | 14 +++++--------- cdist/conf/type/__hosts/man.rst | 2 -- cdist/conf/type/__package_dpkg/man.rst | 8 ++++---- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/cdist/conf/type/__dot_file/man.rst b/cdist/conf/type/__dot_file/man.rst index 211c34a5..ae65eb95 100644 --- a/cdist/conf/type/__dot_file/man.rst +++ b/cdist/conf/type/__dot_file/man.rst @@ -20,28 +20,24 @@ REQUIRED PARAMETERS ------------------- user - User, for who file is installed OPTIONAL PARAMETERS ------------------- mode - - forwarded to :bold:`__file` type + forwarded to :strong:`__file` type state - - forwarded to :bold:`__file` type + forwarded to :strong:`__file` type source - - forwarded to :bold:`__file` type + forwarded to :strong:`__file` type MESSAGES -------- -This type inherits all messages from :bold:`file` type, and do not add +This type inherits all messages from :strong:`file` type, and do not add any new. EXAMPLES @@ -65,7 +61,7 @@ EXAMPLES SEE ALSO -------- -**cdist-type**\ (7), **cdist-type__file**\ (7) +**cdist-type__file**\ (7) COPYING ------- diff --git a/cdist/conf/type/__hosts/man.rst b/cdist/conf/type/__hosts/man.rst index 20f463e7..bece7967 100644 --- a/cdist/conf/type/__hosts/man.rst +++ b/cdist/conf/type/__hosts/man.rst @@ -15,14 +15,12 @@ OPTIONAL PARAMETERS ------------------- state - If state is ``present``, make *object_id* resolve to *ip*. If state is ``absent``, *object_id* will no longer resolve via */etc/hosts*, if it was previously configured with this type. Manually inserted entries are unaffected. ip - IP address, to which hostname (=\ *object_id*) must resolve. If state is ``present``, this parameter is mandatory, if state is ``absent``, this parameter is silently ignored. diff --git a/cdist/conf/type/__package_dpkg/man.rst b/cdist/conf/type/__package_dpkg/man.rst index 65a695b5..df2d86a7 100644 --- a/cdist/conf/type/__package_dpkg/man.rst +++ b/cdist/conf/type/__package_dpkg/man.rst @@ -8,16 +8,16 @@ cdist-type__package_dpkg - Manage packages with dpkg DESCRIPTION ----------- -__package_dpkg is used on Debian and variants (like Ubuntu) to -install packages that are provided locally as *.deb files. +This type is used on Debian and variants (like Ubuntu) to +install packages that are provided locally as \*.deb files. -The object given to __package_dpkg must be the name of the deb package. +The object given to this type must be the name of the deb package. REQUIRED PARAMETERS ------------------- source - path to the *.deb package + path to the \*.deb package EXAMPLES --------