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)