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
Notes: sideshowbarker 2024-07-19 10:32:07 +09:00

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