diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-14 08:43:21 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-14 09:31:34 -0400 |
commit | fe970a8a30d611d454cb40025cfc32e29efa34e6 (patch) | |
tree | 308ca3c94d3d1bb69826ea8b19d8ff86b027467e /man/systemd-machine-id-setup.xml | |
parent | cb44f25c12f6203ad1f173d5b32d4059f446508e (diff) |
machine-id-setup: use path_kill_slashes and modernizations
Diffstat (limited to 'man/systemd-machine-id-setup.xml')
-rw-r--r-- | man/systemd-machine-id-setup.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index b879b40b99..62630fbcab 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -97,11 +97,12 @@ <variablelist> <varlistentry> - <term><option>--root=ROOT</option></term> + <term><option>--root=<replaceable>root</replaceable></option></term> <listitem><para>Takes a directory path as an argument. All paths will be - prefixed with the given alternate ROOT - path, including config search paths. + prefixed with the given alternate + <replaceable>root</replaceable> path, + including config search paths. </para></listitem> </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> |