Fix mkinitrd(8) documentation typos.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-10-09 19:18:23 +02:00
parent 0b39852469
commit 50669b1556
1 changed files with 6 additions and 6 deletions

View File

@ -26,12 +26,12 @@ format of files and directories.
Every specified Every specified
.Ar directory .Ar directory
is used as a root directory and is recursively searched for files and is used as a root directory and is recursively searched for files and
directories matching the filter. If multiple directories are specified, the directories matching the filter. If multiple directories are specified, the
directories are merged together. In case two files with the same path conflict, directories are merged together. In case two files with the same path conflict,
precedence is given to the file in the root directory specified first. precedence is given to the file in the root directory specified first.
.Pp .Pp
Hardlinks are detected and preserved to avoid data duplication. Hardlinks are detected and preserved to avoid data duplication.
Inode times are truncated to second precision due to format limitations. Inode Inode times are truncated to second precision due to format limitations. Inodes
are stored with uid 0 and gid 0 of the root user. The format is not compressed are stored with uid 0 and gid 0 of the root user. The format is not compressed
but can be compressed externally if it is decompressed during bootloading. but can be compressed externally if it is decompressed during bootloading.
.Pp .Pp
@ -70,11 +70,11 @@ at the specified
.Ar destination . .Ar destination .
.El .El
.Sh FILTER RULES .Sh FILTER RULES
The rule format is line based and leading whitespace is skipped. Lines starting The rule format is line based and leading whitespace is skipped. Lines starting
with a with a
.Li # .Li #
character are ignored as comments. The first word on a line must be one of character are ignored as comments. The first word on a line must be one of
the following commands and the rest of the line is its parameter. Trailing the following commands and the rest of the line is its parameter. Trailing
whitespace is not ignored. whitespace is not ignored.
.Bl -tag -width "12345678" .Bl -tag -width "12345678"
.It Sy default Ar boolean .It Sy default Ar boolean