1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-20 10:02:08 +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 ## Synopsis
```**sh ```**sh
$ syscall [-o] [-l] [-h] <syscall-name> <args...> [buf==BUFSIZ buffer]` $ syscall [-o] [-l] [-h] <syscall-name> <args...> [buf==BUFSIZ buffer]
``` ```
## Description ## Description