1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00

Base: Remove misplaced backtick in syscall(1)

This commit is contained in:
Andreas Kling 2019-12-30 14:15:18 +01:00
parent ba98666b05
commit b0bbdc53e9

View file

@ -5,7 +5,7 @@ syscall - test a system call
## Synopsis
```**sh
$ syscall [-o] [-l] [-h] <syscall-name> <args...> [buf==BUFSIZ buffer]`
$ syscall [-o] [-l] [-h] <syscall-name> <args...> [buf==BUFSIZ buffer]
```
## Description