diff options
author | Nicolas Iooss <nicolas.iooss@m4x.org> | 2014-05-23 20:10:05 +0200 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2014-06-12 08:20:41 -0400 |
commit | 78c9c97ab95e71b37ade2fbc162ca405d76c2b74 (patch) | |
tree | c32ea6fc1459f7cbbd3ba953ffa801d2fc6b8f57 | |
parent | 74d27a97338649951108727a0a142b260ce9a28b (diff) | |
download | android_external_selinux-78c9c97ab95e71b37ade2fbc162ca405d76c2b74.tar.gz android_external_selinux-78c9c97ab95e71b37ade2fbc162ca405d76c2b74.tar.bz2 android_external_selinux-78c9c97ab95e71b37ade2fbc162ca405d76c2b74.zip |
libselinux: fix typo in man page
-rw-r--r-- | libselinux/man/man8/selinux.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libselinux/man/man8/selinux.8 b/libselinux/man/man8/selinux.8 index e89b1eff..9e3bdc45 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 |