From a05ae761a400e35c1f851648c0d74a55ab369899 Mon Sep 17 00:00:00 2001
From: Darko Poljak <darko.poljak@gmail.com>
Date: Fri, 14 Oct 2016 21:16:28 +0200
Subject: [PATCH] man.text -> man.rst

---
 .../type/__cdist_preos/{man.text => man.rst}  | 28 +++++---
 .../type/__chroot_mount/{man.text => man.rst} | 24 +++----
 .../__chroot_umount/{man.text => man.rst}     | 25 +++++---
 .../{man.text => man.rst}                     | 29 +++++----
 .../conf/type/__install_chroot_mount/man.rst  |  1 +
 .../conf/type/__install_chroot_mount/man.text |  1 -
 .../conf/type/__install_chroot_umount/man.rst |  1 +
 .../type/__install_chroot_umount/man.text     |  1 -
 .../__install_config/{man.text => man.rst}    | 26 ++++----
 cdist/conf/type/__install_file/man.rst        |  1 +
 cdist/conf/type/__install_file/man.text       |  1 -
 .../__install_fstab/{man.text => man.rst}     | 31 +++++----
 .../{man.text => man.rst}                     | 29 +++++----
 cdist/conf/type/__install_mkfs/man.rst        | 62 ++++++++++++++++++
 cdist/conf/type/__install_mkfs/man.text       | 57 -----------------
 .../__install_mount/{man.text => man.rst}     | 40 ++++++------
 .../type/__install_partition_msdos/man.rst    | 64 +++++++++++++++++++
 .../type/__install_partition_msdos/man.text   | 62 ------------------
 .../{man.text => man.rst}                     | 25 +++++---
 .../__install_reboot/{man.text => man.rst}    | 24 +++----
 .../{man.text => man.rst}                     | 24 +++----
 cdist/conf/type/__install_stage/man.rst       | 58 +++++++++++++++++
 cdist/conf/type/__install_stage/man.text      | 58 -----------------
 .../__install_umount/{man.text => man.rst}    | 24 +++----
 24 files changed, 367 insertions(+), 329 deletions(-)
 rename cdist/conf/type/__cdist_preos/{man.text => man.rst} (52%)
 rename cdist/conf/type/__chroot_mount/{man.text => man.rst} (50%)
 rename cdist/conf/type/__chroot_umount/{man.text => man.rst} (52%)
 rename cdist/conf/type/__install_bootloader_grub/{man.text => man.rst} (55%)
 create mode 120000 cdist/conf/type/__install_chroot_mount/man.rst
 delete mode 120000 cdist/conf/type/__install_chroot_mount/man.text
 create mode 120000 cdist/conf/type/__install_chroot_umount/man.rst
 delete mode 120000 cdist/conf/type/__install_chroot_umount/man.text
 rename cdist/conf/type/__install_config/{man.text => man.rst} (60%)
 create mode 120000 cdist/conf/type/__install_file/man.rst
 delete mode 120000 cdist/conf/type/__install_file/man.text
 rename cdist/conf/type/__install_fstab/{man.text => man.rst} (54%)
 rename cdist/conf/type/__install_generate_fstab/{man.text => man.rst} (57%)
 create mode 100644 cdist/conf/type/__install_mkfs/man.rst
 delete mode 100644 cdist/conf/type/__install_mkfs/man.text
 rename cdist/conf/type/__install_mount/{man.text => man.rst} (54%)
 create mode 100644 cdist/conf/type/__install_partition_msdos/man.rst
 delete mode 100644 cdist/conf/type/__install_partition_msdos/man.text
 rename cdist/conf/type/__install_partition_msdos_apply/{man.text => man.rst} (52%)
 rename cdist/conf/type/__install_reboot/{man.text => man.rst} (52%)
 rename cdist/conf/type/__install_reset_disk/{man.text => man.rst} (50%)
 create mode 100644 cdist/conf/type/__install_stage/man.rst
 delete mode 100644 cdist/conf/type/__install_stage/man.text
 rename cdist/conf/type/__install_umount/{man.text => man.rst} (54%)

diff --git a/cdist/conf/type/__cdist_preos/man.text b/cdist/conf/type/__cdist_preos/man.rst
similarity index 52%
rename from cdist/conf/type/__cdist_preos/man.text
rename to cdist/conf/type/__cdist_preos/man.rst
index 19caa8e2..8b7d22d6 100644
--- a/cdist/conf/type/__cdist_preos/man.text
+++ b/cdist/conf/type/__cdist_preos/man.rst
@@ -1,7 +1,5 @@
 cdist-type__cdist_preos(7)
 ==========================
-Nico Schottelius <nico-cdist--@--schottelius.org>
-
 
 NAME
 ----
@@ -13,26 +11,38 @@ DESCRIPTION
 This cdist type creates a directory containing an operating
 suitable for installation using cdist.
 
+
 REQUIRED PARAMETERS
 -------------------
+None
+
 
 OPTIONAL PARAMETERS
 -------------------
+None
+
+
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__cdist_preos /tmp/random_name_for_packaging
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __cdist_preos /tmp/random_name_for_packaging
 
 
 SEE ALSO
 --------
-- cdist-type(7)
-- cdist-type__cdist(7)
+:strong:`cdist-type__cdist`\ (7)
+
+
+AUTHORS
+-------
+Nico Schottelius <nico-cdist--@--schottelius.org>
 
 
 COPYING
 -------
-Copyright \(C) 2015 Nico Schottelius. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2015 Nico Schottelius. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__chroot_mount/man.text b/cdist/conf/type/__chroot_mount/man.rst
similarity index 50%
rename from cdist/conf/type/__chroot_mount/man.text
rename to cdist/conf/type/__chroot_mount/man.rst
index adce80d9..5ffd7de5 100644
--- a/cdist/conf/type/__chroot_mount/man.text
+++ b/cdist/conf/type/__chroot_mount/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_chroot_mount(7)
 ===================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -15,28 +13,30 @@ Mount and prepare a chroot for running commands within it.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-None.
+None
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_chroot_mount /path/to/chroot
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_chroot_mount /path/to/chroot
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2012 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2012 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__chroot_umount/man.text b/cdist/conf/type/__chroot_umount/man.rst
similarity index 52%
rename from cdist/conf/type/__chroot_umount/man.text
rename to cdist/conf/type/__chroot_umount/man.rst
index a5ca1ef0..a2ea1d9b 100644
--- a/cdist/conf/type/__chroot_umount/man.text
+++ b/cdist/conf/type/__chroot_umount/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_chroot_umount(7)
 ====================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -15,28 +13,35 @@ Undo what __chroot_mount did.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-None.
+None
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_chroot_umount /path/to/chroot
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_chroot_umount /path/to/chroot
 
 
 SEE ALSO
 --------
-- cdist-type(7)
+:strong:`cdist-type__chroot_mount`\ (7)
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2012 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2012 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_bootloader_grub/man.text b/cdist/conf/type/__install_bootloader_grub/man.rst
similarity index 55%
rename from cdist/conf/type/__install_bootloader_grub/man.text
rename to cdist/conf/type/__install_bootloader_grub/man.rst
index 858e6a67..625db1d2 100644
--- a/cdist/conf/type/__install_bootloader_grub/man.text
+++ b/cdist/conf/type/__install_bootloader_grub/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_bootloader_grub(7)
 ======================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -15,33 +13,36 @@ This cdist type allows you to install grub2 bootloader on given disk.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-device::
+device
    The device to install grub to. Defaults to object_id
 
-chroot::
+chroot
    where to chroot before running grub-install. Defaults to /target.
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_bootloader_grub /dev/sda
-__install_bootloader_grub /dev/sda --chroot /mnt/foobar
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_bootloader_grub /dev/sda
+
+    __install_bootloader_grub /dev/sda --chroot /mnt/foobar
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_chroot_mount/man.rst b/cdist/conf/type/__install_chroot_mount/man.rst
new file mode 120000
index 00000000..3267c3db
--- /dev/null
+++ b/cdist/conf/type/__install_chroot_mount/man.rst
@@ -0,0 +1 @@
+../__chroot_mount/man.rst
\ No newline at end of file
diff --git a/cdist/conf/type/__install_chroot_mount/man.text b/cdist/conf/type/__install_chroot_mount/man.text
deleted file mode 120000
index e131fceb..00000000
--- a/cdist/conf/type/__install_chroot_mount/man.text
+++ /dev/null
@@ -1 +0,0 @@
-../__chroot_mount/man.text
\ No newline at end of file
diff --git a/cdist/conf/type/__install_chroot_umount/man.rst b/cdist/conf/type/__install_chroot_umount/man.rst
new file mode 120000
index 00000000..fa34c4b0
--- /dev/null
+++ b/cdist/conf/type/__install_chroot_umount/man.rst
@@ -0,0 +1 @@
+../__chroot_umount/man.rst
\ No newline at end of file
diff --git a/cdist/conf/type/__install_chroot_umount/man.text b/cdist/conf/type/__install_chroot_umount/man.text
deleted file mode 120000
index f615c734..00000000
--- a/cdist/conf/type/__install_chroot_umount/man.text
+++ /dev/null
@@ -1 +0,0 @@
-../__chroot_umount/man.text
\ No newline at end of file
diff --git a/cdist/conf/type/__install_config/man.text b/cdist/conf/type/__install_config/man.rst
similarity index 60%
rename from cdist/conf/type/__install_config/man.text
rename to cdist/conf/type/__install_config/man.rst
index def0439b..0034e85d 100644
--- a/cdist/conf/type/__install_config/man.text
+++ b/cdist/conf/type/__install_config/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_config(7)
 =============================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -17,31 +15,33 @@ cdist config against the /target chroot on the remote host.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-chroot::
+chroot
    where to chroot before running grub-install. Defaults to /target.
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_config
+.. code-block:: sh
 
-__install_config --chroot /mnt/somewhere
---------------------------------------------------------------------------------
+    __install_config
+
+    __install_config --chroot /mnt/somewhere
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_file/man.rst b/cdist/conf/type/__install_file/man.rst
new file mode 120000
index 00000000..c937b8af
--- /dev/null
+++ b/cdist/conf/type/__install_file/man.rst
@@ -0,0 +1 @@
+../__file/man.rst
\ No newline at end of file
diff --git a/cdist/conf/type/__install_file/man.text b/cdist/conf/type/__install_file/man.text
deleted file mode 120000
index ba483161..00000000
--- a/cdist/conf/type/__install_file/man.text
+++ /dev/null
@@ -1 +0,0 @@
-../__file/man.text
\ No newline at end of file
diff --git a/cdist/conf/type/__install_fstab/man.text b/cdist/conf/type/__install_fstab/man.rst
similarity index 54%
rename from cdist/conf/type/__install_fstab/man.text
rename to cdist/conf/type/__install_fstab/man.rst
index 7c509427..5562c139 100644
--- a/cdist/conf/type/__install_fstab/man.text
+++ b/cdist/conf/type/__install_fstab/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_fstab(7)
 ============================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -16,12 +14,12 @@ to the target machine at ${prefix}/etc/fstab.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-prefix::
+prefix
    The prefix under which to generate the /etc/fstab file.
    Defaults to /target.
 
@@ -29,20 +27,27 @@ prefix::
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_fstab
-__install_fstab --prefix /mnt/target
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_fstab
+
+    __install_fstab --prefix /mnt/target
 
 
 SEE ALSO
 --------
-- cdist-type(7)
-- cdist-type__install_mount(7)
-- cdist-type__install_generate_fstab(7)
+:strong:`cdist-type__install_generate_fstab`\ (7),
+:strong:`cdist-type__install_mount`\ (7)
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_generate_fstab/man.text b/cdist/conf/type/__install_generate_fstab/man.rst
similarity index 57%
rename from cdist/conf/type/__install_generate_fstab/man.text
rename to cdist/conf/type/__install_generate_fstab/man.rst
index d229f4df..b38f8876 100644
--- a/cdist/conf/type/__install_generate_fstab/man.text
+++ b/cdist/conf/type/__install_generate_fstab/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_generate_fstab(7)
 =====================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -16,37 +14,40 @@ __install_mount definitions.
 
 REQUIRED PARAMETERS
 -------------------
-destination::
+destination
    The path where to store the generated fstab file.
    Note that this is a path on the server, where cdist is running, not the target host.
 
 
 OPTIONAL PARAMETERS
 -------------------
-None.
+None
 
 
 BOOLEAN PARAMETERS
 -------------------
-uuid::
+uuid
    use UUID instead of device in fstab 
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_generate_fstab --destination /path/where/you/want/fstab
-__install_generate_fstab --uuid --destination /path/where/you/want/fstab
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_generate_fstab --destination /path/where/you/want/fstab
+
+    __install_generate_fstab --uuid --destination /path/where/you/want/fstab
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2012 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2012 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_mkfs/man.rst b/cdist/conf/type/__install_mkfs/man.rst
new file mode 100644
index 00000000..6e5c9aa9
--- /dev/null
+++ b/cdist/conf/type/__install_mkfs/man.rst
@@ -0,0 +1,62 @@
+cdist-type__install_mkfs(7)
+===========================
+
+NAME
+----
+cdist-type__install_mkfs - build a linux file system
+
+
+DESCRIPTION
+-----------
+This cdist type is a wrapper for the mkfs command.
+
+
+REQUIRED PARAMETERS
+-------------------
+type
+   The filesystem type to use. Same as used with mkfs -t.
+
+
+OPTIONAL PARAMETERS
+-------------------
+device
+   defaults to object_id
+
+options
+   file system-specific options to be passed to the mkfs command
+
+blocks
+   the number of blocks to be used for the file system
+
+
+EXAMPLES
+--------
+
+.. code-block:: sh
+
+    # reiserfs /dev/sda5
+    __install_mkfs /dev/sda5 --type reiserfs
+
+    # same thing with explicit device
+    __install_mkfs whatever --device /dev/sda5 --type reiserfs
+
+    # jfs with journal on /dev/sda2
+    __install_mkfs /dev/sda1 --type jfs --options "-j /dev/sda2"
+
+
+SEE ALSO
+--------
+:strong:`mkfs`\ (8)
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
+
+
+COPYING
+-------
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_mkfs/man.text b/cdist/conf/type/__install_mkfs/man.text
deleted file mode 100644
index 3a9a325d..00000000
--- a/cdist/conf/type/__install_mkfs/man.text
+++ /dev/null
@@ -1,57 +0,0 @@
-cdist-type__install_mkfs(7)
-===========================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
-
-NAME
-----
-cdist-type__install_mkfs - build a linux file system
-
-
-DESCRIPTION
------------
-This cdist type is a wrapper for the mkfs command.
-
-
-REQUIRED PARAMETERS
--------------------
-type::
-   The filesystem type to use. Same as used with mkfs -t.
-
-
-OPTIONAL PARAMETERS
--------------------
-device::
-   defaults to object_id
-
-options::
-   file system-specific options to be passed to the mkfs command
-
-blocks::
-   the number of blocks to be used for the file system
-
-
-EXAMPLES
---------
-
---------------------------------------------------------------------------------
-# reiserfs /dev/sda5
-__install_mkfs /dev/sda5 --type reiserfs
-# same thing with explicit device
-__install_mkfs whatever --device /dev/sda5 --type reiserfs
-
-# jfs with journal on /dev/sda2
-__install_mkfs /dev/sda1 --type jfs --options "-j /dev/sda2"
---------------------------------------------------------------------------------
-
-
-SEE ALSO
---------
-- cdist-type(7)
-- mkfs(8)
-
-
-COPYING
--------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
diff --git a/cdist/conf/type/__install_mount/man.text b/cdist/conf/type/__install_mount/man.rst
similarity index 54%
rename from cdist/conf/type/__install_mount/man.text
rename to cdist/conf/type/__install_mount/man.rst
index b55cb83e..256cef53 100644
--- a/cdist/conf/type/__install_mount/man.text
+++ b/cdist/conf/type/__install_mount/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_mount(7)
 ============================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -15,24 +13,24 @@ Mounts filesystems in the installer. Collects data to generate /etc/fstab.
 
 REQUIRED PARAMETERS
 -------------------
-device::
+device
    the device to mount
 
 
 OPTIONAL PARAMETERS
 -------------------
-dir::
+dir
    where to mount device. Defaults to object_id.
 
-options::
+options
    mount options passed to mount(8) and used in /etc/fstab
 
-type::
+type
    filesystem type passed to mount(8) and used in /etc/fstab.
    If type is swap, 'dir' is ignored.
    Defaults to the filesystem used in __install_mkfs for the same 'device'.
 
-prefix::
+prefix
    the prefix to prepend to 'dir' when mounting in the installer.
    Defaults to /target.
 
@@ -40,22 +38,28 @@ prefix::
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_mount slash --dir / --device /dev/sda5 --options noatime
-require="__install_mount/slash" __install_mount /boot --device /dev/sda1
-__install_mount swap --device /dev/sda2 --type swap
-require="__install_mount/slash" __install_mount /tmp --device tmpfs --type tmpfs
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_mount slash --dir / --device /dev/sda5 --options noatime
+    require="__install_mount/slash" __install_mount /boot --device /dev/sda1
+    __install_mount swap --device /dev/sda2 --type swap
+    require="__install_mount/slash" __install_mount /tmp --device tmpfs --type tmpfs
 
 
 SEE ALSO
 --------
-- cdist-type(7)
-- cdist-type__install_mount_apply(7)
-- cdist-type__install_mkfs(7)
+:strong:`cdist-type__install_mkfs`\ (7),
+:strong:`cdist-type__install_mount_apply` (7)
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_partition_msdos/man.rst b/cdist/conf/type/__install_partition_msdos/man.rst
new file mode 100644
index 00000000..5ebb9218
--- /dev/null
+++ b/cdist/conf/type/__install_partition_msdos/man.rst
@@ -0,0 +1,64 @@
+cdist-type__install_partition_msdos(7)
+======================================
+
+NAME
+----
+cdist-type__install_partition_msdos - creates msdos partitions
+
+
+DESCRIPTION
+-----------
+This cdist type allows you to create msdos paritions.
+
+
+REQUIRED PARAMETERS
+-------------------
+type
+   the partition type used in fdisk (such as 82 or 83) or "extended"
+
+
+OPTIONAL PARAMETERS
+-------------------
+partition
+   defaults to object_id
+
+bootable
+   mark partition as bootable, true or false, defaults to false
+
+size
+   the size of the partition (such as 32M or 15G, whole numbers
+   only), '+' for remaining space, or 'n%' for percentage of remaining
+   (these should only be used after all specific partition sizes are
+   specified). Defaults to +.
+
+
+EXAMPLES
+--------
+
+.. code-block:: sh
+
+    # 128MB, linux, bootable
+    __install_partition_msdos /dev/sda1 --type 83 --size 128M --bootable true
+    # 512MB, swap
+    __install_partition_msdos /dev/sda2 --type 82 --size 512M
+    # 100GB, extended
+    __install_partition_msdos /dev/sda3 --type extended --size 100G
+    # 10GB, linux
+    __install_partition_msdos /dev/sda5 --type 83 --size 10G
+    # 50% of the free space of the extended partition, linux
+    __install_partition_msdos /dev/sda6 --type 83 --size 50%
+    # rest of the extended partition, linux
+    __install_partition_msdos /dev/sda7 --type 83 --size +
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
+
+
+COPYING
+-------
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_partition_msdos/man.text b/cdist/conf/type/__install_partition_msdos/man.text
deleted file mode 100644
index 82d81ac5..00000000
--- a/cdist/conf/type/__install_partition_msdos/man.text
+++ /dev/null
@@ -1,62 +0,0 @@
-cdist-type__install_partition_msdos(7)
-======================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
-
-NAME
-----
-cdist-type__install_partition_msdos - creates msdos partitions
-
-
-DESCRIPTION
------------
-This cdist type allows you to create msdos paritions.
-
-
-REQUIRED PARAMETERS
--------------------
-type::
-   the partition type used in fdisk (such as 82 or 83) or "extended"
-
-
-OPTIONAL PARAMETERS
--------------------
-partition::
-   defaults to object_id
-bootable::
-   mark partition as bootable, true or false, defaults to false
-size::
-   the size of the partition (such as 32M or 15G, whole numbers
-   only), '+' for remaining space, or 'n%' for percentage of remaining
-   (these should only be used after all specific partition sizes are
-   specified). Defaults to +.
-
-
-EXAMPLES
---------
-
---------------------------------------------------------------------------------
-# 128MB, linux, bootable
-__install_partition_msdos /dev/sda1 --type 83 --size 128M --bootable true
-# 512MB, swap
-__install_partition_msdos /dev/sda2 --type 82 --size 512M
-# 100GB, extended
-__install_partition_msdos /dev/sda3 --type extended --size 100G
-# 10GB, linux
-__install_partition_msdos /dev/sda5 --type 83 --size 10G
-# 50% of the free space of the extended partition, linux
-__install_partition_msdos /dev/sda6 --type 83 --size 50%
-# rest of the extended partition, linux
-__install_partition_msdos /dev/sda7 --type 83 --size +
---------------------------------------------------------------------------------
-
-
-SEE ALSO
---------
-- cdist-type(7)
-
-
-COPYING
--------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
diff --git a/cdist/conf/type/__install_partition_msdos_apply/man.text b/cdist/conf/type/__install_partition_msdos_apply/man.rst
similarity index 52%
rename from cdist/conf/type/__install_partition_msdos_apply/man.text
rename to cdist/conf/type/__install_partition_msdos_apply/man.rst
index 5399afb7..80740fde 100644
--- a/cdist/conf/type/__install_partition_msdos_apply/man.text
+++ b/cdist/conf/type/__install_partition_msdos_apply/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_partition_msdos_apply(7)
 ============================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -20,23 +18,30 @@ None
 
 OPTIONAL PARAMETERS
 -------------------
-None.
+None
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_partition_msdos_apply
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_partition_msdos_apply
 
 
 SEE ALSO
 --------
-- cdist-type(7)
-- cdist-type__install_partition_msdos_apply(7)
+:strong:`cdist-type__install_partition_msdos_apply`\ (7)
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
+
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_reboot/man.text b/cdist/conf/type/__install_reboot/man.rst
similarity index 52%
rename from cdist/conf/type/__install_reboot/man.text
rename to cdist/conf/type/__install_reboot/man.rst
index 91aec19a..ecf78ca7 100644
--- a/cdist/conf/type/__install_reboot/man.text
+++ b/cdist/conf/type/__install_reboot/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_reboot(7)
 =============================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -15,29 +13,31 @@ This cdist type allows you to reboot a machine.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-options::
+options
    options to pass to the reboot command. e.g. -f
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_reboot
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_reboot
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_reset_disk/man.text b/cdist/conf/type/__install_reset_disk/man.rst
similarity index 50%
rename from cdist/conf/type/__install_reset_disk/man.text
rename to cdist/conf/type/__install_reset_disk/man.rst
index 542d68ba..fadeec71 100644
--- a/cdist/conf/type/__install_reset_disk/man.text
+++ b/cdist/conf/type/__install_reset_disk/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_reset_disk(7)
 =================================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -17,27 +15,29 @@ Remove mdadm superblock.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 OPTIONAL PARAMETERS
 -------------------
-None.
+None
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_reset_disk /dev/sdb
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_reset_disk /dev/sdb
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2012 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2012 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_stage/man.rst b/cdist/conf/type/__install_stage/man.rst
new file mode 100644
index 00000000..6c68c543
--- /dev/null
+++ b/cdist/conf/type/__install_stage/man.rst
@@ -0,0 +1,58 @@
+cdist-type__install_stage(7)
+============================
+
+NAME
+----
+cdist-type__install_stage - download and unpack a stage file
+
+
+DESCRIPTION
+-----------
+Downloads a operating system stage using curl and unpacks it to /target
+using tar. The stage tarball is expected to be gzip compressed.
+
+
+REQUIRED PARAMETERS
+-------------------
+uri
+   The uri from which to fetch the tarball.
+   Can be anything understood by curl, e.g:
+     | http://path/to/stage.tgz
+     | tftp:///path/to/stage.tgz
+     | file:///local/path/stage.tgz
+
+
+OPTIONAL PARAMETERS
+-------------------
+target
+   where to unpack the tarball to. Defaults to /target.
+
+
+BOOLEAN PARAMETERS
+------------------
+insecure
+   run curl in insecure mode so it does not check the servers ssl certificate
+
+
+EXAMPLES
+--------
+
+.. code-block:: sh
+
+    __install_stage --uri tftp:///path/to/stage.tgz
+    __install_stage --uri http://path/to/stage.tgz --target /mnt/foobar
+    __install_stage --uri file:///path/to/stage.tgz --target /target
+    __install_stage --uri https://path/to/stage.tgz --target /mnt/foobar --insecure
+
+
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
+
+
+COPYING
+-------
+Copyright \(C) 2011 - 2013 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
diff --git a/cdist/conf/type/__install_stage/man.text b/cdist/conf/type/__install_stage/man.text
deleted file mode 100644
index 289c8621..00000000
--- a/cdist/conf/type/__install_stage/man.text
+++ /dev/null
@@ -1,58 +0,0 @@
-cdist-type__install_stage(7)
-============================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
-
-NAME
-----
-cdist-type__install_stage - download and unpack a stage file
-
-
-DESCRIPTION
------------
-Downloads a operating system stage using curl and unpacks it to /target
-using tar. The stage tarball is expected to be gzip compressed.
-
-
-REQUIRED PARAMETERS
--------------------
-uri::
-   The uri from which to fetch the tarball.
-   Can be anything understood by curl, e.g:
-      http://path/to/stage.tgz
-      tftp:///path/to/stage.tgz
-      file:///local/path/stage.tgz
-
-
-OPTIONAL PARAMETERS
--------------------
-target::
-   where to unpack the tarball to. Defaults to /target.
-
-
-BOOLEAN PARAMETERS
-------------------
-insecure::
-   run curl in insecure mode so it does not check the servers ssl certificate
-
-
-EXAMPLES
---------
-
---------------------------------------------------------------------------------
-__install_stage --uri tftp:///path/to/stage.tgz
-__install_stage --uri http://path/to/stage.tgz --target /mnt/foobar
-__install_stage --uri file:///path/to/stage.tgz --target /target
-__install_stage --uri https://path/to/stage.tgz --target /mnt/foobar --insecure
---------------------------------------------------------------------------------
-
-
-SEE ALSO
---------
-- cdist-type(7)
-
-
-COPYING
--------
-Copyright \(C) 2011 - 2013 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
diff --git a/cdist/conf/type/__install_umount/man.text b/cdist/conf/type/__install_umount/man.rst
similarity index 54%
rename from cdist/conf/type/__install_umount/man.text
rename to cdist/conf/type/__install_umount/man.rst
index 8d9d1f55..59f63449 100644
--- a/cdist/conf/type/__install_umount/man.text
+++ b/cdist/conf/type/__install_umount/man.rst
@@ -1,7 +1,5 @@
 cdist-type__install_umount(7)
 =============================
-Steven Armstrong <steven-cdist--@--armstrong.cc>
-
 
 NAME
 ----
@@ -15,29 +13,31 @@ This cdist type allows you to recursively umount the given target directory.
 
 REQUIRED PARAMETERS
 -------------------
-None.
+None
 
 
 OPTIONAL PARAMETERS
 -------------------
-target::
+target
    the mount point to umount. Defaults to object_id
 
 
 EXAMPLES
 --------
 
---------------------------------------------------------------------------------
-__install_umount /target
---------------------------------------------------------------------------------
+.. code-block:: sh
+
+    __install_umount /target
 
 
-SEE ALSO
---------
-- cdist-type(7)
+AUTHORS
+-------
+Steven Armstrong <steven-cdist--@--armstrong.cc>
 
 
 COPYING
 -------
-Copyright \(C) 2011 Steven Armstrong. Free use of this software is
-granted under the terms of the GNU General Public License version 3 (GPLv3).
+Copyright \(C) 2011 Steven Armstrong. You can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.