Minor corrections to update-kernel(8) man page text

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
This commit is contained in:
Виталий Чикунов 2022-10-05 00:13:50 +03:00
parent 1d1f492c0c
commit 4d029ead43
2 changed files with 23 additions and 22 deletions

View File

@ -1,17 +1,17 @@
.TH update-kernel 8 "October 04, 2022" "update-kernel 8" .TH update-kernel 8 "October 04, 2022" "update-kernel 8"
.SH NAME .SH NAME
update-kernel \- update kernel tool update-kernel \- Linux kernel update tool
.SH SYNOPSIS .SH SYNOPSIS
.B update-kernel .B update-kernel
[options] [options]
.SH DESCRIPTION .SH DESCRIPTION
update\-kernel \- script to conveniently update kernel and modules. update\-kernel \- script to conveniently update kernel and modules.
.PP .PP
It works by installing a new package set along with existing kernel It works by installing a new package set along with existing kernel,
so that you don\'t end up without a kernel guaranteed to boot (your old kernel is kept so that you don\'t end up without a kernel guaranteed
good old one); by default, it will look for the most recent package to boot (your good old one); by default, it will look for the most recent
of the same flavour (e.g. "std\-def") and try to install all the same package of the same flavour (e.g. "std\-def") and try to install all the
modules as already installed for that. same modules as already installed for that.
.SH OPTIONS .SH OPTIONS
.TP .TP
\-l, \-\-list \-l, \-\-list
@ -24,10 +24,10 @@ install all kernel modules
interactive modules install interactive modules install
.TP .TP
\-f, \-y, \-\-force \-f, \-y, \-\-force
force kernel upgrade force kernel upgrade (without confirmation dialog)
.TP .TP
\-t, \-\-type \-t, \-\-type
install kernel with specified flavour (ovz\-smp, std\-def, etc) install kernel with specified flavour (un-def, std\-def, etc)
.TP .TP
\-r, \-\-release \-r, \-\-release
desired kernel release desired kernel release
@ -43,17 +43,18 @@ download packages, but don't install (\-\-download\-only)
show this text and exit show this text and exit
.SH EXAMPLES .SH EXAMPLES
.TP .TP
Download and install last un-def kernel: Download and install latest un-def kernel:
.B update-kernel -t un-def .B update-kernel -t un-def
.PP .PP
.TP .TP
Download and install specific kernel version: Download and install specific kernel version (Note: it should exist in
repository):
.B update-kernel -r 5.15.70-un-def-alt1 .B update-kernel -r 5.15.70-un-def-alt1
.PP .PP
.SH EXIT STATUS .SH EXIT STATUS
update-kernel returns a zero exist status if it succeeds. update-kernel returns a zero exit status if it succeeds.
Non zero is returned in case of failure. Non zero is returned in case of failure.
.SH AUTHOR .SH AUTHOR
Anton Shevtsov (shevtsov.anton (at) gmail.com) Man page by Anton Shevtsov (shevtsov.anton (at) gmail.com)
.SH SEE ALSO .SH SEE ALSO
apt-get(8) apt-get(8)

View File

@ -1,17 +1,17 @@
.TH update-kernel 8 "Октябрь 04, 2022" "update-kernel 8" .TH update-kernel 8 "Октябрь 04, 2022" "update-kernel 8"
.SH NAME .SH NAME
update-kernel \- утилита обновления ядра update-kernel \- утилита обновления ядра Линукс
.SH SYNOPSIS .SH SYNOPSIS
.B update-kernel .B update-kernel
[опции] [опции]
.SH DESCRIPTION .SH DESCRIPTION
update\-kernel \- удобный инструмент обновления ядра и его модулей. update\-kernel \- удобный инструмент обновления ядра и его модулей.
.PP .PP
update-kernel позволяет установить пакеты нового ядра вместе с его модулями update-kernel позволяет установить пакеты нового ядра вместе с его модулями
параллельно к уже установленному ядру. Таким образом вы гарантированно не останетесь параллельно к уже установленному ядру. Старое ядро сохраняется, таким образом
без загружаемого ядра. По умолчанию будет найден самый свежий пакет ядра вы гарантированно не останетесь без загружаемого ядра. По умолчанию будет
той же разновидности (например, "std\-def") и будут установлены все те же найден самый свежий пакет ядра той же разновидности (например, "std\-def") и
модули что есть в системе. будут установлены все те же модули что есть в системе.
.SH OPTIONS .SH OPTIONS
.TP .TP
\-l, \-\-list \-l, \-\-list
@ -24,15 +24,15 @@ update-kernel позволяет установить пакеты нового
интерактивная установка модулей интерактивная установка модулей
.TP .TP
\-f, \-y, \-\-force \-f, \-y, \-\-force
принудительное обновление ядра принудительное обновление ядра (без запроса подтверждения)
.TP .TP
\-t, \-\-type \-t, \-\-type
установка ядра с определенным типом (ovz\-smp, std\-def, etc) установка ядра с определенным типом (un-def, std\-def, etc)
.TP .TP
\-r, \-\-release \-r, \-\-release
желаемая версия ядра желаемая версия ядра
(допустимые варианты написания: (допустимые варианты написания:
сарый формат: alt1, 5.7.19\-alt1 старый формат: alt1, 5.7.19\-alt1
классический вариант: 5.7.19\-std\-def\-alt1 классический вариант: 5.7.19\-std\-def\-alt1
имя пакета: [kernel\-image\-]std\-def\-5.7.19\-alt1) имя пакета: [kernel\-image\-]std\-def\-5.7.19\-alt1)
.TP .TP
@ -53,6 +53,6 @@ update-kernel позволяет установить пакеты нового
.SH EXIT STATUS .SH EXIT STATUS
update-kernel возвращает 0 если операция прошла успешно и отличное от нуля значение в противном случае. update-kernel возвращает 0 если операция прошла успешно и отличное от нуля значение в противном случае.
.SH AUTHOR .SH AUTHOR
Антон Шевцов (shevtsov.anton (at) gmail.com) Автор man-страницы Антон Шевцов (shevtsov.anton (at) gmail.com)
.SH SEE ALSO .SH SEE ALSO
apt-get(8) apt-get(8)