From 650c46f76929724891f8e28df585f6cf4d86e700 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 4 May 2017 00:24:19 -0700 Subject: [PATCH] correct language a little --- lib/Sys/Linux/Namespace.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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