diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-09-28 11:42:30 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-09-30 12:14:22 -0400 |
commit | 22065311405b289547dd910bc76f5002a4600aa6 (patch) | |
tree | 26e73c94209aa1562a85e65b96e069633979b178 /man/machine-id.xml | |
parent | 81eb21b9918bf581849d41b4ecbe85d55f88ab73 (diff) | |
download | systemd-22065311405b289547dd910bc76f5002a4600aa6.tar.gz |
man: use "=" when referring to configuration file settings
This convention is almost universal in systemd man pages, and makes
it easier to visually parse the docs.
Also fix some markup along the way.
Diffstat (limited to 'man/machine-id.xml')
-rw-r--r-- | man/machine-id.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/machine-id.xml b/man/machine-id.xml index 8ce9c46ff1..db72c2a01c 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -119,7 +119,7 @@ id[8] = (id[8] & 0x3F) | 0x80;</programlisting> <filename>/etc/machine-id</filename> originates in the <filename>/var/lib/dbus/machine-id</filename> file introduced by D-Bus. In fact, this latter file might be a symlink to - <varname>/etc/machine-id</varname>.</para> + <filename>/etc/machine-id</filename>.</para> </refsect1> <refsect1> |