mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-13 06:17:17 +00:00
libselinux: Fix typo in sefcontext_compile.8
The man page contains 'prce' instead of 'pcre' Reported-by: Milos Malik <mmalik@redhat.com> Signed-off-by: Petr Lautrbach <plautrba@redhat.com> Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
This commit is contained in:
parent
8b3d0ed43c
commit
f86707ead7
@ -13,14 +13,14 @@ sefcontext_compile \- compile file context regular expression files
|
||||
.SH "DESCRIPTION"
|
||||
.B sefcontext_compile
|
||||
is used to compile file context regular expressions into
|
||||
.BR prce (3)
|
||||
.BR pcre (3)
|
||||
format.
|
||||
.sp
|
||||
The compiled file is used by libselinux file labeling functions.
|
||||
.sp
|
||||
By default
|
||||
.B sefcontext_compile
|
||||
writes the compiled prce file with the
|
||||
writes the compiled pcre file with the
|
||||
.B .bin
|
||||
suffix appended (e.g. \fIinputfile\fB.bin\fR).
|
||||
.SH OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user