X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd.unit.xml;h=65ba54503713715edab2eb370c77603051e71033;hb=6aaa8c2f783cd1b3ac27c5ce40625d032e7e3d71;hp=f45632a0e3599a8bfe5cc7c906ff14d4ee0b8572;hpb=61ad59b1314060958c6e1b1b480074e230b6ed3e;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index f45632a0e..65ba54503 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1175,7 +1175,7 @@ The following specifiers are interpreted in the - Install section: %n, %N, %p, %i, %U, %u, %m, %H, %b. + Install section: %n, %N, %p, %i, %U, %u, %m, %H, %b, %v. For their meaning see the next section. @@ -1293,6 +1293,11 @@ Host name The hostname of the running system. + + %v + Kernel release + Identical to uname -r output. + %% Escaped % @@ -1321,7 +1326,8 @@ systemd.snapshot5, systemd.time7, capabilities7, - systemd.directives7 + systemd.directives7, + uname1