diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-20 17:41:19 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-20 17:42:13 +0200 |
commit | bb5a34fb3eeef824afe02b679d391853244161b1 (patch) | |
tree | 53ecdfbf7e90c80f4e3b8b4ff1d8586769ffa847 /man/systemd-gpt-auto-generator.xml | |
parent | meson: add ENABLE_ANALYZE conditional (diff) | |
download | systemd-bb5a34fb3eeef824afe02b679d391853244161b1.tar.xz systemd-bb5a34fb3eeef824afe02b679d391853244161b1.zip |
man: add conditionals to more man pages
Fixes #16701.
Diffstat (limited to 'man/systemd-gpt-auto-generator.xml')
-rw-r--r-- | man/systemd-gpt-auto-generator.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml index 78fdacccab..7476edcffc 100644 --- a/man/systemd-gpt-auto-generator.xml +++ b/man/systemd-gpt-auto-generator.xml @@ -1,9 +1,9 @@ -<?xml version="1.0"?> -<!--*-nxml-*--> +<?xml version="1.0"?> <!--*-nxml-*--> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1+ --> -<refentry id="systemd-gpt-auto-generator"> + +<refentry id="systemd-gpt-auto-generator" conditional='HAVE_BLKID'> <refentryinfo> <title>systemd-gpt-auto-generator</title> |