Message ID | 20190404211938.24183-1-plautrba@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | semanage/semanage-boolean.8: Fix a minor typo | expand |
On Thu, Apr 4, 2019 at 11:19 PM Petr Lautrbach <plautrba@redhat.com> wrote: > > boolan -> boolean > > Reported-by: Bogdan BOTEZ <bmbogdan@gmail.com> > Signed-off-by: Petr Lautrbach <plautrba@redhat.com> Acked-by: Nicolas Iooss <nicolas.iooss@m4x.org> > --- > python/semanage/semanage-boolean.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python/semanage/semanage-boolean.8 b/python/semanage/semanage-boolean.8 > index 99a6260b..1282d106 100644 > --- a/python/semanage/semanage-boolean.8 > +++ b/python/semanage/semanage-boolean.8 > @@ -45,7 +45,7 @@ Disable the boolean > > .SH EXAMPLE > .nf > -Turn on the apache can send mail boolan > +Turn on the apache can send mail boolean > # semanage boolean \-m \-\-on httpd_can_sendmail > > List customized booleans > -- > 2.21.0 >
Nicolas Iooss <nicolas.iooss@m4x.org> writes: > On Thu, Apr 4, 2019 at 11:19 PM Petr Lautrbach > <plautrba@redhat.com> wrote: >> >> boolan -> boolean >> >> Reported-by: Bogdan BOTEZ <bmbogdan@gmail.com> >> Signed-off-by: Petr Lautrbach <plautrba@redhat.com> > > Acked-by: Nicolas Iooss <nicolas.iooss@m4x.org> Merged. >> --- >> python/semanage/semanage-boolean.8 | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/python/semanage/semanage-boolean.8 >> b/python/semanage/semanage-boolean.8 >> index 99a6260b..1282d106 100644 >> --- a/python/semanage/semanage-boolean.8 >> +++ b/python/semanage/semanage-boolean.8 >> @@ -45,7 +45,7 @@ Disable the boolean >> >> .SH EXAMPLE >> .nf >> -Turn on the apache can send mail boolan >> +Turn on the apache can send mail boolean >> # semanage boolean \-m \-\-on httpd_can_sendmail >> >> List customized booleans >> -- >> 2.21.0 >>
diff --git a/python/semanage/semanage-boolean.8 b/python/semanage/semanage-boolean.8 index 99a6260b..1282d106 100644 --- a/python/semanage/semanage-boolean.8 +++ b/python/semanage/semanage-boolean.8 @@ -45,7 +45,7 @@ Disable the boolean .SH EXAMPLE .nf -Turn on the apache can send mail boolan +Turn on the apache can send mail boolean # semanage boolean \-m \-\-on httpd_can_sendmail List customized booleans
boolan -> boolean Reported-by: Bogdan BOTEZ <bmbogdan@gmail.com> Signed-off-by: Petr Lautrbach <plautrba@redhat.com> --- python/semanage/semanage-boolean.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)