mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
This commit is contained in:
parent
f544132fe8
commit
afaea38be2
56 changed files with 162 additions and 25 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -35,3 +35,6 @@ Password:
|
|||
root
|
||||
#
|
||||
```
|
||||
|
||||
## See also
|
||||
* [`su`(1)](help://man/1/su)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -33,4 +33,6 @@ This program must be run as root.
|
|||
|
||||
* `username`: Username of the account to modify
|
||||
|
||||
<!-- Auto-generated through ArgsParser -->
|
||||
## See also
|
||||
* [`userdel`(8)](help://man/8/userdel)
|
||||
* [`useradd`(8)](help://man/8/useradd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue