Skip to content

Commit 6023bc9

Browse files
authored
Merge pull request 0xAX#500 from int3rrupt/syscall-fix
Update sentence grammar
2 parents 0c1a6c5 + 9979317 commit 6023bc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: SysCall/syscall-6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are two types of limits:
4444
* `soft`
4545
* `hard`
4646
47-
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.
47+
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.
4848
4949
Both these values are combined in the `rlimit` structure:
5050

Diff for: contributors.md

+1
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ Thank you to all contributors:
105105
* [Nathan Dautenhahn](https://github.com/ndauten)
106106
* [Sachin Patil](https://github.com/psachin)
107107
* [Stéphan Gorget](https://github.com/phantez)
108+
* [Adrian Reyes](https://github.com/int3rrupt)

0 commit comments

Comments
 (0)