Fix spelling mistake in man page
This commit is contained in:
parent
820aece678
commit
6339985477
@ -516,6 +516,19 @@ index 99e9436..673738c 100644
|
||||
.SH "RETURN VALUE"
|
||||
On error \-1 is returned.
|
||||
On success 0 is returned.
|
||||
diff --git a/libselinux/man/man8/selinux.8 b/libselinux/man/man8/selinux.8
|
||||
index e89b1ef..9e3bdc4 100644
|
||||
--- a/libselinux/man/man8/selinux.8
|
||||
+++ b/libselinux/man/man8/selinux.8
|
||||
@@ -74,7 +74,7 @@ The best way to relabel the file system is to create the flag file
|
||||
and reboot.
|
||||
.BR system\-config\-selinux ,
|
||||
also has this capability. The
|
||||
-.BR restorcon / fixfiles
|
||||
+.BR restorecon / fixfiles
|
||||
commands are also available for relabeling files.
|
||||
.
|
||||
.SH AUTHOR
|
||||
diff --git a/libselinux/src/Makefile b/libselinux/src/Makefile
|
||||
index 02dd829..6dfdb46 100644
|
||||
--- a/libselinux/src/Makefile
|
||||
|
@ -10,7 +10,7 @@
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.2.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source: %{name}-%{version}.tgz
|
||||
@ -243,6 +243,9 @@ rm -rf %{buildroot}
|
||||
%{ruby_sitearch}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.2-6
|
||||
- Fix spelling mistake in man page
|
||||
|
||||
* Thu Feb 20 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.2-5
|
||||
- More go bindings
|
||||
- restorecon, getpidcon, setexeccon
|
||||
|
Loading…
Reference in New Issue
Block a user