From 6d0c987d213f8b199a31c9bb7439d3b49a000068 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 10 Nov 2015 18:48:59 -0500 Subject: man: normalize indentation in sd-detect-virt(1) --- man/systemd-detect-virt.xml | 76 ++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml index 3997e10c43..5d19322cdc 100644 --- a/man/systemd-detect-virt.xml +++ b/man/systemd-detect-virt.xml @@ -22,7 +22,7 @@ --> + xmlns:xi="http://www.w3.org/2001/XInclude"> systemd-detect-virt @@ -81,92 +81,92 @@ - Type - ID - Product + Type + ID + Product - VM - qemu - QEMU software virtualization + VM + qemu + QEMU software virtualization - kvm - Linux KVM kernel virtual machine + kvm + Linux KVM kernel virtual machine - zvm - s390 z/VM + zvm + s390 z/VM - vmware - VMware Workstation or Server, and related products + vmware + VMware Workstation or Server, and related products - microsoft - Hyper-V, also known as Viridian or Windows Server Virtualization + microsoft + Hyper-V, also known as Viridian or Windows Server Virtualization - oracle - Oracle VM VirtualBox (historically marketed by innotek and Sun Microsystems) + oracle + Oracle VM VirtualBox (historically marketed by innotek and Sun Microsystems) - xen - Xen hypervisor (only domU, not dom0) + xen + Xen hypervisor (only domU, not dom0) - bochs - Bochs Emulator + bochs + Bochs Emulator - uml - User-mode Linux + uml + User-mode Linux - parallels - Parallels Desktop, Parallels Server + parallels + Parallels Desktop, Parallels Server - Container - openvz - OpenVZ/Virtuozzo + Container + openvz + OpenVZ/Virtuozzo - lxc - Linux container implementation by LXC + lxc + Linux container implementation by LXC - lxc-libvirt - Linux container implementation by libvirt + lxc-libvirt + Linux container implementation by libvirt - systemd-nspawn - systemd's minimal container implementation, see systemd-nspawn1 + systemd-nspawn + systemd's minimal container implementation, see systemd-nspawn1 - docker - Docker container manager + docker + Docker container manager - rkt - rkt app container runtime + rkt + rkt app container runtime -- cgit v1.2.3-54-g00ecf From 3917a2bb453f9428024b665471d9d8f244287b9f Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 10 Nov 2015 11:36:11 -0500 Subject: TODO: remove SYSTEMD_PAGER This is already done in Fedora rawhide. --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index f49cf2b3f4..25900c70b8 100644 --- a/TODO +++ b/TODO @@ -918,8 +918,6 @@ External: * dbus: in fedora, make /var/lib/dbus/machine-id a symlink to /etc/machine-id -* add "# export SYSTEMD_PAGER=" to bash login - * /usr/bin/service should actually show the new command line * fedora: suggest auto-restart on failure, but not on success and not on coredump. also, ask people to think about changing the start limit logic. Also point people to RestartPreventExitStatus=, SuccessExitStatus= -- cgit v1.2.3-54-g00ecf