]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
README.adoc: fix asciidoc syntax
authorSimon Ruderich <simon@ruderich.org>
Sun, 15 Dec 2019 10:38:11 +0000 (11:38 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Dec 2019 10:38:11 +0000 (11:38 +0100)
Lists must be separated by an empty line

README.adoc

index b379d8316366ccfa96a6dbd56fe1e2774ab10a61..a4341036a46f1ded8a9ededd7dbddc251e002803 100644 (file)
@@ -21,6 +21,7 @@ Nsscash can also be used separately from the NSS module to deploy arbitrary
 files to many hosts and keep them up-to-date.
 
 Nsscash is very careful when deploying the changes:
+
 - All files are updated using the standard "write to temporary file", "sync",
   "rename" steps which is atomic on UNIX file systems. The indices are stored
   in the same file preventing stale data during the update.
@@ -41,6 +42,7 @@ Nsscash is very careful when deploying the changes:
   and verified on each `nsscash` run.
 
 The passwd/group files have the following size restrictions:
+
 - maximum number of entries: '2^64-1' (uint64_t)
 - maximum passwd entry size: 65543 bytes (including newline)
 - maximum group entry size: 65535 bytes (including newline, only one member)