Base: Remove misplaced backtick in syscall(1)
This commit is contained in:
parent
ba98666b05
commit
b0bbdc53e9
Notes:
sideshowbarker
2024-07-19 10:32:07 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b0bbdc53e93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue