summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man1/adjtime.md4
-rw-r--r--Base/usr/share/man/man1/beep.md2
-rw-r--r--Base/usr/share/man/man1/echo.md4
-rw-r--r--Base/usr/share/man/man1/keymap.md2
-rw-r--r--Base/usr/share/man/man1/mkdir.md2
-rw-r--r--Base/usr/share/man/man1/printf.md2
-rw-r--r--Base/usr/share/man/man1/uname.md4
-rw-r--r--Base/usr/share/man/man1/watch.md4
-rw-r--r--Base/usr/share/man/man5/SystemServer.md4
9 files changed, 18 insertions, 10 deletions
diff --git a/Base/usr/share/man/man1/adjtime.md b/Base/usr/share/man/man1/adjtime.md
index 62346ced94..463899ab77 100644
--- a/Base/usr/share/man/man1/adjtime.md
+++ b/Base/usr/share/man/man1/adjtime.md
@@ -4,8 +4,8 @@ adjtime - print remaining system clock adjustment, and optionally set it
## Synopsis
-```sh
-adjtime [options...]
+```**sh
+$ adjtime [options...]
```
## Description
diff --git a/Base/usr/share/man/man1/beep.md b/Base/usr/share/man/man1/beep.md
index 4905541c1e..802c249e0a 100644
--- a/Base/usr/share/man/man1/beep.md
+++ b/Base/usr/share/man/man1/beep.md
@@ -4,7 +4,7 @@ beep - beep the pc speaker
## Synopsis
-```sh
+```**sh
$ beep
```
diff --git a/Base/usr/share/man/man1/echo.md b/Base/usr/share/man/man1/echo.md
index d14033b9a5..34b296b5c1 100644
--- a/Base/usr/share/man/man1/echo.md
+++ b/Base/usr/share/man/man1/echo.md
@@ -4,7 +4,9 @@ echo - print the given text
## Synopsis
-`echo text...`
+```**sh
+$ echo text...
+```
## Description
diff --git a/Base/usr/share/man/man1/keymap.md b/Base/usr/share/man/man1/keymap.md
index 7f139021be..d4b3890490 100644
--- a/Base/usr/share/man/man1/keymap.md
+++ b/Base/usr/share/man/man1/keymap.md
@@ -5,7 +5,7 @@ keymap - load a keyboard layout
## Synopsis
```**sh
-# keymap [name|file]
+$ keymap [name|file]
```
## Description
diff --git a/Base/usr/share/man/man1/mkdir.md b/Base/usr/share/man/man1/mkdir.md
index c50befaefb..485d6d7607 100644
--- a/Base/usr/share/man/man1/mkdir.md
+++ b/Base/usr/share/man/man1/mkdir.md
@@ -5,7 +5,7 @@ mkdir - create directories
## Synopsis
```**sh
-$ mkdir [ options...] directories...
+$ mkdir [options...] directories...
```
## Description
diff --git a/Base/usr/share/man/man1/printf.md b/Base/usr/share/man/man1/printf.md
index abf5cd466d..fe90d15367 100644
--- a/Base/usr/share/man/man1/printf.md
+++ b/Base/usr/share/man/man1/printf.md
@@ -5,7 +5,7 @@ printf - format and print data
## Synopsis
```**sh
-printf <format> [arguments...]
+$ printf <format> [arguments...]
```
## Description
diff --git a/Base/usr/share/man/man1/uname.md b/Base/usr/share/man/man1/uname.md
index 85bd7103e8..6f67c1cb19 100644
--- a/Base/usr/share/man/man1/uname.md
+++ b/Base/usr/share/man/man1/uname.md
@@ -4,7 +4,9 @@ uname - print kernel information
## Synopsis
-`uname [-s] [-n] [-r] [-m] [-a]`
+```**sh
+$ uname [-s] [-n] [-r] [-m] [-a]`
+```
## Description
diff --git a/Base/usr/share/man/man1/watch.md b/Base/usr/share/man/man1/watch.md
index 47d461516f..bed2ae1c7a 100644
--- a/Base/usr/share/man/man1/watch.md
+++ b/Base/usr/share/man/man1/watch.md
@@ -4,7 +4,9 @@ watch - execute a program periodically
## Synopsis
-`watch [-n interval] [-t] [-b] command`
+```**sh
+$ watch [-n interval] [-t] [-b] command`
+```
## Description
diff --git a/Base/usr/share/man/man5/SystemServer.md b/Base/usr/share/man/man5/SystemServer.md
index aff3c95ca8..ebbf62335f 100644
--- a/Base/usr/share/man/man5/SystemServer.md
+++ b/Base/usr/share/man/man5/SystemServer.md
@@ -4,7 +4,9 @@ SystemServer - services configuration
## Synopsis
-`/etc/SystemServer.ini`
+```**
+/etc/SystemServer.ini
+```
## Description