git.sophuwu.com > manweb
readme
sophuwu sophie@sophuwu.com
Mon, 21 Jul 2025 20:58:01 +0200
commit

7acfa6bc6fd0d03b2d78c4aeeb063fe851b6e053

parent

3a93c9b3fcd119fdc814fa938ebe4a640bf58fba

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -114,7 +114,7 @@ ## Example Usage:

- `ls*`: List all pages that begin with `ls`, including `ls`, `lsblk`, `lsmod`, etc. - `-r ^ls`: Same as above but with regex. Usually more useful for with multiple queries and logical operators. Like finding any C++ reference to `std::string` and `std::vector`. -- `ls` or `ls -s1` or `ls.1`: Open the page for the `ls` user command. This is orignal man behavior. +- `ls` or `ls.1`: Open the page for the `ls` user command. This is orignal man behavior. - `-r ^ls -s1`: List all pages that begin with `ls` in section 1 (user/bin commands). Useful for finding commands that list any information without requiring sudo. - `*config* -s8`: List pages for sudo commands containing keyword `config`. this can will show you commands that edit critical system files. - `vsftpd.5`: Open the manual page for vsftpd confuguration file if vsftpd is installed. This will show you how to configure the ftp server.