summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-14 22:16:31 +0000
committerRoy Marples <roy@marples.name>2017-03-14 22:16:31 +0000
commitaea77e31009818db759e912ea76386c5af2ce687 (patch)
tree98e6a35f4d38042b322d88032ccaa7101f66797f
parent2521268cb71e0da3614c00fcc09331d8d418aa01 (diff)
downloadopenresolv-aea77e31009818db759e912ea76386c5af2ce687.tar.xz
Improve for 80 chars
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 64a2999..59bada3 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,21 @@ any local nameservers other than libc.
## Reasons for using openresolv
-Why openresolv over the [Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resolvconf)? Here's some reasons
- * Works with [POSIX shell and userland](http://www.opengroup.org/onlinepubs/009695399)
+Why openresolv over the
+[Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resolvconf)?
+Here's some reasons:
+ * Works with
+ [POSIX shell and userland](http://www.opengroup.org/onlinepubs/009695399)
* Does not need awk, grep or sed which means we can work without `/usr`
- mounted
+ mounted
* Works with other init systems than Debians' out of the box
- * Available as a 2 clause [BSD license](http://www.freebsd.org/copyright/freebsd-license.html)
+ * Available as a 2 clause
+ [BSD license](http://www.freebsd.org/copyright/freebsd-license.html)
* Prefer configs via IF_METRIC for dynamic ordering
* Configures zones for local resolvers other than libc
-The last point is quite important, especially when running VPN systems. Take the following resolv.conf files which have been generated by a
+The last point is quite important, especially when running VPN systems.
+Take the following resolv.conf files which have been generated by a
[DHCP client](../dhcpcd) and sent to resolvconf:
```