1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:07:44 +00:00

Base: Expand "See Also" sections of many manpages

This commit focuses on the CLI utilities.
This commit is contained in:
kleines Filmröllchen 2023-07-06 00:38:49 +02:00 committed by Linus Groh
parent f544132fe8
commit afaea38be2
56 changed files with 162 additions and 25 deletions

View file

@ -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)