All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Modified Russian and English man pages to fix typo; REQUIREUSERS -> REQUIRESEUSERS
@ 2021-11-24  2:40 Jacob M Cutright
  2021-11-24  9:41 ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob M Cutright @ 2021-11-24  2:40 UTC (permalink / raw)
  To: selinux; +Cc: Cutright Jacob

From: Cutright Jacob <cutrightjm@stl.sh>

Signed-off-by: Jacob M Cutright <cutrightjm@stl.sh>
---
 policycoreutils/man/man5/selinux_config.5    | 2 +-
 policycoreutils/man/ru/man5/selinux_config.5 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policycoreutils/man/man5/selinux_config.5 b/policycoreutils/man/man5/selinux_config.5
index 58b42a0e..f391befb 100644
--- a/policycoreutils/man/man5/selinux_config.5
+++ b/policycoreutils/man/man5/selinux_config.5
@@ -32,7 +32,7 @@ The \fIconfig\fR file supports the following parameters:
 .br
 \fBSELINUXTYPE = \fIpolicy_name\fR
 .br
-\fBREQUIREUSERS = \fI0\fR | \fI1\fR
+\fBREQUIRESEUSERS = \fI0\fR | \fI1\fR
 .br
 \fBAUTORELABEL = \fI0\fR | \fI1\fR
 .RE
diff --git a/policycoreutils/man/ru/man5/selinux_config.5 b/policycoreutils/man/ru/man5/selinux_config.5
index 40039e57..8c0db9ae 100644
--- a/policycoreutils/man/ru/man5/selinux_config.5
+++ b/policycoreutils/man/ru/man5/selinux_config.5
@@ -34,7 +34,7 @@ config \- файл конфигурации подсистемы SELinux.
 .br
 \fBSELINUXTYPE = \fIpolicy_name\fR
 .br
-\fBREQUIREUSERS = \fI0\fR | \fI1\fR
+\fBREQUIRESEUSERS = \fI0\fR | \fI1\fR
 .br
 \fBAUTORELABEL = \fI0\fR | \fI1\fR
 .RE
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Modified Russian and English man pages to fix typo; REQUIREUSERS -> REQUIRESEUSERS
  2021-11-24  2:40 [PATCH] Modified Russian and English man pages to fix typo; REQUIREUSERS -> REQUIRESEUSERS Jacob M Cutright
@ 2021-11-24  9:41 ` Petr Lautrbach
  2021-11-29 17:52   ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Lautrbach @ 2021-11-24  9:41 UTC (permalink / raw)
  To: Jacob M Cutright, selinux

Jacob M Cutright <cutrightjm@stl.sh> writes:

> From: Cutright Jacob <cutrightjm@stl.sh>
>
> Signed-off-by: Jacob M Cutright <cutrightjm@stl.sh>

Acked-by: Petr Lautrbach <plautrba@redhat.com>

Thanks!


> ---
>  policycoreutils/man/man5/selinux_config.5    | 2 +-
>  policycoreutils/man/ru/man5/selinux_config.5 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/policycoreutils/man/man5/selinux_config.5 b/policycoreutils/man/man5/selinux_config.5
> index 58b42a0e..f391befb 100644
> --- a/policycoreutils/man/man5/selinux_config.5
> +++ b/policycoreutils/man/man5/selinux_config.5
> @@ -32,7 +32,7 @@ The \fIconfig\fR file supports the following parameters:
>  .br
>  \fBSELINUXTYPE = \fIpolicy_name\fR
>  .br
> -\fBREQUIREUSERS = \fI0\fR | \fI1\fR
> +\fBREQUIRESEUSERS = \fI0\fR | \fI1\fR
>  .br
>  \fBAUTORELABEL = \fI0\fR | \fI1\fR
>  .RE
> diff --git a/policycoreutils/man/ru/man5/selinux_config.5 b/policycoreutils/man/ru/man5/selinux_config.5
> index 40039e57..8c0db9ae 100644
> --- a/policycoreutils/man/ru/man5/selinux_config.5
> +++ b/policycoreutils/man/ru/man5/selinux_config.5
> @@ -34,7 +34,7 @@ config \- файл конфигурации подсистемы SELinux.
>  .br
>  \fBSELINUXTYPE = \fIpolicy_name\fR
>  .br
> -\fBREQUIREUSERS = \fI0\fR | \fI1\fR
> +\fBREQUIRESEUSERS = \fI0\fR | \fI1\fR
>  .br
>  \fBAUTORELABEL = \fI0\fR | \fI1\fR
>  .RE
> -- 
> 2.27.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Modified Russian and English man pages to fix typo; REQUIREUSERS -> REQUIRESEUSERS
  2021-11-24  9:41 ` Petr Lautrbach
@ 2021-11-29 17:52   ` Petr Lautrbach
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Lautrbach @ 2021-11-29 17:52 UTC (permalink / raw)
  To: Jacob M Cutright, selinux

Petr Lautrbach <plautrba@redhat.com> writes:

> Jacob M Cutright <cutrightjm@stl.sh> writes:
>
>> From: Cutright Jacob <cutrightjm@stl.sh>
>>
>> Signed-off-by: Jacob M Cutright <cutrightjm@stl.sh>
>
> Acked-by: Petr Lautrbach <plautrba@redhat.com>
>
> Thanks!

Merged.

>
>> ---
>>  policycoreutils/man/man5/selinux_config.5    | 2 +-
>>  policycoreutils/man/ru/man5/selinux_config.5 | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/policycoreutils/man/man5/selinux_config.5 b/policycoreutils/man/man5/selinux_config.5
>> index 58b42a0e..f391befb 100644
>> --- a/policycoreutils/man/man5/selinux_config.5
>> +++ b/policycoreutils/man/man5/selinux_config.5
>> @@ -32,7 +32,7 @@ The \fIconfig\fR file supports the following parameters:
>>  .br
>>  \fBSELINUXTYPE = \fIpolicy_name\fR
>>  .br
>> -\fBREQUIREUSERS = \fI0\fR | \fI1\fR
>> +\fBREQUIRESEUSERS = \fI0\fR | \fI1\fR
>>  .br
>>  \fBAUTORELABEL = \fI0\fR | \fI1\fR
>>  .RE
>> diff --git a/policycoreutils/man/ru/man5/selinux_config.5 b/policycoreutils/man/ru/man5/selinux_config.5
>> index 40039e57..8c0db9ae 100644
>> --- a/policycoreutils/man/ru/man5/selinux_config.5
>> +++ b/policycoreutils/man/ru/man5/selinux_config.5
>> @@ -34,7 +34,7 @@ config \- файл конфигурации подсистемы SELinux.
>>  .br
>>  \fBSELINUXTYPE = \fIpolicy_name\fR
>>  .br
>> -\fBREQUIREUSERS = \fI0\fR | \fI1\fR
>> +\fBREQUIRESEUSERS = \fI0\fR | \fI1\fR
>>  .br
>>  \fBAUTORELABEL = \fI0\fR | \fI1\fR
>>  .RE
>> -- 
>> 2.27.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-29 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24  2:40 [PATCH] Modified Russian and English man pages to fix typo; REQUIREUSERS -> REQUIRESEUSERS Jacob M Cutright
2021-11-24  9:41 ` Petr Lautrbach
2021-11-29 17:52   ` Petr Lautrbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.