docs: regenerate man pages

This commit is contained in:
illiliti 2021-05-10 16:13:25 +03:00
parent db22e16dc9
commit cddf2ff836
2 changed files with 28 additions and 21 deletions

View File

@ -1,11 +1,11 @@
.\" Generated by scdoc 1.11.0 .\" Generated by scdoc 1.11.1
.\" Complete documentation for this program is not available as a GNU info page .\" Complete documentation for this program is not available as a GNU info page
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.nh .nh
.ad l .ad l
.\" Begin generated content: .\" Begin generated content:
.TH "tinyramfs" "8" "2020-09-07" .TH "tinyramfs" "8" "2021-05-10"
.P .P
.SH NAME .SH NAME
.P .P
@ -13,7 +13,7 @@ Tinyramfs - tiny initramfs written in POSIX shell
.P .P
.SH SYNOPSIS .SH SYNOPSIS
.P .P
\fBtinyramfs\fR [option .\&.\&.\&] \fBtinyramfs\fR [option].\&.\&.\&
.P .P
.SH DESCRIPTION .SH DESCRIPTION
.P .P
@ -22,26 +22,13 @@ with focus on portability.\&
.P .P
.SH OPTIONS .SH OPTIONS
.P .P
\fB-m\fR, \fB--modules\fR <directory> \fB-o\fR, \fB--output\fR <file>
.P
.RS 4
Specify directory where modules stored.\& Default is \fB/lib/modules\fR.\&
.P
.RE
\fB-s\fR, \fB--sources\fR <directory>
.RS 4
.P
Specify directory where tinyramfs stored files such as \fBdevice-helper\fR
and \fBinit\fR.\& Default is \fB/usr/share/tinyramfs\fR.\&
.P
.RE
\fB-o\fR, \fB--output\fR <output>
.P .P
.RS 4 .RS 4
Specify output location where initramfs image will be stored.\& Specify output location where initramfs image will be stored.\&
.P .P
.RE .RE
\fB-c\fR, \fB--config\fR <config> \fB-c\fR, \fB--config\fR <file>
.P .P
.RS 4 .RS 4
Specify config location.\& Default is \fB/etc/tinyramfs/config\fR.\& Specify config location.\& Default is \fB/etc/tinyramfs/config\fR.\&
@ -54,6 +41,13 @@ Specify kernel version.\& Useful for bootstraping future system with modular
kernel.\& Default is current kernel version.\& kernel.\& Default is current kernel version.\&
.P .P
.RE .RE
\fB-m\fR, \fB--modules\fR <directory>
.P
.RS 4
Specify directory where modules stored.\& Default is \fB/lib/modules\fR.\&
This option has no effect if \fBmonolith\fR or \fBhostonly\fR were enabled in config.\&
.P
.RE
\fB-H\fR, \fB--hooks\fR <directory> \fB-H\fR, \fB--hooks\fR <directory>
.P .P
.RS 4 .RS 4
@ -61,6 +55,18 @@ Specify additional hooks location.\& Default is \fB/usr/share/tinyramfs/hooks\fR
and \fB/etc/tinyramfs/hooks\fR.\& and \fB/etc/tinyramfs/hooks\fR.\&
.P .P
.RE .RE
\fB-D\fR, \fB--helper\fR <file>
.P
.RS 4
Specify location to device helper.\& Default is \fB/usr/share/tinyramfs/device-helper\fR.\&
.P
.RE
\fB-I\fR, \fB--init\fR <file>
.P
.RS 4
Specify location to init script.\& Default is \fB/usr/share/tinyramfs/init\fR.\&
.P
.RE
\fB-d\fR, \fB--debug\fR \fB-d\fR, \fB--debug\fR
.P .P
.RS 4 .RS 4

View File

@ -1,11 +1,11 @@
.\" Generated by scdoc 1.11.0 .\" Generated by scdoc 1.11.1
.\" Complete documentation for this program is not available as a GNU info page .\" Complete documentation for this program is not available as a GNU info page
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.nh .nh
.ad l .ad l
.\" Begin generated content: .\" Begin generated content:
.TH "tinyramfs.hooks" "7" "2020-09-08" .TH "tinyramfs.hooks" "7" "2021-05-10"
.P .P
.SH NAME .SH NAME
.P .P
@ -137,8 +137,9 @@ Sets \fBdevice\fR variable to full path of resolved UUID|LABEL|/dev/*|PARTUUID
- B: tmpdir - full path of tinyramfs working directory (initramfs rootfs in future) - B: tmpdir - full path of tinyramfs working directory (initramfs rootfs in future)
- B: kernel - kernel version - B: kernel - kernel version
- B: moddir - modules directory - B: moddir - modules directory
- B: init - path to init script
- B: helper - path to device-helper script
- B: config - config location - B: config - config location
- B: srcdir - directory of tinyramfs system files
- B: output - output path - B: output - output path
- BI: see tinyramfs\&.config(5) - BI: see tinyramfs\&.config(5)
.fi .fi