From 845c53246f73a505f12bb7f685a530045fa60a40 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 3 May 2013 00:55:20 -0400 Subject: man: add various filenames to the index Everything which is an absolute filename marked with lands in the index, unless noindex= attribute is present. Should make it easier for people to find stuff when they are looking at a file on disk. Various formatting errors in manpages are fixed, kernel-install(1) is restored to formatting sanity. --- man/kernel-install.xml | 67 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 24 deletions(-) (limited to 'man/kernel-install.xml') diff --git a/man/kernel-install.xml b/man/kernel-install.xml index df3549dcb7..9c2ecc48b2 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -49,7 +49,10 @@ along with systemd; If not, see . - kernel-install COMMAND KERNEL VERSION KERNEL IMAGE + kernel-install + COMMAND + KERNEL-VERSION + KERNEL-IMAGE @@ -60,9 +63,10 @@ along with systemd; If not, see . initramfs images to and from /boot. - kernel-install will execute the files located in the directory /usr/lib/kernel/install.d/ + kernel-install will execute the files + located in the directory /usr/lib/kernel/install.d/ and the local administration directory /etc/kernel/install.d/. - All files are collectively sorted and executed in lexical order, regardless of the directories in + All files are collectively sorted and executed in lexical order, regardless of the directory in which they live. However, files with identical file names replace each other. Files in /etc/kernel/install.d/ take precedence over files with the same name in /usr/lib/kernel/install.d/. This can be used to override a system-supplied @@ -78,29 +82,44 @@ along with systemd; If not, see . The following commands are understood: - add <KERNEL VERSION> <KERNEL IMAGE> + add KERNEL-VERSION KERNEL-IMAGE - calls every executable /usr/lib/kernel/install.d/*.install - and /etc/kernel/install.d/*.install with the arguments - "add <KERNEL VERSION> /boot/<MACHINE-ID>/<KERNEL VERSION>/" - - kernel-install copies <KERNEL IMAGE> to - /boot/<MACHINE-ID>/<KERNEL VERSION>/linux. - - kernel-install also creates a boot loader entry according to the boot loader specification - in /boot/loader/entries/<MACHINE-ID>-<KERNEL VERSION>.conf. - If the file initrd is found next to the linux file, - the initrd will be added to the configuration. + calls every executable + /usr/lib/kernel/install.d/*.install and + /etc/kernel/install.d/*.install with + the arguments + +add KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ + + + + kernel-install copies + KERNEL-IMAGE to + /boot/MACHINE-ID/KERNEL-VERSION/linux. + + + kernel-install also creates a boot + loader entry according to the boot loader specification in + /boot/loader/entries/MACHINE-ID-KERNEL-VERSION.conf. + If the file initrd is found next to the + linux file, the initrd will be added to + the configuration. - remove <KERNEL VERSION> <KERNEL IMAGE> - calls every executable /usr/lib/kernel/install.d/*.install - and /etc/kernel/install.d/*.install with the arguments: - "remove <KERNEL VERSION> /boot/<MACHINE-ID>/<KERNEL VERSION>/" - - kernel-install removes the entire directory /boot/<MACHINE-ID>/<KERNEL VERSION>/ - and the file /boot/loader/entries/<MACHINE-ID>-<KERNEL VERSION>.conf + remove KERNEL-VERSION KERNEL-IMAGE + + calls every executable /usr/lib/kernel/install.d/*.install + and /etc/kernel/install.d/*.install with the arguments + +remove KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ + + + + kernel-install removes the entire directory + /boot/MACHINE-ID/KERNEL-VERSION/ + and the file + /boot/loader/entries/MACHINE-ID-KERNEL-VERSION.conf @@ -140,7 +159,7 @@ along with systemd; If not, see . /etc/machine-id - The content of the file specifies the machine identification <MACHINE-ID>. + The content of the file specifies the machine identification MACHINE-ID. @@ -148,7 +167,7 @@ along with systemd; If not, see . /etc/os-release - The content of the file specifies the operating system id <OS-ID>. + The content of the file specifies the operating system id OS-ID. -- cgit v1.2.3-54-g00ecf