From 37073437c1fb6660e188805300ca0ef59696efca Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Wed, 23 Mar 2022 23:37:27 +0430 Subject: [PATCH] Base: Regenerate automatically generated manpages --- Base/usr/share/man/man1/UserspaceEmulator.md | 1 + Base/usr/share/man/man1/config.md | 1 + Base/usr/share/man/man1/fortune.md | 1 + Base/usr/share/man/man1/grep.md | 1 + Base/usr/share/man/man1/gunzip.md | 1 + Base/usr/share/man/man1/gzip.md | 1 + Base/usr/share/man/man1/ifconfig.md | 1 + Base/usr/share/man/man1/lsof.md | 1 + Base/usr/share/man/man1/nc.md | 1 + Base/usr/share/man/man1/netstat.md | 1 + Base/usr/share/man/man1/nl.md | 1 + Base/usr/share/man/man1/ntpquery.md | 1 + Base/usr/share/man/man1/passwd.md | 1 + Base/usr/share/man/man1/profile.md | 1 + Base/usr/share/man/man1/readelf.md | 1 + Base/usr/share/man/man1/shot.md | 1 + Base/usr/share/man/man1/sql.md | 1 + Base/usr/share/man/man1/strace.md | 1 + Base/usr/share/man/man1/tail.md | 1 + Base/usr/share/man/man1/tr.md | 1 + Base/usr/share/man/man1/traceroute.md | 1 + Base/usr/share/man/man1/tree.md | 1 + Base/usr/share/man/man1/truncate.md | 1 + Base/usr/share/man/man1/utmpupdate.md | 1 + 24 files changed, 24 insertions(+) diff --git a/Base/usr/share/man/man1/UserspaceEmulator.md b/Base/usr/share/man/man1/UserspaceEmulator.md index 0b3111283d3..48828a9a4e3 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 4386d6b7144..7fe5f14a99a 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 5d20775aa05..a6a6b1a8d0c 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 3b3c09fd223..9bf74cc7520 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 3fbcda4be2c..9651958dcab 100644 --- a/Base/usr/share/man/man1/gunzip.md +++ b/Base/usr/share/man/man1/gunzip.md @@ -12,6 +12,7 @@ $ gunzip [--keep] [--stdout] * `--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 32f80f2f552..5f0a290ba05 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] * `--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 7e77af027f3..e7d0dd3a0a0 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 0a9baf2b9dd..b96c47e1e5a 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 7aba78aecd8..ac4311265fc 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 036dc5d5277..d94755e0ed4 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 67a1c4c775a..f019fbc07c3 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 79325ef21fe..ce7177deda6 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 d2343f21015..1ef74f95c5b 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 c1d58cf55b6..5b3bd45b53a 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 08effd75ac7..bfcac669ec8 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 bc49258153b..b47d6082062 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 dd5b1c174e7..476d1af1c5b 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 bb4a1a52097..557f0ed06b6 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 eb99f778a7c..f635a6a21f5 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 bb8deaf2a28..d82cbf0386c 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] [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 0a2029a8eb2..fe925a138d7 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] to the destination * `-r tries`, `--max-retries tries`: retry TTL at most times * `-t seconds`, `--timeout seconds`: wait at most for a response diff --git a/Base/usr/share/man/man1/tree.md b/Base/usr/share/man/man1/tree.md index 0eda307e8fb..65231e959ca 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 7d5dd21fac3..fa28dd2fe97 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] * `--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 fe1dac2bf99..e89ab92af32 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] * `--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