]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
README: use proper comment character for TOML files
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2019 06:51:30 +0000 (08:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2019 06:51:30 +0000 (08:51 +0200)
README

diff --git a/README b/README
index 1b8a6c35650fed3627f8753bc46559521f84d37f..059fe51d2cd376fc965180dfadec1277dec93dda 100644 (file)
--- a/README
+++ b/README
@@ -112,10 +112,10 @@ typical configuration looks like this:
     url = "https://example.org/group"
     path = "/etc/group.nsscash"
 
     url = "https://example.org/group"
     path = "/etc/group.nsscash"
 
-    // Optional, but useful to deploy files which are not supported by the
-    // nsscash NSS module, but by libc's "files" NSS module. nsscash takes
-    // care of the atomic replacement and updates; an "netgroup: files" entry
-    // in "/etc/nsswitch.conf" makes the netgroups available.
+    # Optional, but useful to deploy files which are not supported by the
+    # nsscash NSS module, but by libc's "files" NSS module. nsscash takes care
+    # of the atomic replacement and updates; an "netgroup: files" entry in
+    # "/etc/nsswitch.conf" makes the netgroups available.
     [[file]]
     type = "plain"
     url = "https://example.org/netgroup"
     [[file]]
     type = "plain"
     url = "https://example.org/netgroup"