summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-12-18 13:31:12 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-12-18 13:31:56 +0100
commit2b8566f556649da57e180dabb04aa69af0618473 (patch)
treed243e574b4cdf07a68f3df0b9fec5f8be01d8756 /nixos/doc
parent1aaedd33f1331744aadff60a09a1e190a13bf554 (diff)
release notes: grammar nitpicks in an entry
/cc #21257.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1703.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml
index ef55ea05bcdd..d8b0ae01e333 100644
--- a/nixos/doc/manual/release-notes/rl-1703.xml
+++ b/nixos/doc/manual/release-notes/rl-1703.xml
@@ -81,11 +81,11 @@ following incompatible changes:</para>
<listitem>
<para>
<literal>Ntpd</literal> was replaced by
- <literal>systemd-timesyncd</literal> as default service to synchronize
- system time with a remote NTP server. The old behavior can be restored
+ <literal>systemd-timesyncd</literal> as the default service to synchronize
+ system time with a remote NTP server. The old behavior can be restored by
setting <literal>services.ntp.enable</literal> to <literal>true</literal>.
Upstream time servers for all NTP implementations are now configured using
- <literal>networking.timeServers</literal>
+ <literal>networking.timeServers</literal>.
</para>
</listitem>
</itemizedlist>