Commit 24f8c148 authored by emmapeel's avatar emmapeel 🤖
Browse files

better strings for l10n

parent d6f74378
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ In Linux in `resolve.conf` there is an option to set a timeout:
```
timeout:n
  Sets  the  amount of time the resolver will wait for a response from a remote
  name server before retrying the query via a different name server. This may not
  be the total time taken by any resolver API call and there is no guarantee
  that a single resolver API call maps to a single timeout.  Measured in seconds,
  the default is RES_TIMEOUT (currently 5, see <resolv.h>).  The value for this
  option is silently capped to 30.
  name server before retrying the query via a different name server.
  This may not be the total time taken by any resolver API call and there is no guarantee
  that a single resolver API call maps to a single timeout.
  Measured in seconds, the default is RES_TIMEOUT (currently 5, see <resolv.h>).
  The value for this option is silently capped to 30.
```
Check ``$ man resolve.conf`` for more information.