mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +00:00
Base: Unify synopsis format in manpages
This commit is contained in:
parent
5bc82c0185
commit
b80b6ffca0
9 changed files with 18 additions and 10 deletions
|
@ -4,8 +4,8 @@ adjtime - print remaining system clock adjustment, and optionally set it
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```sh
|
```**sh
|
||||||
adjtime [options...]
|
$ adjtime [options...]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
@ -4,7 +4,7 @@ beep - beep the pc speaker
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```sh
|
```**sh
|
||||||
$ beep
|
$ beep
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ echo - print the given text
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
`echo text...`
|
```**sh
|
||||||
|
$ echo text...
|
||||||
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ keymap - load a keyboard layout
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
# keymap [name|file]
|
$ keymap [name|file]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
@ -5,7 +5,7 @@ mkdir - create directories
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ mkdir [ options...] directories...
|
$ mkdir [options...] directories...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
@ -5,7 +5,7 @@ printf - format and print data
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
printf <format> [arguments...]
|
$ printf <format> [arguments...]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
@ -4,7 +4,9 @@ uname - print kernel information
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
`uname [-s] [-n] [-r] [-m] [-a]`
|
```**sh
|
||||||
|
$ uname [-s] [-n] [-r] [-m] [-a]`
|
||||||
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ watch - execute a program periodically
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
`watch [-n interval] [-t] [-b] command`
|
```**sh
|
||||||
|
$ watch [-n interval] [-t] [-b] command`
|
||||||
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ SystemServer - services configuration
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
`/etc/SystemServer.ini`
|
```**
|
||||||
|
/etc/SystemServer.ini
|
||||||
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue