summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/chown.md
diff options
context:
space:
mode:
authorkleines Filmröllchen <malu.bertsch@gmail.com>2022-01-07 14:15:44 +0100
committerLinus Groh <mail@linusgroh.de>2022-01-11 00:24:57 +0100
commit98c0c5e9e65c1ef42f6a3a1da2726950ac79c560 (patch)
treeba08ac8e698584734215bc78ada3000d234644f9 /Base/usr/share/man/man1/chown.md
parentbecf74097e853d9ad501628f9d6f8b70cdaa8d6e (diff)
downloadserenity-98c0c5e9e65c1ef42f6a3a1da2726950ac79c560.zip
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.
Diffstat (limited to 'Base/usr/share/man/man1/chown.md')
-rw-r--r--Base/usr/share/man/man1/chown.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/chown.md b/Base/usr/share/man/man1/chown.md
index 1fc0fd53d9..2ca7b0155b 100644
--- a/Base/usr/share/man/man1/chown.md
+++ b/Base/usr/share/man/man1/chown.md
@@ -27,5 +27,5 @@ $ chown anon:anon file
## See also
-* [`chgrp`(1)](chgrp.md)
-* [`chmod`(1)](chmod.md)
+* [`chgrp`(1)](help://man/1/chgrp)
+* [`chmod`(1)](help://man/1/chmod)