doc: remove blockquotes from unordered lists

This commit is contained in:
Michael Eischer 2024-01-23 19:01:22 +01:00
parent 609f84e095
commit 18806944f6
6 changed files with 59 additions and 59 deletions

View File

@ -173,7 +173,7 @@ attributes have to match for its contents to be presumed unchanged:
* Modification timestamp (mtime).
* Metadata change timestamp (ctime).
* File size.
* inode number (internal number used to reference a file in a filesystem).
* Inode number (internal number used to reference a file in a filesystem).
The reason for requiring both mtime and ctime to match is that Unix programs
can freely change mtime (and some do). In such cases, a ctime change may be
@ -485,7 +485,7 @@ Note that ``restic`` does not back up some metadata associated with files. Of
particular note are:
* File creation date on Unix platforms
* inode flags on Unix platforms
* Inode flags on Unix platforms
* File ownership and ACLs on Windows
* The "hidden" flag on Windows