1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

Base: Fix Markdown casing in headings

This commit is contained in:
Ben Wiederhake 2021-09-11 14:10:20 +02:00 committed by Andreas Kling
parent 0e3f5d3778
commit 6fe82889fb
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ character. For instance, `\\%l` would render as `%l`.
All other characters are treated normally. All other characters are treated normally.
#### examples #### Examples
`less`'s current default prompt: `'?f%f :.(line %l)?e (END):.'` `less`'s current default prompt: `'?f%f :.(line %l)?e (END):.'`

View file

@ -74,9 +74,9 @@ Date: Mon Jan 20 22:12:04 2020 +0100
Kernel: Add a basic implementation of unveil() Kernel: Add a basic implementation of unveil()
``` ```
### syscall call-from verification ### Syscall call-from verification
[syscall call-from verification](https://marc.info/?l=openbsd-tech&m=157488907117170&w=2) is [Syscall call-from verification](https://marc.info/?l=openbsd-tech&m=157488907117170&w=2) is
a mitigation which originated from OpenBSD. a mitigation which originated from OpenBSD.
In short the kernel checks that all syscalls originate In short the kernel checks that all syscalls originate
from the address of the system's libc. This makes attacks from the address of the system's libc. This makes attacks