summaryrefslogtreecommitdiff
path: root/Base/usr/share
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2022-03-23 23:37:27 +0430
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2022-03-26 21:34:56 +0430
commit37073437c1fb6660e188805300ca0ef59696efca (patch)
tree450565167c7872c72bc1d757ef075a3291c88a9a /Base/usr/share
parentda12acfa786d78c2bb1a4a5ffe67e90c2e069712 (diff)
downloadserenity-37073437c1fb6660e188805300ca0ef59696efca.zip
Base: Regenerate automatically generated manpages
Diffstat (limited to 'Base/usr/share')
-rw-r--r--Base/usr/share/man/man1/UserspaceEmulator.md1
-rw-r--r--Base/usr/share/man/man1/config.md1
-rw-r--r--Base/usr/share/man/man1/fortune.md1
-rw-r--r--Base/usr/share/man/man1/grep.md1
-rw-r--r--Base/usr/share/man/man1/gunzip.md1
-rw-r--r--Base/usr/share/man/man1/gzip.md1
-rw-r--r--Base/usr/share/man/man1/ifconfig.md1
-rw-r--r--Base/usr/share/man/man1/lsof.md1
-rw-r--r--Base/usr/share/man/man1/nc.md1
-rw-r--r--Base/usr/share/man/man1/netstat.md1
-rw-r--r--Base/usr/share/man/man1/nl.md1
-rw-r--r--Base/usr/share/man/man1/ntpquery.md1
-rw-r--r--Base/usr/share/man/man1/passwd.md1
-rw-r--r--Base/usr/share/man/man1/profile.md1
-rw-r--r--Base/usr/share/man/man1/readelf.md1
-rw-r--r--Base/usr/share/man/man1/shot.md1
-rw-r--r--Base/usr/share/man/man1/sql.md1
-rw-r--r--Base/usr/share/man/man1/strace.md1
-rw-r--r--Base/usr/share/man/man1/tail.md1
-rw-r--r--Base/usr/share/man/man1/tr.md1
-rw-r--r--Base/usr/share/man/man1/traceroute.md1
-rw-r--r--Base/usr/share/man/man1/tree.md1
-rw-r--r--Base/usr/share/man/man1/truncate.md1
-rw-r--r--Base/usr/share/man/man1/utmpupdate.md1
24 files changed, 24 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/UserspaceEmulator.md b/Base/usr/share/man/man1/UserspaceEmulator.md
index 0b3111283d..48828a9a4e 100644
--- a/Base/usr/share/man/man1/UserspaceEmulator.md
+++ b/Base/usr/share/man/man1/UserspaceEmulator.md
@@ -12,6 +12,7 @@ $ UserspaceEmulator [--report-to-debug] [--pause] [--profile] [--profile-interva
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `--report-to-debug`: Write reports to the debug log
* `-p`, `--pause`: Pause on startup
* `--profile`: Generate a ProfileViewer-compatible profile
diff --git a/Base/usr/share/man/man1/config.md b/Base/usr/share/man/man1/config.md
index 4386d6b714..7fe5f14a99 100644
--- a/Base/usr/share/man/man1/config.md
+++ b/Base/usr/share/man/man1/config.md
@@ -16,6 +16,7 @@ Show or modify values in the configuration files through ConfigServer.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-r`, `--remove`: Remove key
## Arguments:
diff --git a/Base/usr/share/man/man1/fortune.md b/Base/usr/share/man/man1/fortune.md
index 5d20775aa0..a6a6b1a8d0 100644
--- a/Base/usr/share/man/man1/fortune.md
+++ b/Base/usr/share/man/man1/fortune.md
@@ -16,6 +16,7 @@ Open a fortune cookie, receive a free quote for the day!
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
## Arguments:
diff --git a/Base/usr/share/man/man1/grep.md b/Base/usr/share/man/man1/grep.md
index 3b3c09fd22..9bf74cc752 100644
--- a/Base/usr/share/man/man1/grep.md
+++ b/Base/usr/share/man/man1/grep.md
@@ -12,6 +12,7 @@ $ grep [--recursive] [--extended-regexp] [--regexp Pattern] [-i] [--line-numbers
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-r`, `--recursive`: Recursively scan files
* `-E`, `--extended-regexp`: Extended regular expressions
* `-e Pattern`, `--regexp Pattern`: Pattern
diff --git a/Base/usr/share/man/man1/gunzip.md b/Base/usr/share/man/man1/gunzip.md
index 3fbcda4be2..9651958dca 100644
--- a/Base/usr/share/man/man1/gunzip.md
+++ b/Base/usr/share/man/man1/gunzip.md
@@ -12,6 +12,7 @@ $ gunzip [--keep] [--stdout] <FILE...>
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-k`, `--keep`: Keep (don't delete) input files
* `-c`, `--stdout`: Write to stdout, keep original files unchanged
diff --git a/Base/usr/share/man/man1/gzip.md b/Base/usr/share/man/man1/gzip.md
index 32f80f2f55..5f0a290ba0 100644
--- a/Base/usr/share/man/man1/gzip.md
+++ b/Base/usr/share/man/man1/gzip.md
@@ -12,6 +12,7 @@ $ gzip [--keep] [--stdout] [--decompress] <FILES...>
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-k`, `--keep`: Keep (don't delete) input files
* `-c`, `--stdout`: Write to stdout, keep original files unchanged
* `-d`, `--decompress`: Decompress
diff --git a/Base/usr/share/man/man1/ifconfig.md b/Base/usr/share/man/man1/ifconfig.md
index 7e77af027f..e7d0dd3a0a 100644
--- a/Base/usr/share/man/man1/ifconfig.md
+++ b/Base/usr/share/man/man1/ifconfig.md
@@ -16,6 +16,7 @@ Display or modify the configuration of each network interface.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-i ip`, `--ipv4 ip`: Set the IP address of the selected network
* `-a adapter`, `--adapter adapter`: Select a specific network adapter to configure
* `-g gateway`, `--gateway gateway`: Set the default gateway of the selected network
diff --git a/Base/usr/share/man/man1/lsof.md b/Base/usr/share/man/man1/lsof.md
index 0a9baf2b9d..b96c47e1e5 100644
--- a/Base/usr/share/man/man1/lsof.md
+++ b/Base/usr/share/man/man1/lsof.md
@@ -16,6 +16,7 @@ List open files of a processes. This can mean actual files in the file system, s
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-p pid`: Select by PID
* `-d fd`: Select by file descriptor
* `-u login/UID`: Select by login/UID
diff --git a/Base/usr/share/man/man1/nc.md b/Base/usr/share/man/man1/nc.md
index 7aba78aecd..ac4311265f 100644
--- a/Base/usr/share/man/man1/nc.md
+++ b/Base/usr/share/man/man1/nc.md
@@ -16,6 +16,7 @@ Network cat: Connect to network sockets as if it were a file.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-l`, `--listen`: Listen instead of connecting
* `-v`, `--verbose`: Log everything that's happening
* `-u`, `--udp`: UDP mode
diff --git a/Base/usr/share/man/man1/netstat.md b/Base/usr/share/man/man1/netstat.md
index 036dc5d527..d94755e0ed 100644
--- a/Base/usr/share/man/man1/netstat.md
+++ b/Base/usr/share/man/man1/netstat.md
@@ -16,6 +16,7 @@ Display network connections
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-a`, `--all`: Display both listening and non-listening sockets
* `-l`, `--list`: Display only listening sockets
* `-t`, `--tcp`: Display only TCP network connections
diff --git a/Base/usr/share/man/man1/nl.md b/Base/usr/share/man/man1/nl.md
index 67a1c4c775..f019fbc07c 100644
--- a/Base/usr/share/man/man1/nl.md
+++ b/Base/usr/share/man/man1/nl.md
@@ -12,6 +12,7 @@ $ nl [--body-numbering style] [--increment number] [--separator string] [--start
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-b style`, `--body-numbering style`: Line numbering style: 't' for non-empty lines, 'a' for all lines, 'n' for no lines
* `-i number`, `--increment number`: Line count increment
* `-s string`, `--separator string`: Separator between line numbers and lines
diff --git a/Base/usr/share/man/man1/ntpquery.md b/Base/usr/share/man/man1/ntpquery.md
index 79325ef21f..ce7177deda 100644
--- a/Base/usr/share/man/man1/ntpquery.md
+++ b/Base/usr/share/man/man1/ntpquery.md
@@ -12,6 +12,7 @@ $ ntpquery [--adjust] [--set] [--verbose] [host]
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-a`, `--adjust`: Gradually adjust system time (requires root)
* `-s`, `--set`: Immediately set system time (requires root)
* `-v`, `--verbose`: Verbose output
diff --git a/Base/usr/share/man/man1/passwd.md b/Base/usr/share/man/man1/passwd.md
index d2343f2101..1ef74f95c5 100644
--- a/Base/usr/share/man/man1/passwd.md
+++ b/Base/usr/share/man/man1/passwd.md
@@ -16,6 +16,7 @@ Modify an account password.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-d`, `--delete`: Delete password
* `-l`, `--lock`: Lock password
* `-u`, `--unlock`: Unlock password
diff --git a/Base/usr/share/man/man1/profile.md b/Base/usr/share/man/man1/profile.md
index c1d58cf55b..5b3bd45b53 100644
--- a/Base/usr/share/man/man1/profile.md
+++ b/Base/usr/share/man/man1/profile.md
@@ -12,6 +12,7 @@ $ profile [-p PID] [-a] [-e] [-d] [-f] [-w] [-c command] [-t event_type]
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-p PID`: Target PID
* `-a`: Profile all processes (super-user only), result at /proc/profile
* `-e`: Enable
diff --git a/Base/usr/share/man/man1/readelf.md b/Base/usr/share/man/man1/readelf.md
index 08effd75ac..bfcac669ec 100644
--- a/Base/usr/share/man/man1/readelf.md
+++ b/Base/usr/share/man/man1/readelf.md
@@ -12,6 +12,7 @@ $ readelf [--all] [--file-header] [--program-headers] [--section-headers] [--hea
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-a`, `--all`: Display all
* `-h`, `--file-header`: Display ELF header
* `-l`, `--program-headers`: Display program headers
diff --git a/Base/usr/share/man/man1/shot.md b/Base/usr/share/man/man1/shot.md
index bc49258153..b47d608206 100644
--- a/Base/usr/share/man/man1/shot.md
+++ b/Base/usr/share/man/man1/shot.md
@@ -12,6 +12,7 @@ $ shot [--clipboard] [--delay seconds] [--screen index] [--region] [output]
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-c`, `--clipboard`: Output to clipboard
* `-d seconds`, `--delay seconds`: Seconds to wait before taking a screenshot
* `-s index`, `--screen index`: The index of the screen (default: -1 for all screens)
diff --git a/Base/usr/share/man/man1/sql.md b/Base/usr/share/man/man1/sql.md
index dd5b1c174e..476d1af1c5 100644
--- a/Base/usr/share/man/man1/sql.md
+++ b/Base/usr/share/man/man1/sql.md
@@ -16,6 +16,7 @@ This is a client for the SerenitySQL database server.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-d database`, `--database database`: Database to connect to
* `-r file`, `--read file`: File to read
* `-s file`, `--source file`: File to source
diff --git a/Base/usr/share/man/man1/strace.md b/Base/usr/share/man/man1/strace.md
index bb4a1a5209..557f0ed06b 100644
--- a/Base/usr/share/man/man1/strace.md
+++ b/Base/usr/share/man/man1/strace.md
@@ -16,6 +16,7 @@ Trace all syscalls and their result.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-p pid`, `--pid pid`: Trace the given PID
* `-o output`, `--output output`: Filename to write output to
* `-e exclude`, `--exclude exclude`: Comma-delimited syscalls to exclude
diff --git a/Base/usr/share/man/man1/tail.md b/Base/usr/share/man/man1/tail.md
index eb99f778a7..f635a6a21f 100644
--- a/Base/usr/share/man/man1/tail.md
+++ b/Base/usr/share/man/man1/tail.md
@@ -16,6 +16,7 @@ Print the end ('tail') of a file.
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-f`, `--follow`: Output data as it is written to the file
* `-n number`, `--lines number`: Fetch the specified number of lines
diff --git a/Base/usr/share/man/man1/tr.md b/Base/usr/share/man/man1/tr.md
index bb8deaf2a2..d82cbf0386 100644
--- a/Base/usr/share/man/man1/tr.md
+++ b/Base/usr/share/man/man1/tr.md
@@ -12,6 +12,7 @@ $ tr [--complement] [--delete] [--squeeze-repeats] <from> [to]
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-c`, `--complement`: Take the complement of the first set
* `-d`, `--delete`: Delete characters instead of replacing
* `-s`, `--squeeze-repeats`: Omit repeated characters listed in the last given set from the output
diff --git a/Base/usr/share/man/man1/traceroute.md b/Base/usr/share/man/man1/traceroute.md
index 0a2029a8eb..fe925a138d 100644
--- a/Base/usr/share/man/man1/traceroute.md
+++ b/Base/usr/share/man/man1/traceroute.md
@@ -12,6 +12,7 @@ $ traceroute [--max-hops hops] [--max-retries tries] [--timeout seconds] <destin
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-h hops`, `--max-hops hops`: use at most <hops> to the destination
* `-r tries`, `--max-retries tries`: retry TTL at most <tries> times
* `-t seconds`, `--timeout seconds`: wait at most <seconds> for a response
diff --git a/Base/usr/share/man/man1/tree.md b/Base/usr/share/man/man1/tree.md
index 0eda307e8f..65231e959c 100644
--- a/Base/usr/share/man/man1/tree.md
+++ b/Base/usr/share/man/man1/tree.md
@@ -12,6 +12,7 @@ $ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-a`, `--all`: Show hidden files
* `-d`, `--only-directories`: Show only directories
* `-L level`, `--maximum-depth level`: Maximum depth of the tree
diff --git a/Base/usr/share/man/man1/truncate.md b/Base/usr/share/man/man1/truncate.md
index 7d5dd21fac..fa28dd2fe9 100644
--- a/Base/usr/share/man/man1/truncate.md
+++ b/Base/usr/share/man/man1/truncate.md
@@ -12,6 +12,7 @@ $ truncate [--size size] [--reference file] <file>
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-s size`, `--size size`: Resize the target file to (or by) this size. Prefix with + or - to expand or shrink the file, or a bare number to set the size exactly
* `-r file`, `--reference file`: Resize the target file to match the size of this one
diff --git a/Base/usr/share/man/man1/utmpupdate.md b/Base/usr/share/man/man1/utmpupdate.md
index fe1dac2bf9..e89ab92af3 100644
--- a/Base/usr/share/man/man1/utmpupdate.md
+++ b/Base/usr/share/man/man1/utmpupdate.md
@@ -12,6 +12,7 @@ $ utmpupdate [--create] [--delete] [--PID PID] [--from From] <tty>
* `--help`: Display help message and exit
* `--version`: Print version
+* `--complete`: Perform autocompletion
* `-c`, `--create`: Create entry
* `-d`, `--delete`: Delete entry
* `-p PID`, `--PID PID`: PID