update docs

This commit is contained in:
illiliti 2020-09-08 22:34:45 +03:00
parent a5c5f34a66
commit 55e32d6457
2 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
.nh
.ad l
.\" Begin generated content:
.TH "tinyramfs.hooks" "7" "2020-09-07"
.TH "tinyramfs.hooks" "7" "2020-09-08"
.P
.SH NAME
.P
@ -111,9 +111,9 @@ tinyramfs working directory.\& Otherwise error message will appear.\&
.RS 4
<file> must be full path to file.\&
.P
<destination> must be directory where <file> should be stored.\& Tinyramfs
will automatically create that directory if it doesn't exist already.\& Also
no need to prepend path of tinyramfs working directory.\&
<destination> must be full path where <file> should be stored.\& Tinyramfs
will automatically create all leading directories if they aren't exist
already.\& Also no need to prepend path of tinyramfs working directory.\&
.P
<mode> permissions in octal format.\&
.P
@ -125,7 +125,7 @@ exists or failed to strip binary.\&
.SS I: resolve_device <UUID|LABEL|/dev/\*|PARTUUID>
.P
.RS 4
Resolves UUID|LABEL|/dev/*|PARTUUID to full path of /dev device
Sets \fBdevice\fR variable to full path of resolved UUID|LABEL|/dev/*|PARTUUID
.P
.RE
.SH VARIABLES

View File

@ -58,9 +58,9 @@ interact with build and init system.
<file> must be full path to file.
<destination> must be directory where <file> should be stored. Tinyramfs
will automatically create that directory if it doesn't exist already. Also
no need to prepend path of tinyramfs working directory.
<destination> must be full path where <file> should be stored. Tinyramfs
will automatically create all leading directories if they aren't exist
already. Also no need to prepend path of tinyramfs working directory.
<mode> permissions in octal format.
@ -70,7 +70,7 @@ interact with build and init system.
## I: resolve_device <UUID|LABEL|/dev/\*|PARTUUID>
Resolves UUID|LABEL|/dev/\*|PARTUUID to full path of /dev device
Sets *device* variable to full path of resolved UUID|LABEL|/dev/\*|PARTUUID
# VARIABLES