mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Help+Base: Add help://man URLs for links between man pages
The URLs of the form `help://man/<section>/<page>` link to another help page inside the help application. All previous relative page links are replaced by this new form. This doesn't change any behavior but it looks much nicer :^) Note that man doesn't handle these new links, but the previous relative links didn't work either.
This commit is contained in:
parent
becf74097e
commit
98c0c5e9e6
73 changed files with 177 additions and 165 deletions
|
@ -41,5 +41,5 @@ You should manually check all users to ensure that no user remain in this group.
|
|||
|
||||
## See Also
|
||||
|
||||
* [`useradd`(8)](groupadd.md)
|
||||
* [`useradd`(8)](help://man/8/groupadd)
|
||||
|
||||
|
|
|
@ -17,16 +17,16 @@ filesystems.
|
|||
|
||||
If invoked as `mount -a`, `mount` mounts all the filesystems configured in
|
||||
`/etc/fstab`. This is normally done on system startup by
|
||||
[`SystemServer`(7)](../man7/SystemServer.md).
|
||||
[`SystemServer`(7)](help://man/7/SystemServer).
|
||||
|
||||
Otherwise, `mount` performs a single filesystem mount. Source should be a path
|
||||
to a file containing the filesystem image. Target and fstype have the same
|
||||
meaning as in the [`mount`(2)](../man2/mount.md) syscall (if not specified,
|
||||
meaning as in the [`mount`(2)](help://man/2/mount) syscall (if not specified,
|
||||
fstype defaults to `ext2`).
|
||||
|
||||
A special source value "none" is recognized, in which case
|
||||
[`mount`(8)](mount.md) will not attempt to open the source as a file, and will
|
||||
pass an invalid file descriptor to [`mount`(2)](../man2/mount.md). This is
|
||||
[`mount`(8)](help://man/8/mount) will not attempt to open the source as a file, and will
|
||||
pass an invalid file descriptor to [`mount`(2)](help://man/2/mount). This is
|
||||
useful for mounting pseudo filesystems.
|
||||
|
||||
Options correspond to the mount flags, and should be specified as a
|
||||
|
@ -47,4 +47,4 @@ Additionally, the name `defaults` is accepted and ignored.
|
|||
|
||||
## See also
|
||||
|
||||
* [`mount`(2)](../man2/mount.md)
|
||||
* [`mount`(2)](help://man/2/mount)
|
||||
|
|
|
@ -23,4 +23,4 @@ $ umount <mountpoint>
|
|||
|
||||
## See also
|
||||
|
||||
* [`mount`(8)](../man8/mount.md)
|
||||
* [`mount`(8)](help://man/8/mount)
|
||||
|
|
|
@ -40,4 +40,4 @@ This program must be run as root.
|
|||
|
||||
## See Also
|
||||
|
||||
* [`useradd`(8)](useradd.md)
|
||||
* [`useradd`(8)](help://man/8/useradd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue