diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-13 22:46:37 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-13 23:09:00 -0500 |
commit | e670b166a08b7c1031a9e7d7675fa9a29c3e19c9 (patch) | |
tree | b81080d60cefbe2b7734004a9b14b30c89af67f1 /man/systemd-nspawn.xml | |
parent | a4e0b94d318e35b1441fc56f590668e80ff2e44e (diff) |
man: use <replaceable> in various places
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 2fa00e80c0..6a01ffd450 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -262,13 +262,13 @@ not linked. If <literal>host</literal>, the journal files are stored on the host file system (beneath - <filename>/var/log/journal/<machine-id></filename>) + <filename>/var/log/journal/<replaceable>machine-id</replaceable></filename>) and the subdirectory is bind-mounted into the container at the same location. If <literal>guest</literal>, the journal files are stored on the guest file system (beneath - <filename>/var/log/journal/<machine-id></filename>) + <filename>/var/log/journal/<replaceable>machine-id</replaceable></filename>) and the subdirectory is symlinked into the host at the same location. If <literal>auto</literal> (the default), |