summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man8
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man8')
-rw-r--r--Base/usr/share/man/man8/WebServer.md4
-rw-r--r--Base/usr/share/man/man8/usermod.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/Base/usr/share/man/man8/WebServer.md b/Base/usr/share/man/man8/WebServer.md
index a7b0ccf137..571e3a3fd5 100644
--- a/Base/usr/share/man/man8/WebServer.md
+++ b/Base/usr/share/man/man8/WebServer.md
@@ -8,7 +8,7 @@ WebServer - Serenity web server
$ WebServer [--listen-address listen_address] [--port port] [--user username] [--pass password] [path]
```
-## Options:
+## Options
* `--help`: Display help message and exit
* `--version`: Print version
@@ -17,7 +17,7 @@ $ WebServer [--listen-address listen_address] [--port port] [--user username] [-
* `-U username`, `--user username`: HTTP basic authentication username
* `-P password`, `--pass password`: HTTP basic authentication password
-## Arguments:
+## Arguments
* `path`: Path to serve the contents of
diff --git a/Base/usr/share/man/man8/usermod.md b/Base/usr/share/man/man8/usermod.md
index 10b20fe051..7831dd44ea 100644
--- a/Base/usr/share/man/man8/usermod.md
+++ b/Base/usr/share/man/man8/usermod.md
@@ -13,7 +13,7 @@ $ usermod [--uid uid] [--gid gid] [--lock] [--unlock] [--home new-home] [--move]
This program modifies an existing user account.
This program must be run as root.
-## Options:
+## Options
* `--help`: Display help message and exit
* `--version`: Print version
@@ -26,7 +26,7 @@ This program must be run as root.
* `-s path-to-shell`, `--shell path-to-shell`: The name of the user's new login shell
* `-n general-info`, `--gecos general-info`: Change the GECOS field of the user
-## Arguments:
+## Arguments
* `username`: Username of the account to modify