diff --git a/Base/root/generate_manpages.sh b/Base/root/generate_manpages.sh index a6a857dd23..043d1bd291 100755 --- a/Base/root/generate_manpages.sh +++ b/Base/root/generate_manpages.sh @@ -25,14 +25,8 @@ for i in ( \ (config 1) \ (fortune 1) \ (grep 1) \ - (gunzip 1) \ - (gzip 1) \ - (ifconfig 1) \ - (lsof 1) \ (nc 1) \ - (netstat 1) \ (nl 1) \ - (ntpquery 1) \ (passwd 1) \ (readelf 1) \ (shot 1) \ @@ -40,9 +34,7 @@ for i in ( \ (strace 1) \ (tr 1) \ (traceroute 1) \ - (tree 1) \ (truncate 1) \ - (utmpupdate 1) \ ) { filename="generated_manpages/man$i[1]/$i[0].md" mkdir -p "generated_manpages/man$i[1]" diff --git a/Base/usr/share/man/man1/Applications/Profiler.md b/Base/usr/share/man/man1/Applications/Profiler.md index 81f868d2d6..7b60a30e10 100644 --- a/Base/usr/share/man/man1/Applications/Profiler.md +++ b/Base/usr/share/man/man1/Applications/Profiler.md @@ -50,4 +50,4 @@ $ Profiler perfcore.123 ## See also * [`perfcore`(5)](help://man/5/perfcore) - +* [`profile`(1)](help://man/1/profile) diff --git a/Base/usr/share/man/man1/cat.md b/Base/usr/share/man/man1/cat.md index bb51b19aba..e0e4bcd6a7 100644 --- a/Base/usr/share/man/man1/cat.md +++ b/Base/usr/share/man/man1/cat.md @@ -51,3 +51,8 @@ cat test.txt test2.txt 123 456 ``` + +## See Also +* [`head`(1)](help://man/1/head) +* [`tail`(1)](help://man/1/tail) +* [`cut`(1)](help://man/1/cut) diff --git a/Base/usr/share/man/man1/cmp.md b/Base/usr/share/man/man1/cmp.md index 3f84cdfb69..a89d563da9 100644 --- a/Base/usr/share/man/man1/cmp.md +++ b/Base/usr/share/man/man1/cmp.md @@ -27,3 +27,6 @@ Compare two files and report the location of any differences. By default, execut * 0 - Files are identical. * 1 - Files are different. * 2 - An error occurred. + +## See also +* [`comm`(1)](help://man/1/comm) diff --git a/Base/usr/share/man/man1/comm.md b/Base/usr/share/man/man1/comm.md index efc7cc82d2..dfed693c80 100644 --- a/Base/usr/share/man/man1/comm.md +++ b/Base/usr/share/man/man1/comm.md @@ -48,3 +48,6 @@ $ sort < file1 | comm -12c - file2_sorted | less # and print a summary $ comm -123it file1_sorted file2_sorted ``` + +## See also +* [`cmp`(1)](help://man/1/cmp) diff --git a/Base/usr/share/man/man1/copy.md b/Base/usr/share/man/man1/copy.md index 9fb15bc1ba..f957e861fd 100644 --- a/Base/usr/share/man/man1/copy.md +++ b/Base/usr/share/man/man1/copy.md @@ -26,3 +26,6 @@ $ cat image.png | copy -t image/png # Place text 'foo' in clipboard $ copy foo ``` + +## See also +* [`clipboard`(5)](help://man/5/clipboard) diff --git a/Base/usr/share/man/man1/cp.md b/Base/usr/share/man/man1/cp.md index 77c8515c93..40bc35898b 100644 --- a/Base/usr/share/man/man1/cp.md +++ b/Base/usr/share/man/man1/cp.md @@ -34,3 +34,6 @@ $ cp -R tests tests-backup # Copy test file into existing root $ cp test root ``` + +## See also +* [`mv`(1)](help://man/1/mv) diff --git a/Base/usr/share/man/man1/cut.md b/Base/usr/share/man/man1/cut.md index 7fbed656c9..1444399aff 100644 --- a/Base/usr/share/man/man1/cut.md +++ b/Base/usr/share/man/man1/cut.md @@ -47,3 +47,7 @@ $ echo "serenity is cool" | cut -b 5 n ``` + +## See Also +* [`head`(1)](help://man/1/head) +* [`cat`(1)](help://man/1/cat) diff --git a/Base/usr/share/man/man1/date.md b/Base/usr/share/man/man1/date.md index 8ec6c346f7..fb5c999ec1 100644 --- a/Base/usr/share/man/man1/date.md +++ b/Base/usr/share/man/man1/date.md @@ -37,3 +37,6 @@ $ date +%Y-%m-%d # Set date to 1610017485 (UNIX time) $ date -s 1610017485 ``` + +## See Also +* [`ntpquery`(1)](help://man/1/ntpquery) diff --git a/Base/usr/share/man/man1/expr.md b/Base/usr/share/man/man1/expr.md index 052b12aa56..be325fabba 100644 --- a/Base/usr/share/man/man1/expr.md +++ b/Base/usr/share/man/man1/expr.md @@ -70,4 +70,5 @@ $ expr substr foobar 1 3 # foo ``` ## See also - +* [`test`(1)](help://man/1/test) +* [`js`(1)](help://man/1/js) for evaluating more complex expressions diff --git a/Base/usr/share/man/man1/gml-format.md b/Base/usr/share/man/man1/gml-format.md index dccffa0999..4eb084e463 100644 --- a/Base/usr/share/man/man1/gml-format.md +++ b/Base/usr/share/man/man1/gml-format.md @@ -21,3 +21,6 @@ $ gml-format [--inplace] [path...] ```sh $ gml-format -i /home/anon/example.gml ``` + +## See Also +* [`GML`(5)](help://man/5/GML) diff --git a/Base/usr/share/man/man1/groups.md b/Base/usr/share/man/man1/groups.md index b285f15a11..ce093f77f2 100644 --- a/Base/usr/share/man/man1/groups.md +++ b/Base/usr/share/man/man1/groups.md @@ -29,3 +29,6 @@ $ groups nona $ groups nona anon root ``` +## See Also +* [`groupdel`(8)](help://man/8/groupdel) +* [`groupadd`(8)](help://man/8/groupadd) diff --git a/Base/usr/share/man/man1/gunzip.md b/Base/usr/share/man/man1/gunzip.md index c8b9cafc52..3e9106058e 100644 --- a/Base/usr/share/man/man1/gunzip.md +++ b/Base/usr/share/man/man1/gunzip.md @@ -17,4 +17,6 @@ $ gunzip [--keep] [--stdout] * `FILE`: File to decompress - +## See also +* [`gzip`(1)](help://man/1/gzip) +* [`tar`(1)](help://man/1/tar) diff --git a/Base/usr/share/man/man1/gzip.md b/Base/usr/share/man/man1/gzip.md index 8c8c554f29..7c70435c39 100644 --- a/Base/usr/share/man/man1/gzip.md +++ b/Base/usr/share/man/man1/gzip.md @@ -18,4 +18,6 @@ $ gzip [--keep] [--stdout] [--decompress] * `FILES`: Files - +## See also +* [`gunzip`(1)](help://man/1/gunzip) +* [`tar`(1)](help://man/1/tar) diff --git a/Base/usr/share/man/man1/head.md b/Base/usr/share/man/man1/head.md index c1e5db74a0..dad85f4ef9 100644 --- a/Base/usr/share/man/man1/head.md +++ b/Base/usr/share/man/man1/head.md @@ -39,3 +39,6 @@ Graphical Unix-like operating system for x86 computers. ``` +## See also +* [`tail`(1)](help://man/1/tail) +* [`cat`(1)](help://man/1/cat) diff --git a/Base/usr/share/man/man1/id.md b/Base/usr/share/man/man1/id.md index 0a830d0807..f15221f4cd 100644 --- a/Base/usr/share/man/man1/id.md +++ b/Base/usr/share/man/man1/id.md @@ -37,3 +37,5 @@ $ id -G ## See also * [`whoami`(1)](help://man/1/whoami) +* [`groups`(1)](help://man/1/groups) +* [`usermod`(8)](help://man/8/usermod) diff --git a/Base/usr/share/man/man1/ifconfig.md b/Base/usr/share/man/man1/ifconfig.md index fdf16407ee..c8f9da6f5f 100644 --- a/Base/usr/share/man/man1/ifconfig.md +++ b/Base/usr/share/man/man1/ifconfig.md @@ -19,3 +19,7 @@ Display or modify the configuration of each network interface. * `-m mask`, `--mask mask`: Set the network mask of the selected network + +## See Also +* [`Network`(5)](help://man/5/Network) +* [`netstat`(1)](help://man/1/netstat) diff --git a/Base/usr/share/man/man1/jail-attach.md b/Base/usr/share/man/man1/jail-attach.md index cd54526f19..34e09ad4bb 100644 --- a/Base/usr/share/man/man1/jail-attach.md +++ b/Base/usr/share/man/man1/jail-attach.md @@ -30,3 +30,7 @@ $ jail-attach -i 0 ps -ef # Attach the command "/bin/Shell" to a new jail with the name "test jail" $ jail-attach -n "test jail" /bin/Shell ``` + +## See also +* [`jail-create`(1)](help://man/1/jail-create) +* [`lsjails`(1)](help://man/1/lsjails) diff --git a/Base/usr/share/man/man1/jail-create.md b/Base/usr/share/man/man1/jail-create.md index 1cc71f18ab..b60845782a 100644 --- a/Base/usr/share/man/man1/jail-create.md +++ b/Base/usr/share/man/man1/jail-create.md @@ -25,3 +25,7 @@ $ jail-create test-jail # Create jail with the name "test-jail", with PID isolation $ jail-create -p test-jail ``` + +## See also +* [`jail-attach`(1)](help://man/1/jail-attach) +* [`lsjails`(1)](help://man/1/lsjails) diff --git a/Base/usr/share/man/man1/ls.md b/Base/usr/share/man/man1/ls.md index e4dcca298b..9e003be630 100644 --- a/Base/usr/share/man/man1/ls.md +++ b/Base/usr/share/man/man1/ls.md @@ -54,3 +54,5 @@ $ ls /etc $ ls -la /etc ``` +## See also +* [`tree`(1)](help://man/1/tree) to show the contents of the directory and subdirectories in a tree visualization diff --git a/Base/usr/share/man/man1/lsjails.md b/Base/usr/share/man/man1/lsjails.md index e99ee50a56..1fd04b1b66 100644 --- a/Base/usr/share/man/man1/lsjails.md +++ b/Base/usr/share/man/man1/lsjails.md @@ -20,3 +20,7 @@ Please note that if the current process is in jail, it will not see any jail. Index Name 2 test-jail ``` + +## See also +* [`jail-create`(1)](help://man/1/jail-create) +* [`jail-attach`(1)](help://man/1/jail-attach) diff --git a/Base/usr/share/man/man1/lsof.md b/Base/usr/share/man/man1/lsof.md index 3e6036ffca..6d6691679d 100644 --- a/Base/usr/share/man/man1/lsof.md +++ b/Base/usr/share/man/man1/lsof.md @@ -23,4 +23,6 @@ List open files of a processes. This can mean actual files in the file system, s * `filename`: Filename - +## See Also +* [`pmap`(1)](help://man/1/pmap) +* [`ps`(1)](help://man/1/ps) diff --git a/Base/usr/share/man/man1/md.md b/Base/usr/share/man/man1/md.md index d584d2eb52..b06509bf66 100644 --- a/Base/usr/share/man/man1/md.md +++ b/Base/usr/share/man/man1/md.md @@ -26,3 +26,6 @@ Here's how you can render this man page into HTML: ```sh $ md --html /usr/share/man/man1/md.md ``` + +## See Also +* [`man`(1)](help://man/1/man) to more easily read manpages diff --git a/Base/usr/share/man/man1/mktemp.md b/Base/usr/share/man/man1/mktemp.md index 2d4840256e..016ad7e46a 100644 --- a/Base/usr/share/man/man1/mktemp.md +++ b/Base/usr/share/man/man1/mktemp.md @@ -32,3 +32,7 @@ $ mktemp -u # Create a temporary directory with a custom template $ mktemp -d serenity.XXXXX ``` + +## See also +* [`mkdir`(1)](help://man/1/mkdir) to create a regular directory +* [`touch`(1)](help://man/1/touch) to create a regular file diff --git a/Base/usr/share/man/man1/mv.md b/Base/usr/share/man/man1/mv.md index 1631668d69..d753a47767 100644 --- a/Base/usr/share/man/man1/mv.md +++ b/Base/usr/share/man/man1/mv.md @@ -26,3 +26,6 @@ $ mv bin /usr $ mv *.cpp /usr/src $ mv old.txt new.txt ``` + +## See also +* [`cp`(1)](help://man/1/cp) diff --git a/Base/usr/share/man/man1/netstat.md b/Base/usr/share/man/man1/netstat.md index b07fb367fa..730edeb79c 100644 --- a/Base/usr/share/man/man1/netstat.md +++ b/Base/usr/share/man/man1/netstat.md @@ -23,4 +23,5 @@ Display network connections * `-W`, `--wide`: Do not truncate IP addresses by printing out the whole symbolic host * `-e`, `--extend`: Display more information - +## See Also +* [`ifconfig`(1)](help://man/1/ifconfig) diff --git a/Base/usr/share/man/man1/ntpquery.md b/Base/usr/share/man/man1/ntpquery.md index db276fe70c..51f07a3019 100644 --- a/Base/usr/share/man/man1/ntpquery.md +++ b/Base/usr/share/man/man1/ntpquery.md @@ -18,4 +18,5 @@ $ ntpquery [--adjust] [--set] [--verbose] [host] * `host`: NTP server - +## See Also +* [`date`(1)](help://man/1/date) diff --git a/Base/usr/share/man/man1/pgrep.md b/Base/usr/share/man/man1/pgrep.md index fd1d375308..ba0df8c1d3 100644 --- a/Base/usr/share/man/man1/pgrep.md +++ b/Base/usr/share/man/man1/pgrep.md @@ -24,3 +24,7 @@ $ pgrep [--count] [-d delimiter] [--ignore-case] [--list-name] [--newest] [--old ## Arguments * `process-name`: Process name to search for + +## See also +* [`pidof`(1)](help://man/1/pidof) +* [`ps`(1)](help://man/1/ps) diff --git a/Base/usr/share/man/man1/pidof.md b/Base/usr/share/man/man1/pidof.md index 72463e24fd..42da018a63 100644 --- a/Base/usr/share/man/man1/pidof.md +++ b/Base/usr/share/man/man1/pidof.md @@ -17,3 +17,7 @@ $ pidof [-s] [-o pid] [-S separator] ## Arguments * `process-name`: Process name to search for + +## See also +* [`pgrep`(1)](help://man/1/pgrep) +* [`ps`(1)](help://man/1/ps) diff --git a/Base/usr/share/man/man1/pkill.md b/Base/usr/share/man/man1/pkill.md index b706480d5b..cddb9f79b4 100644 --- a/Base/usr/share/man/man1/pkill.md +++ b/Base/usr/share/man/man1/pkill.md @@ -23,3 +23,6 @@ $ pkill [--count] [--ignore-case] [--echo] [--newest] [--oldest] [--older second ## Arguments * `process-name`: Process name to search for + +## See Also +* [`ps`(1)](help://man/1/ps) diff --git a/Base/usr/share/man/man1/pmap.md b/Base/usr/share/man/man1/pmap.md index d01f668d4d..2c6751db02 100644 --- a/Base/usr/share/man/man1/pmap.md +++ b/Base/usr/share/man/man1/pmap.md @@ -23,5 +23,5 @@ $ pmap $$ ``` ## See also - +* [`lsof`(1)](help://man/1/lsof) * [`ps`(1)](help://man/1/ps) diff --git a/Base/usr/share/man/man1/profile.md b/Base/usr/share/man/man1/profile.md index 22697d8685..166b57d18c 100644 --- a/Base/usr/share/man/man1/profile.md +++ b/Base/usr/share/man/man1/profile.md @@ -42,3 +42,4 @@ $ profile -t syscall -- echo "Hello friends!" ## See also * [`Profiler`(1)](help://man/1/Applications/Profiler) GUI for viewing profiling data produced by `profile`. +* [`strace`(1)](help://man/1/strace) diff --git a/Base/usr/share/man/man1/ps.md b/Base/usr/share/man/man1/ps.md index ef3b857f54..8bc29cc1e2 100644 --- a/Base/usr/share/man/man1/ps.md +++ b/Base/usr/share/man/man1/ps.md @@ -27,3 +27,7 @@ For each process, print its PID (process ID), to which TTY it belongs, and invok ```sh $ ps -ef ``` + +## See Also +* [`pmap`(1)](help://man/1/pmap) +* [`lsof`(1)](help://man/1/lsof) diff --git a/Base/usr/share/man/man1/rm.md b/Base/usr/share/man/man1/rm.md index 2378c576f2..bf544b5a24 100644 --- a/Base/usr/share/man/man1/rm.md +++ b/Base/usr/share/man/man1/rm.md @@ -30,3 +30,6 @@ $ rm README.md # Remove Tests directory $ rm -r Tests ``` + +## See also +* [`rmdir`(1)](help://man/1/rmdir) to just delete empty directories diff --git a/Base/usr/share/man/man1/rmdir.md b/Base/usr/share/man/man1/rmdir.md index 57bc5667c9..8865770a0e 100644 --- a/Base/usr/share/man/man1/rmdir.md +++ b/Base/usr/share/man/man1/rmdir.md @@ -40,3 +40,7 @@ example: No such file or directory # Removes foo/bar/baz/, foo/bar/ and foo/ $ rmdir -p foo/bar/baz/ ``` + +## See also +* [`mkdir`(1)](help://man/1/mkdir) +* [`rm`(1)](help://man/1/rm) diff --git a/Base/usr/share/man/man1/strace.md b/Base/usr/share/man/man1/strace.md index e9b4a76512..21e50ab8d4 100644 --- a/Base/usr/share/man/man1/strace.md +++ b/Base/usr/share/man/man1/strace.md @@ -24,3 +24,7 @@ Trace all syscalls and their result. * `argument`: Arguments to exec + +## See Also +* [`profile`(1)](help://man/1/profile) +* [`Profiler`(1)](help://man/1/Applications/Profiler) diff --git a/Base/usr/share/man/man1/su.md b/Base/usr/share/man/man1/su.md index 6dec0ab4aa..f9eab53327 100644 --- a/Base/usr/share/man/man1/su.md +++ b/Base/usr/share/man/man1/su.md @@ -37,3 +37,6 @@ Switch to another user ```sh $ su nona ``` + +## See also +* [`pls`(8)](help://man/8/pls) diff --git a/Base/usr/share/man/man1/test.md b/Base/usr/share/man/man1/test.md index a0925344a4..50402a96cb 100644 --- a/Base/usr/share/man/man1/test.md +++ b/Base/usr/share/man/man1/test.md @@ -97,5 +97,5 @@ $ /bin/test \( 10 -gt 20 \) -o \( ! 10 -ne 10 \) && echo "magic numbers!" ``` ## See Also - +* [`expr`(1)](help://man/1/expr) * [`find`(1)](help://man/1/find) diff --git a/Base/usr/share/man/man1/touch.md b/Base/usr/share/man/man1/touch.md index 9be5c09848..864b1296a6 100644 --- a/Base/usr/share/man/man1/touch.md +++ b/Base/usr/share/man/man1/touch.md @@ -51,6 +51,6 @@ $ touch -r anotherfile thatfile ``` ## See also - +* [`mktemp`(1)](help://man/1/mktemp) to create a temporary file * [`futimens`(2)](help://man/3/futimens) * [`utimensat`(2)](help://man/3/utimensat) diff --git a/Base/usr/share/man/man1/tree.md b/Base/usr/share/man/man1/tree.md index 17c8b15d61..14c3599f06 100644 --- a/Base/usr/share/man/man1/tree.md +++ b/Base/usr/share/man/man1/tree.md @@ -18,4 +18,5 @@ $ tree [--all] [--only-directories] [--maximum-depth level] [directories...] * `directories`: Directories to print - +## See also +* [`ls`(1)](help://man/1/ls) to show just the contents of one directory diff --git a/Base/usr/share/man/man1/unveil.md b/Base/usr/share/man/man1/unveil.md index d89f93645d..183dac118e 100644 --- a/Base/usr/share/man/man1/unveil.md +++ b/Base/usr/share/man/man1/unveil.md @@ -27,3 +27,8 @@ Run `ps -ef` with restricted access to certain paths: ```sh $ unveil --path=r,/etc/timezone --path=r,/usr/lib --path=r,/sys/ --path=r,/etc/passwd --path=r,/etc/group ps -ef ``` + +## See also +* [`pledge`(2)](help://man/2/pledge) +* [`unveil`(2)](help://man/2/unveil) +* [`Mitigations`(7)](help://man/7/Mitigations) diff --git a/Base/usr/share/man/man1/unzip.md b/Base/usr/share/man/man1/unzip.md index b927cb3e02..3e53eba9b7 100644 --- a/Base/usr/share/man/man1/unzip.md +++ b/Base/usr/share/man/man1/unzip.md @@ -37,3 +37,8 @@ $ unzip archive.zip "*.tx_" Archive: archive.unzip extracting: file1.txt ``` + +## See also +* [`zip`(1)](help://man/1/zip) +* [`gunzip`(1)](help://man/1/gunzip) +* [`tar`(1)](help://man/1/tar) diff --git a/Base/usr/share/man/man1/utmpupdate.md b/Base/usr/share/man/man1/utmpupdate.md index 7477e0ed9e..9c64fc0f5b 100644 --- a/Base/usr/share/man/man1/utmpupdate.md +++ b/Base/usr/share/man/man1/utmpupdate.md @@ -19,4 +19,5 @@ $ utmpupdate [--create] [--delete] [--PID PID] [--from From] * `tty`: TTY name - +## See also +* [`w`(1)](help://man/1/w) diff --git a/Base/usr/share/man/man1/w.md b/Base/usr/share/man/man1/w.md index 5c0358dffd..d863cd7468 100644 --- a/Base/usr/share/man/man1/w.md +++ b/Base/usr/share/man/man1/w.md @@ -15,3 +15,8 @@ $ w [--no-header] [user] ## Arguments * `user`: Only show information about the specified user + +## See also +* [`whoami`(1)](help://man/1/whoami) +* [`utmpupdate`(1)](help://man/1/utmpupdate) +* [`usermod`(8)](help://man/8/usermod) diff --git a/Base/usr/share/man/man1/yes.md b/Base/usr/share/man/man1/yes.md index 93c3b7743c..8d16ec4bab 100644 --- a/Base/usr/share/man/man1/yes.md +++ b/Base/usr/share/man/man1/yes.md @@ -39,3 +39,6 @@ t t t^C ``` + +## See also +* [`cat`(1)](help://man/1/cat) diff --git a/Base/usr/share/man/man1/zip.md b/Base/usr/share/man/man1/zip.md index aa73554fbe..410d0d0bd0 100644 --- a/Base/usr/share/man/man1/zip.md +++ b/Base/usr/share/man/man1/zip.md @@ -28,3 +28,8 @@ Archive: archive.zip adding: file1.txt adding: file2.png ``` + +## See also +* [`unzip`(1)](help://man/1/unzip) +* [`gzip`(1)](help://man/1/gzip) +* [`tar`(1)](help://man/1/tar) diff --git a/Base/usr/share/man/man2/unveil.md b/Base/usr/share/man/man2/unveil.md index d6d46a4caa..2c1c7c38a3 100644 --- a/Base/usr/share/man/man2/unveil.md +++ b/Base/usr/share/man/man2/unveil.md @@ -96,5 +96,6 @@ unveil(nullptr, nullptr); ## See also +* [`unveil`(1)](help://man/1/unveil) * [`pledge`(2)](help://man/2/pledge) * [`Mitigations`(7)](help://man/7/Mitigations) diff --git a/Base/usr/share/man/man5/GML.md b/Base/usr/share/man/man5/GML.md index 8cf0242b59..f5aea15871 100644 --- a/Base/usr/share/man/man5/GML.md +++ b/Base/usr/share/man/man5/GML.md @@ -50,6 +50,7 @@ Or right clicking on a folder in the TreeView and using - [IconView](help://man/5/GML/Widget/IconView) - [ImageWidget](help://man/5/GML/Widget/ImageWidget) - [Label](help://man/5/GML/Widget/Label) + - [LinkLabel](help://man/5/GML/Widget/LinkLabel) - [ListView](help://man/5/GML/Widget/ListView) - [MultiView](help://man/5/GML/Widget/MultiView) - [OpacitySlider](help://man/5/GML/Widget/OpacitySlider) diff --git a/Base/usr/share/man/man5/Network.md b/Base/usr/share/man/man5/Network.md index f855c19d90..a8106ed933 100644 --- a/Base/usr/share/man/man5/Network.md +++ b/Base/usr/share/man/man5/Network.md @@ -39,3 +39,6 @@ DHCP=true [ep1s1] Enabled=false ``` + +## See Also +* [`ifconfig`(1)](help://man/1/ifconfig) diff --git a/Base/usr/share/man/man8/groupadd.md b/Base/usr/share/man/man8/groupadd.md index 62afc35864..1dffa43595 100644 --- a/Base/usr/share/man/man8/groupadd.md +++ b/Base/usr/share/man/man8/groupadd.md @@ -30,3 +30,7 @@ This program must be run as root. # groupadd maintainers ``` +## See Also +* [`useradd`(8)](help://man/8/useradd) +* [`groupdel`(8)](help://man/8/groupdel) +* [`groups`(1)](help://man/1/groups) diff --git a/Base/usr/share/man/man8/groupdel.md b/Base/usr/share/man/man8/groupdel.md index 0175620e96..5ae3f074e5 100644 --- a/Base/usr/share/man/man8/groupdel.md +++ b/Base/usr/share/man/man8/groupdel.md @@ -40,6 +40,6 @@ You should manually check all users to ensure that no user remain in this group. ``` ## See Also - -* [`useradd`(8)](help://man/8/groupadd) - +* [`userdel`(8)](help://man/8/userdel) +* [`groupadd`(8)](help://man/8/groupadd) +* [`groups`(1)](help://man/1/groups) diff --git a/Base/usr/share/man/man8/mount.md b/Base/usr/share/man/man8/mount.md index e11d36f59e..44827728d2 100644 --- a/Base/usr/share/man/man8/mount.md +++ b/Base/usr/share/man/man8/mount.md @@ -49,3 +49,4 @@ Additionally, the name `defaults` is accepted and ignored. ## See also * [`mount`(2)](help://man/2/mount) +* [`umount`(8)](help://man/8/umount) diff --git a/Base/usr/share/man/man8/pls.md b/Base/usr/share/man/man8/pls.md index 867e62f7b1..8e8de47dd4 100644 --- a/Base/usr/share/man/man8/pls.md +++ b/Base/usr/share/man/man8/pls.md @@ -35,3 +35,6 @@ Password: root # ``` + +## See also +* [`su`(1)](help://man/1/su) diff --git a/Base/usr/share/man/man8/useradd.md b/Base/usr/share/man/man8/useradd.md index f544459b9e..4829ffd707 100644 --- a/Base/usr/share/man/man8/useradd.md +++ b/Base/usr/share/man/man8/useradd.md @@ -49,3 +49,6 @@ This program must be run as root. # useradd --create-home supercomputer7 ``` +## See also +* [`userdel`(8)](help://man/8/userdel) +* [`usermod`(8)](help://man/8/usermod) diff --git a/Base/usr/share/man/man8/userdel.md b/Base/usr/share/man/man8/userdel.md index cbb46ab8d8..204e1e6720 100644 --- a/Base/usr/share/man/man8/userdel.md +++ b/Base/usr/share/man/man8/userdel.md @@ -39,5 +39,5 @@ This program must be run as root. ``` ## See Also - +* [`usermod`(8)](help://man/8/usermod) * [`useradd`(8)](help://man/8/useradd) diff --git a/Base/usr/share/man/man8/usermod.md b/Base/usr/share/man/man8/usermod.md index b96e019233..2c98a82626 100644 --- a/Base/usr/share/man/man8/usermod.md +++ b/Base/usr/share/man/man8/usermod.md @@ -33,4 +33,6 @@ This program must be run as root. * `username`: Username of the account to modify - +## See also +* [`userdel`(8)](help://man/8/userdel) +* [`useradd`(8)](help://man/8/useradd)