From aae047e347f1bd7be246420b0a3c0a0b0bda5db3 Mon Sep 17 00:00:00 2001 From: Kyle Anthony Williams Date: Tue, 1 Feb 2022 14:33:26 -0500 Subject: Base: Move WebServer man page to section 8 --- Base/usr/share/man/man1/WebServer.md | 24 ------------------------ Base/usr/share/man/man8/WebServer.md | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 Base/usr/share/man/man1/WebServer.md create mode 100644 Base/usr/share/man/man8/WebServer.md (limited to 'Base') diff --git a/Base/usr/share/man/man1/WebServer.md b/Base/usr/share/man/man1/WebServer.md deleted file mode 100644 index 11a4797ddb..0000000000 --- a/Base/usr/share/man/man1/WebServer.md +++ /dev/null @@ -1,24 +0,0 @@ -## Name - -WebServer - -## Synopsis - -```sh -$ WebServer [--listen-address listen_address] [--port port] [--user username] [--pass password] [path] -``` - -## Options: - -* `--help`: Display help message and exit -* `--version`: Print version -* `-l listen_address`, `--listen-address listen_address`: IP address to listen on -* `-p port`, `--port port`: Port to listen on -* `-U username`, `--user username`: HTTP basic authentication username -* `-P password`, `--pass password`: HTTP basic authentication password - -## Arguments: - -* `path`: Path to serve the contents of - - diff --git a/Base/usr/share/man/man8/WebServer.md b/Base/usr/share/man/man8/WebServer.md new file mode 100644 index 0000000000..11a4797ddb --- /dev/null +++ b/Base/usr/share/man/man8/WebServer.md @@ -0,0 +1,24 @@ +## Name + +WebServer + +## Synopsis + +```sh +$ WebServer [--listen-address listen_address] [--port port] [--user username] [--pass password] [path] +``` + +## Options: + +* `--help`: Display help message and exit +* `--version`: Print version +* `-l listen_address`, `--listen-address listen_address`: IP address to listen on +* `-p port`, `--port port`: Port to listen on +* `-U username`, `--user username`: HTTP basic authentication username +* `-P password`, `--pass password`: HTTP basic authentication password + +## Arguments: + +* `path`: Path to serve the contents of + + -- cgit v1.2.3