Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man pages: minor corrections (bsc#1224822) #193

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions man/permctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: permctl
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 05/15/2024
.\" Date: 05/22/2024
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "PERMCTL" "8" "05/15/2024" "\ \&" "\ \&"
.TH "PERMCTL" "8" "05/22/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -109,19 +109,19 @@ permctl \-\-set /usr/share/permissions/permissions /usr/share/permissions/permis
.RE
.\}
.sp
Parses the files /usr/share/permissions/permissions and /usr/share/permissions/permissions and sets the file permissions for all files listed there\&.
Parses the supplied permission configuration files and applies the permission settings for all files listed there\&.
.sp
.if n \{\
.RS 4
.\}
.nf
permctl \-\-system /bin/ping
permctl \-\-system /usr/bin/ping
.fi
.if n \{\
.RE
.\}
.sp
Run in system mode and only correct permissions of /bin/ping\&.
Run in system mode and only correct permissions of /usr/bin/ping\&.
.SH "SEE ALSO"
.sp
permissions(5)
Expand Down
9 changes: 4 additions & 5 deletions man/permctl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,14 @@ EXAMPLES
permctl --set /usr/share/permissions/permissions /usr/share/permissions/permissions.secure
----

Parses the files /usr/share/permissions/permissions and
/usr/share/permissions/permissions and sets the file permissions for all files
listed there.
Parses the supplied permission configuration files and applies the permission
settings for all files listed there.

----
permctl --system /bin/ping
permctl --system /usr/bin/ping
----

Run in system mode and only correct permissions of /bin/ping.
Run in system mode and only correct permissions of /usr/bin/ping.

SEE ALSO
--------
Expand Down
6 changes: 3 additions & 3 deletions man/permissions.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: permissions
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 04/30/2024
.\" Date: 05/22/2024
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "PERMISSIONS" "5" "04/30/2024" "\ \&" "\ \&"
.TH "PERMISSIONS" "5" "05/22/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -181,7 +181,7 @@ bits and most capabilities\&. It is intended for power users that want to add ba
setuid
bits via the
\fI/etc/permissions\&.local\fR
file\&. This profile is not intended to be used as\-is\&.
file\&. This profile is not intended to be used as\-is, as it will likely break the system without careful tuning\&.
.RE
.SH "EXAMPLES"
.sp
Expand Down