aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2017-06-26 14:35:48 +0200
committerBenjamin Schlüter <bschlueter@posteo.de>2017-06-26 14:35:48 +0200
commit2e5c85f43ac151817fab81c181141acfbd6ef037 (patch)
tree5e5fb63a60832e97641e4661033950b90c946de3
parentfed79c73cba9e1809ffb48d120961000526ded03 (diff)
downloadstandardskriver-2e5c85f43ac151817fab81c181141acfbd6ef037.tar.gz
standardskriver-2e5c85f43ac151817fab81c181141acfbd6ef037.tar.bz2
standardskriver-2e5c85f43ac151817fab81c181141acfbd6ef037.zip
Fixed misplaced backslashes.
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1321c71..eb34837 100644
--- a/README.md
+++ b/README.md
@@ -10,22 +10,22 @@ The syntax for doint this is simple and easy to manage:
[settings]
-_#_ define if standardskriver should be active\
-enable = yes/no\
-_#_ defince where standardskriver should pull its machine-data from (LDAP)\
-order =\
-_#_ define if standardskriver should overwrite the systems settings for default printers\
+_#_ define if standardskriver should be active
+enable = yes/no
+_#_ defince where standardskriver should pull its machine-data from (LDAP)
+order =
+_#_ define if standardskriver should overwrite the systems settings for default printers
delete loptions = yes/no
[machine]
-_#_ example: single client (example-printer has to be defined as a known device/printer via LDAP)\
+_#_ example: single client (example-printer has to be defined as a known device/printer via LDAP)
xxx.xx.x.x = example-printer
-_#_ example: IP-range (maybe for a certain location in the clients network setup)\
+_#_ example: IP-range (maybe for a certain location in the clients network setup)
xxx.xx.x.x/x = example-printer
-_#_ example: single client via MAC-address (client MAC has to be defined in LDAP)\
+_#_ example: single client via MAC-address (client MAC has to be defined in LDAP)
aa:bb:cc:dd:ee:ff = example-printer
[groups]