summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man8
diff options
context:
space:
mode:
authorTim Ledbetter <timledbetter@gmail.com>2023-03-30 23:06:56 +0100
committerSam Atkins <atkinssj@gmail.com>2023-04-01 11:49:57 +0100
commita5b9fb28c2f29506d4c7c60b78286737f93dd92e (patch)
treefa0a779eece3df56bd13e4097e55316e2c7e9bf1 /Base/usr/share/man/man8
parent8f253a745e412cd34fa5aae992939dcb9ff3c47b (diff)
downloadserenity-a5b9fb28c2f29506d4c7c60b78286737f93dd92e.zip
Base: Remove trailing colons from man page headings
Most man pages don't have these, so removing them where they do exist makes things more consistent.
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