From 7df1140ab934e2cc3988c45f86c7f9a0e0cc3006 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 18 Jun 2017 01:24:37 +0200 Subject: [PATCH] docs: installation: fix accidental block quotes --- docs/installation.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index c9947f81d..962e11f80 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -173,20 +173,20 @@ Features & platforms Besides regular file and directory structures, |project_name| can preserve - * Symlinks (stored as symlink, the symlink is not followed) - * Special files: +* Symlinks (stored as symlink, the symlink is not followed) +* Special files: - * Character and block device files (restored via mknod) - * FIFOs ("named pipes") - * Special file *contents* can be backed up in ``--read-special`` mode. - By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored. - * Hardlinked regular files, devices, FIFOs (considering all items in the same archive) - * Timestamps in nanosecond precision: mtime, atime, ctime - * Permissions: + * Character and block device files (restored via mknod) + * FIFOs ("named pipes") + * Special file *contents* can be backed up in ``--read-special`` mode. + By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored. +* Hardlinked regular files, devices, FIFOs (considering all items in the same archive) +* Timestamps in nanosecond precision: mtime, atime, ctime +* Permissions: - * IDs of owning user and owning group - * Names of owning user and owning group (if the IDs can be resolved) - * Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky) + * IDs of owning user and owning group + * Names of owning user and owning group (if the IDs can be resolved) + * Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky) On some platforms additional features are supported: