diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2017-06-26 14:35:48 +0200 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2017-06-26 14:35:48 +0200 |
commit | 2e5c85f43ac151817fab81c181141acfbd6ef037 (patch) | |
tree | 5e5fb63a60832e97641e4661033950b90c946de3 | |
parent | fed79c73cba9e1809ffb48d120961000526ded03 (diff) | |
download | standardskriver-2e5c85f43ac151817fab81c181141acfbd6ef037.tar.gz standardskriver-2e5c85f43ac151817fab81c181141acfbd6ef037.tar.bz2 standardskriver-2e5c85f43ac151817fab81c181141acfbd6ef037.zip |
Fixed misplaced backslashes.
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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] |