diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-02-09 14:18:57 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-02-09 14:32:49 +0100 |
commit | e2acdb6b0f68d9b4152708a9f21bf9e11f8b9e7e (patch) | |
tree | 965f003be5a20f86b5aa93bc18c7ee8ef543d5fb /man | |
parent | c8f5edeab0b007081cf89aeb1d23d428382c2a4f (diff) |
treewide: correct typos and use consistent "MAC" spelling
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.link.xml | 2 | ||||
-rw-r--r-- | man/systemd.unit.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index d5c8b9968d..afc0ad8c5e 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -218,7 +218,7 @@ boot for the given machine and the given device, but which is otherwise random. This feature depends on ID_NET_NAME_* properties existing for the link, on hardware where these - properties are not set the generation of a persistent mac address + properties are not set the generation of a persistent MAC address will fail.</para> </listitem> </varlistentry> diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4dae631389..09e11b4711 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1362,7 +1362,7 @@ WantedBy=multi-user.target</programlisting> <para>Now one wants to change some settings as an administrator: firstly, in the local setup, <filename>/srv/webserver</filename> - might not exit, because the HTTP server is configured to use + might not exist, because the HTTP server is configured to use <filename>/srv/www</filename> instead. Secondly, the local configuration makes the HTTP server also depend on a memory cache service, <filename>memcached.service</filename>, that |