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

View File

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