diff --git a/man/journalctl.xml b/man/journalctl.xml index 07310d90a1..a03493fc35 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -756,16 +756,29 @@ - Takes a directory path as an argument. If - specified, journalctl will operate on journal directories and catalog file hierarchy - underneath the specified directory instead of the root - directory (e.g. will create - ROOT/var/lib/systemd/catalog/database, - and journal files under ROOT/run/journal/ - or ROOT/var/log/journal/ will be displayed). + Takes a directory path as an argument. If specified, journalctl + will operate on journal directories and catalog file hierarchy underneath the specified directory + instead of the root directory (e.g. will create + ROOT/var/lib/systemd/catalog/database, and journal + files under ROOT/run/journal/ or + ROOT/var/log/journal/ will be displayed). + + + + Takes a path to a disk image file or block device node. If specified, + journalctl will operate on the file system in the indicated disk image. This is + similar to but operates on file systems stored in disk images or block + devices, thus providing an easy way to extract log data from disk images. The disk image should + either contain just a file system or a set of file systems within a GPT partition table, following + the Discoverable Partitions + Specification. For further information on supported disk images, see + systemd-nspawn1's + switch of the same name. + + diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index cc02625699..1e5853a55b 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -68,6 +68,19 @@ paths. + + + + Takes a path to a disk image file or block device node. If specified all operations + are applied to file system in the indicated disk image. This is similar to + but operates on file systems stored in disk images or block devices. The disk image should either + contain just a file system or a set of file systems within a GPT partition table, following the + Discoverable Partitions + Specification. For further information on supported disk images, see + systemd-nspawn1's + switch of the same name. + + When this option is given, one ore more positional arguments diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index e3bb1db7c6..4510fb120a 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -182,6 +182,21 @@ runtime. + + + + Takes a path to a disk image file or block device node. If specified all operations + are applied to file system in the indicated disk image. This is similar to + but operates on file systems stored in disk images or block devices. The disk image should either + contain just a file system or a set of file systems within a GPT partition table, following the + Discoverable Partitions + Specification. For further information on supported disk images, see + systemd-nspawn1's + switch of the same name. + + Implies . + + When this option is given, one ore more positional arguments