From 99793174539e0630ca96f3d0ccfeffff15550d4c Mon Sep 17 00:00:00 2001 From: int3rrupt Date: Sun, 30 Jul 2017 08:24:36 -0700 Subject: [PATCH] Update sentence grammar Remove "never" from end of sentence and change "can't exceed to "can never exceed" --- SysCall/syscall-6.md | 2 +- contributors.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SysCall/syscall-6.md b/SysCall/syscall-6.md index d2ff7d0..7c5cbed 100644 --- a/SysCall/syscall-6.md +++ b/SysCall/syscall-6.md @@ -44,7 +44,7 @@ There are two types of limits: * `soft` * `hard` -The first provides actual limit for a resource of a process. The second is a ceiling value of a `soft` limit and can be set only by superuser. So, `soft` limit can't exceed related `hard` limit never. +The first provides actual limit for a resource of a process. The second is a ceiling value of a `soft` limit and can be set only by superuser. So, `soft` limit can never exceed related `hard` limit. Both these values are combined in the `rlimit` structure: diff --git a/contributors.md b/contributors.md index 05d630c..59aace9 100644 --- a/contributors.md +++ b/contributors.md @@ -105,3 +105,4 @@ Thank you to all contributors: * [Nathan Dautenhahn](https://github.com/ndauten) * [Sachin Patil](https://github.com/psachin) * [Stéphan Gorget](https://github.com/phantez) +* [Adrian Reyes](https://github.com/int3rrupt)