From 2e5c85f43ac151817fab81c181141acfbd6ef037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 26 Jun 2017 14:35:48 +0200 Subject: Fixed misplaced backslashes. --- README.md | 16 ++++++++-------- 1 file 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] -- cgit v1.2.3