diff --git a/lib/Sys/Linux/Namespace.pm b/lib/Sys/Linux/Namespace.pm index e163d96..e5fec87 100644 --- a/lib/Sys/Linux/Namespace.pm +++ b/lib/Sys/Linux/Namespace.pm @@ -152,7 +152,7 @@ Sys::Linux::Namespace - A Module for setting up linux namespaces =head1 REQUIREMENTS -This module requires your script to either have CAP_SYS_ADMIN, usually by running as C. Without that it will fail to setup the namespaces and cause your program to exit. +This module requires your script to have CAP_SYS_ADMIN, usually by running as C. Without that it will fail to setup the namespaces and cause your program to exit. =head1 METHODS