kkz <izhaoshuang@xxxxxxx> writes: > From: kkz <zhaoshuang@xxxxxxxxxxxxx> > > Signed-off-by: kkz <zhaoshuang@xxxxxxxxxxxxx> Signed-off-by: needs to contain your real name - no pseudonyms or anonymous contributions. Without this it doesn't serve its purpose, see https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1 > --- > python/sepolicy/sepolicy/templates/script.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py > index c79738b8..564a6b38 100644 > --- a/python/sepolicy/sepolicy/templates/script.py > +++ b/python/sepolicy/sepolicy/templates/script.py > @@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil > """ > > manpage="""\ > -# Generate a man page off the installed module > +# Generate a man page of the installed module > sepolicy manpage -p . -d DOMAINTYPE_t > """ > > -- > 2.20.1